|
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 IPolicySet
Nested Class Summary | |
---|---|
static class |
IPolicySet.LOCAL_OPTIMIZATION Enum represents different values which will be returned for local optimization. |
static class |
IPolicySet.POLICYSET_STATUS |
Method Summary | |
---|---|
void |
addCause(IValidationError error) |
void |
addPolicyAttachment(IPolicyAttachment pa) Add attachments to PolicySet |
IPolicySet.LOCAL_OPTIMIZATION |
checkLocalOptimization() This method will return the local optimzation value of this policyset |
IPolicy |
dereference(IPolicyReference polRef) DeReference a PolicyReference! <p/> Returns null if the PolicyReference cannot be de-referenced! |
List<IValidationError> |
getCause() Each IValidatoinError object contains the appropriate error code and corresponding message about what went wrong in retrieving the policies. |
List<IPolicy> |
getPolicies() |
List<IPolicy> |
getPolicies(String category) Returns the list of policies |
List<IPolicy> |
getPolicies(String category, String resourcePattern) Returns the list of policies |
List<IPolicyAttachment> |
getPolicyAttachments() |
QName |
getQName() |
IPolicySet.POLICYSET_STATUS |
getStatus() Provides POLICYSET_STATUS enumeration object indicating the status of policyset. |
Date |
getTimestamp() Get timestamp of policy store from when this set was constructed. |
void |
setCause(List<IValidationError> errorList) sets the error objects |
void |
setPolicies(List<IPolicy> policies) set Policies in the PolicySet |
void |
setStatus(IPolicySet.POLICYSET_STATUS policySetStatus) Set the status of the policyset |
void |
validate(IValidationContext context) Performs PolicySet validation. |
Method Detail |
---|
QName getQName()
List<IPolicy> getPolicies()
List<IPolicyAttachment> getPolicyAttachments()
List<IPolicy> getPolicies(String category, String resourcePattern) throws PolicyModelException
category
-resourcePattern
-PolicyModelException
List<IPolicy> getPolicies(String category) throws PolicyModelException
category
-PolicyModelException
IPolicy dereference(IPolicyReference polRef)
polRef
-void addPolicyAttachment(IPolicyAttachment pa)
pa
- - PolicyAttachment to addvoid setPolicies(List<IPolicy> policies)
void validate(IValidationContext context)
context
-IPolicySet.POLICYSET_STATUS getStatus()
void setStatus(IPolicySet.POLICYSET_STATUS policySetStatus)
policySetStatus
-List<IValidationError> getCause()
void setCause(List<IValidationError> errorList)
errorList
- all the errro messagesvoid addCause(IValidationError error)
IPolicySet.LOCAL_OPTIMIZATION checkLocalOptimization()
Date getTimestamp()
|
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 |