|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPolicyReference
Nested Class Summary | |
---|---|
static class |
IPolicyReference.STATUS Currently only enabled, disabled are used. |
Nested classes/interfaces inherited from interface oracle.wsm.policy.model.IAssertion |
---|
IAssertion.AssertionTypes |
Field Summary | |
---|---|
static String |
DISABLED |
static String |
ENABLED |
static QName |
statusAttrQName |
Method Summary | |
---|---|
String |
getCategory() Return the category of the PolicyReference. |
Set<IOverrideProperty> |
getOverrideProperties() Return the set of override properties that apply for this policy reference. |
String |
getPolicyURI() |
long |
getPolicyVersion() |
IPolicyReference.STATUS |
getStatus() Return the status of the PolicyReference - it is enabled by default |
boolean |
isLocalReference() If the URI starts with "#" then it is a local or intra document link! |
void |
setCategory(String category) Set the category of the PolicyReference. |
void |
setOverrideProperties(Set<IOverrideProperty> overrideProps) Set the set of override properties for the Policy Reference. |
void |
setStatus(IPolicyReference.STATUS status) Set the status of the PolicyReference - it is enabled by default |
Methods inherited from interface oracle.wsm.policy.model.IAssertion |
---|
addAttribute, createInstance, getAssertionType, getAttribute, getAttributes, getDigest, getDigest, getParent, getQName, getStringForMatching, hasParent, intersect, intersect, isIdentical, isNormalized, isOptional, merge, merge, normalize, normalize, removeAttribute, setAttributes, setNormalized, setOptional, setParent, validate |
Methods inherited from interface oracle.wsm.policy.advertisement.IAssertionAdvertiser |
---|
advertiseOracleWSPolicy, advertiseWSPolicy |
Field Detail |
---|
static final String ENABLED
static final String DISABLED
static final QName statusAttrQName
Method Detail |
---|
String getPolicyURI()
String getCategory()
void setCategory(String category)
long getPolicyVersion()
void setStatus(IPolicyReference.STATUS status)
status
-IPolicyReference.STATUS getStatus()
status
-boolean isLocalReference()
Set<IOverrideProperty> getOverrideProperties()
void setOverrideProperties(Set<IOverrideProperty> overrideProps)
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |