|
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 |
java.lang.Object
oracle.wsm.policymanager.impl.QueryService
public class QueryService
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface oracle.wsm.policymanager.IQueryService |
---|
IQueryService.Attributes |
Constructor Summary | |
---|---|
QueryService() Default constructor This constructor uses declarative MDS lookup |
|
QueryService(MDSConfig config) Initialize PolicyQuery with custom configuration for datasource |
Method Summary | |
---|---|
boolean |
areTransactionsSupported() This methods lets you know if transactionality is supported by the backed datastore used by the policymanager. |
boolean |
areTransactionsSupportedAsBooleanValue() This methods lets you know if transactionality is supported by the backed datastore used by the policymanager. |
IAssertionTemplate |
getAssertionTemplate(String atName) Retrieves and returns an Assertiontemplate object with the supplied name |
String |
getAssertionTemplateAsString(String assertionTemplateName) Retrives and returns an Assertiontemplate object with the supplied name |
List<IAssertionTemplate> |
getAssertionTemplates(String atPath) Returns a list of all Assertion Templates stored in the datastore |
List<String> |
getAssertionTemplatesAsString(String path) Returns a list of all Assertion Templates stored in the datastore |
List<String> |
getAssertionTemplatesAsStringByCategory(String path, String category) Return a list of assertion templates belonging to a specific category |
List<String> |
getAssertionTemplatesAsStringByQNameAndAttachTo(QName assertionQName, String appliesTo) Return all Assertion Templates that contain the assertion identified by its qname (assertionQName) and attachTo. |
List<IAssertionTemplate> |
getAssertionTemplatesByCategory(String path, String category) Get a list of assertion templates matching a particular category |
List<IAssertionTemplate> |
getAssertionTemplatesByQNameAndAttachTo(QName assertionQName, String attachTo) Return all Assertion Templates that contain the assertion identified by its qname (assertionQName) and attachTo. |
IAssertionTemplate |
getAssertionTemplateVersion(String assertionTemplateName, long version) Retrieve particular version of an assertionTemplate |
String |
getAssertionTemplateVersionAsString(String assertionTemplateName, long version) Returns a particular version of an assertionTemplate |
List<IAssertionTemplate> |
getAssertionTemplateVersionHistory(String templateName) Get a list of all versions of a assertion template |
List<String> |
getAssertionTemplateVersionHistoryAsString(String templateName) Get a list of all previous version of a particular Assertion template |
IPolicyAttachment |
getAttachment(String attachmentName) Retrieve an attachment for given attachment name |
String |
getAttachmentAsString(String attachmentName) Get a policy attachment object store in the store by the passed name |
String |
getAttachmentAsStringByPolicyName(String policyName) Returns a single policy attachment - given the name of the Policy. |
IPolicyAttachment |
getAttachmentByPolicyName(String policyName) Returns a single policy attachment - given the name of the Policy. |
List<IPolicyAttachment> |
getAttachments(String path, String policyId) Search for policy attachments |
List<String> |
getAttachmentsAsString(String path, String policyId) Get all Policy Attachment objects under a particular path and matching passed ID |
List<IPolicy> |
getPolicies(String path) Returns all policies in the MDS store |
List<String> |
getPoliciesAsString(String path) Returns all policies in the Policy store |
List<String> |
getPoliciesAsStringByAttachTo(String path, List<String> attachToList) Return Policies in a specific Attachment Point |
List<String> |
getPoliciesAsStringByCategory(String path, String category) Returns a list of Policies belonging to the cateory passed |
List<String> |
getPoliciesAsStringByCategoryAndAttachTo(String path, String category, List<String> attachToList) Return a list of Policies in any of the supplied Attachment points and belonging to the passed category |
List<String> |
getPoliciesAsStringByID(String path, String policyID) Return a list of policies matching the supplied path and id This method can be use to restrict searching policies within a particular path If the complete path to a particular policy is know and only a single policy is to be fetched, the corresponding method should be used instead of this method |
List<String> |
getPoliciesAsStringByPolicyReferences(List<String> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns the corresponding Policies. |
Map<String,String> |
getPoliciesAsStringByPolicyReferencesMap(List<String> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned |
List<String> |
getPoliciesAsStringByPolicyStatus(String path, IPolicy.STATUS status) Return a list of Policies with supplied status |
List<String> |
getPoliciesAsStringForResource(String resourcePattern) Returns the Policies attached to a Policy Subject(Resource) identified by resourcePattern |
List<IPolicy> |
getPoliciesByAssertionQNameAndAttachTo(String path, QName assertionQName, String attachTo) Return all Policies that contain the assertion identified by its qname (assertionQName) and attachTo. |
List<IPolicy> |
getPoliciesByAttachTo(String path, List<String> attachToList) Return Policies that can be attached to specific type of Policy Subjects |
List<IPolicy> |
getPoliciesByCategory(String path, String category) Returns a list of Policies belonging to the cateory passed |
List<IPolicy> |
getPoliciesByCategoryAndAttachTo(String path, String category, List<String> attachToList) Return a list of Policies in any of the supplied Attachment points and belonging to the passed category |
List<IPolicy> |
getPoliciesByID(String path, String policyID) Return a list of policies matching the supploed path and id |
List<IPolicy> |
getPoliciesByPolicyReferenceList(List<IPolicyReference> polrefList) Given a list of policyReferences, return a list of IPolicy objects corresponding to the references |
Map<IPolicyReference,IPolicy> |
getPoliciesByPolicyReferenceMap(List<IPolicyReference> polrefList) Returns a Map of policy reference objects and the corresponding policy object that is referenced |
List<IPolicy> |
getPoliciesByPolicyReferences(List<IPolicyReference> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns the corresponding Policies. |
Map<IPolicyReference,IPolicy> |
getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned |
Map<IPolicyReference,IPolicy> |
getPoliciesByPolicyReferencesMapObj(List<IPolicyReference> polRefs, boolean includeConfigs) |
List<IPolicy> |
getPoliciesByPolicyStatus(String path, IPolicy.STATUS status) Return a list of Policies with supplied status |
List<IPolicy> |
getPoliciesBySmartDigestAndAttachTo(String path, QName attrQName, String smartDigestValue, String attachTo) WARNING: This is an internal API - DO NOT USE. |
List<IPolicy> |
getPoliciesForResource(String resourcePattern) Given a resource pattern, returns a list of all policies that apply to the resourcePattern |
IPolicy |
getPolicy(String policyName) Get a policy for the given policy name |
IPolicy |
getPolicy(String policyName, boolean getConfig) Get a particular policy with options to include configuration information |
String |
getPolicyAsString(String policyName) Get a policy for the given policy name |
String |
getPolicyAsString(String policyName, boolean getConfig) Get a particular policy with options to include configuration information |
String |
getPolicyAsStringByID(String path, String policyID) Returns a policy corresponding to given policy path and ID This method will return a single policy with the name <path/id>. |
IPolicy |
getPolicyByID(String path, String policyID) Returns a policy corresponding to given policy name |
List<String> |
getPolicyReferencesAsStringForResource(String resourcePattern) Finds all the policies that are attached to a resource pattern |
Map<String,List<IPolicyReference>> |
getPolicyReferencesForResource(List<String> policySubject) Finds all the policy references that are attached to the policy subject |
List<IPolicyReference> |
getPolicyReferencesForResource(String resourcePattern) Get a list of policyreferences containing reference to the passed resource pattern |
IPolicy |
getPolicyVersion(String policyName, long version) Returns a IPolicy object for a given policy and particular version The method returns a null if the version/policy is not found in the datastore |
String |
getPolicyVersionAsString(String policyName, long version) Returns a particular version of a policy |
List<IPolicy> |
getPolicyVersionHistory(String policyName) Get a list of all previous version of a particular policy |
List<String> |
getPolicyVersionHistoryAsString(String policyName) Get a list of all previous version of a particular policy |
Date |
getStoreTimestamp() Get the time of the last access made to the data store |
Date |
getStoreTimestampAsDate() Returns the timestamp of the Policy store |
List<IPolicy> |
searchPolicies(SearchCriteria searchCriteria) Search policies depending on the query specified in the passed SearchCriteria |
List<String> |
searchPoliciesAsString(SearchCriteria searchCriteria) Search and return a list of policies that meet the passed search Criteria |
Map<IPolicy,List<IValidationError>> |
validatePolicies(List<IPolicy> policies) Performs Policy Validation on each policy and return the list of errors. |
Map<String,List<IValidationError>> |
validatePoliciesString(List<String> policyStrs) |
Map<IPolicySubject,List<IValidationError>> |
validatePolicySubjects(Map<IPolicySubject,List<IPolicyReference>> polSubjectsToValidate) Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject |
Map<String,List<IValidationError>> |
validatePolicySubjectsString(Map<String,List<String>> polSubjectsToValidate) Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryService()
public QueryService(MDSConfig config)
config
- MDSConfig object containing mds informationMethod Detail |
---|
public IPolicy getPolicy(String policyName, boolean getConfig) throws PolicyManagerException
IQueryService
getPolicy
in interface IQueryService
PolicyManagerException
public IPolicy getPolicy(String policyName) throws PolicyManagerException
getPolicy
in interface IQueryService
policyName
-PolicyManagerException
public IPolicy getPolicyByID(String path, String policyID) throws PolicyManagerException
getPolicyByID
in interface IQueryService
path
-policyID
- Name of the Policy to be looked upPolicyManagerException
public List<IPolicy> getPoliciesByID(String path, String policyID) throws PolicyManagerException
getPoliciesByID
in interface IQueryService
path
-policyID
-PolicyManagerException
IQueryService.getPolicyByID(String path, String policyID)
public List<IPolicy> getPoliciesByPolicyReferenceList(List<IPolicyReference> polrefList) throws PolicyManagerException
polrefList
- List of IPolicyReference objectsPolicyManagerException
public List<IPolicy> getPoliciesByPolicyReferences(List<IPolicyReference> polRefs, boolean includeConfigs) throws PolicyManagerException
IQueryService
getPoliciesByPolicyReferences
in interface IQueryService
polRefs
- - List of IPolicyReferencePolicyManagerException
public Map<IPolicyReference,IPolicy> getPoliciesByPolicyReferenceMap(List<IPolicyReference> polrefList) throws PolicyManagerException
polrefList
-PolicyManagerException
public List<IPolicy> getPolicies(String path) throws PolicyManagerException
getPolicies
in interface IQueryService
path
- Path within the MDS store to restrict the search toPolicyManagerException
public List<IPolicy> getPoliciesByCategory(String path, String category) throws PolicyManagerException
getPoliciesByCategory
in interface IQueryService
path
-category
- The catergory to search policies onPolicyManagerException
public List<IPolicy> getPoliciesByAttachTo(String path, List<String> attachToList) throws PolicyManagerException
getPoliciesByAttachTo
in interface IQueryService
path
-attachToList
- List to attachement points to look for if the list contains multiple attachTo - then a Policy that can be attached to all the Policy Subjects in the list is selected. Example: if attachToList contains binding.client.soap and binding.server.soap then all Policies that have attachTo of binding.any.soap or generic will be returned. In effect an intersection of acceptable Policy Subjects is performed!PolicyManagerException
public List<IPolicy> getPoliciesByCategoryAndAttachTo(String path, String category, List<String> attachToList) throws PolicyManagerException
getPoliciesByCategoryAndAttachTo
in interface IQueryService
path
-category
- Policy Category to search underattachToList
- List of attachment points to look atPolicyManagerException
public List<IPolicy> getPoliciesBySmartDigestAndAttachTo(String path, QName attrQName, String smartDigestValue, String attachTo) throws PolicyManagerException
path
-attrQName
- - the smartDigest attr or the oraSmartDigest attrsmartDigestValue
- - the smart digest value of the PolicyattachTo
- - attachTo of the policyPolicyManagerException
public List<IPolicy> getPoliciesByPolicyStatus(String path, IPolicy.STATUS status) throws PolicyManagerException
getPoliciesByPolicyStatus
in interface IQueryService
path
- partition to search withinstatus
- Policy enums tatus to lookupPolicyManagerException
public IAssertionTemplate getAssertionTemplate(String atName) throws PolicyManagerException
getAssertionTemplate
in interface IQueryService
atName
- Name of the assertion Template object to be fetchedPolicyManagerException
public List<IAssertionTemplate> getAssertionTemplates(String atPath) throws PolicyManagerException
getAssertionTemplates
in interface IQueryService
atPath
- Name of the directory from where assertiontemplates to be fetchPolicyManagerException
public List<IPolicy> getPolicyVersionHistory(String policyName) throws PolicyManagerException
getPolicyVersionHistory
in interface IQueryService
polName
- Name of the policy whos versions need to be fetchedPolicyManagerException
public List<IAssertionTemplate> getAssertionTemplateVersionHistory(String templateName) throws PolicyManagerException
getAssertionTemplateVersionHistory
in interface IQueryService
templateName
- Assertion template to be looked upPolicyManagerException
public List<IAssertionTemplate> getAssertionTemplatesByCategory(String path, String category) throws PolicyManagerException
getAssertionTemplatesByCategory
in interface IQueryService
path
- Path to restrict the search tocategory
- Category to search assertion templates onPolicyManagerException
public IPolicy getPolicyVersion(String policyName, long version) throws PolicyManagerException
getPolicyVersion
in interface IQueryService
policyName
- The name of the policy whose version needs to be looked upversion
- Version to be retrivedPolicyManagerException
public IAssertionTemplate getAssertionTemplateVersion(String assertionTemplateName, long version) throws PolicyManagerException
getAssertionTemplateVersion
in interface IQueryService
assertionTemplateName
- Name of the assertion templateversion
- Version # to be retrievedPolicyManagerException
public IPolicyAttachment getAttachment(String attachmentName) throws PolicyManagerException
getAttachment
in interface IQueryService
Name
- of the policy attachment to be fetchedPolicyManagerException
public List<IPolicyAttachment> getAttachments(String path, String policyId) throws PolicyManagerException
getAttachments
in interface IQueryService
path
- Path to restrict your search topolicyId
-PolicyManagerException
public List<IPolicy> getPoliciesForResource(String resourcePattern) throws PolicyManagerException
getPoliciesForResource
in interface IQueryService
resourcePattern
-PolicyManagerException
public Map<String,List<IPolicyReference>> getPolicyReferencesForResource(List<String> policySubject) throws PolicyManagerException
IQueryService
getPolicyReferencesForResource
in interface IStringQueryService
getPolicyReferencesForResource
in interface IQueryService
policySubject
- list of policysubjectPolicyManagerException
public List<IPolicyReference> getPolicyReferencesForResource(String resourcePattern) throws PolicyManagerException
getPolicyReferencesForResource
in interface IQueryService
resourcePattern
-PolicyManagerException
public List<IAssertionTemplate> getAssertionTemplatesByQNameAndAttachTo(QName assertionQName, String attachTo) throws PolicyManagerException
getAssertionTemplatesByQNameAndAttachTo
in interface IQueryService
assertionQName
- - cannot be nullattachTo
- - can be null - in which case it is ignored completelyPolicyManagerException
public List<IPolicy> searchPolicies(SearchCriteria searchCriteria) throws PolicyManagerException
searchPolicies
in interface IQueryService
searchCriteria
-PolicyManagerException
public List<IPolicy> getPoliciesByAssertionQNameAndAttachTo(String path, QName assertionQName, String attachTo) throws PolicyManagerException
assertionQName
- - cannot be nullattachTo
- - can be null - in which case it is ignored completelyPolicyManagerException
public IPolicyAttachment getAttachmentByPolicyName(String policyName) throws PolicyManagerException
getAttachmentByPolicyName
in interface IQueryService
attachmentName
- Name of the Policy attachment to be looked upPolicyManagerException
public Map<IPolicySubject,List<IValidationError>> validatePolicySubjects(Map<IPolicySubject,List<IPolicyReference>> polSubjectsToValidate) throws PolicyManagerException
validatePolicySubjects
in interface IQueryService
PolicyManagerException
public Map<IPolicyReference,IPolicy> getPoliciesByPolicyReferencesMapObj(List<IPolicyReference> polRefs, boolean includeConfigs) throws PolicyManagerException
PolicyManagerException
public Map<IPolicyReference,IPolicy> getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs, boolean includeConfigs) throws PolicyManagerException
IQueryService
getPoliciesByPolicyReferencesMap
in interface IQueryService
polRefs
- - List of IPolicyReferencePolicyManagerException
public String getAssertionTemplateAsString(String assertionTemplateName) throws PolicyManagerException
IStringQueryService
getAssertionTemplateAsString
in interface IStringQueryService
assertionTemplateName
- Name of the assertion Template object to be fetchedPolicyManagerException
public String getAssertionTemplateVersionAsString(String assertionTemplateName, long version) throws PolicyManagerException
IStringQueryService
getAssertionTemplateVersionAsString
in interface IStringQueryService
assertionTemplateName
- Name of the assertiontemplate to be look upversion
- The version number to be fetchedPolicyManagerException
- If the particular version or the Assertion template doesn't existpublic List<String> getAssertionTemplateVersionHistoryAsString(String templateName) throws PolicyManagerException
IStringQueryService
getAssertionTemplateVersionHistoryAsString
in interface IStringQueryService
templateName
- Name of the Assertion template versions of which need to be fetchedPolicyManagerException
public List<String> getAssertionTemplatesAsString(String path) throws PolicyManagerException
IStringQueryService
getAssertionTemplatesAsString
in interface IStringQueryService
path
- The path to search within the data store If path is null, the entire datastore will be searchedPolicyManagerException
public List<String> getAssertionTemplatesAsStringByQNameAndAttachTo(QName assertionQName, String appliesTo) throws PolicyManagerException
IStringQueryService
getAssertionTemplatesAsStringByQNameAndAttachTo
in interface IStringQueryService
assertionQName
- - cannot be nullPolicyManagerException
public List<String> getAssertionTemplatesAsStringByCategory(String path, String category) throws PolicyManagerException
IStringQueryService
getAssertionTemplatesAsStringByCategory
in interface IStringQueryService
path
- Path to restrict the search tocategory
- Category to search forPolicyManagerException
public String getAttachmentAsString(String attachmentName) throws PolicyManagerException
IStringQueryService
getAttachmentAsString
in interface IStringQueryService
attachmentName
- Name of the Policy attachment to be looked upPolicyManagerException
public String getAttachmentAsStringByPolicyName(String policyName) throws PolicyManagerException
IStringQueryService
getAttachmentAsStringByPolicyName
in interface IStringQueryService
PolicyManagerException
public List<String> getAttachmentsAsString(String path, String policyId) throws PolicyManagerException
IStringQueryService
getAttachmentsAsString
in interface IStringQueryService
PolicyManagerException
public List<String> getPoliciesAsString(String path) throws PolicyManagerException
IStringQueryService
getPoliciesAsString
in interface IStringQueryService
path
- The path to search within the data store If path is null, the entire datastore will be searchedPolicyManagerException
public List<String> getPoliciesAsStringByAttachTo(String path, List<String> attachToList) throws PolicyManagerException
IStringQueryService
getPoliciesAsStringByAttachTo
in interface IStringQueryService
path
- The path to search within the data store If path is null, the entire datastore will be searchedattachToList
- List to attachement points to look forPolicyManagerException
public List<String> getPoliciesAsStringByCategory(String path, String category) throws PolicyManagerException
IStringQueryService
getPoliciesAsStringByCategory
in interface IStringQueryService
path
- The path to search within the data store If path is null, the entire datastore will be searchedcategory
- The catergory to search policies onPolicyManagerException
public List<String> getPoliciesAsStringByCategoryAndAttachTo(String path, String category, List<String> attachToList) throws PolicyManagerException
IStringQueryService
getPoliciesAsStringByCategoryAndAttachTo
in interface IStringQueryService
path
- The path to search within the data store If path is null, the entire datastore will be searchedcategory
- Policy Category to search underattachToList
- List of attachment points to look atPolicyManagerException
public List<String> getPoliciesAsStringByID(String path, String policyID) throws PolicyManagerException
IStringQueryService
getPoliciesAsStringByID
in interface IStringQueryService
path
- The path to search within the data store If path is null, the entire datastore will be searchedPolicyManagerException
IQueryService.getPolicyByID(String path, String policyID)
public List<String> getPoliciesAsStringByPolicyReferences(List<String> polRefs, boolean includeConfigs) throws PolicyManagerException
IStringQueryService
getPoliciesAsStringByPolicyReferences
in interface IStringQueryService
polRefs
- - List of IPolicyReferencePolicyManagerException
public List<String> getPoliciesAsStringByPolicyStatus(String path, IPolicy.STATUS status) throws PolicyManagerException
IStringQueryService
getPoliciesAsStringByPolicyStatus
in interface IStringQueryService
path
- The path to search within the data store If path is null, the entire datastore will be searchedstatus
- Policy enums tatus to lookupPolicyManagerException
public List<String> getPoliciesAsStringForResource(String resourcePattern) throws PolicyManagerException
IStringQueryService
getPoliciesAsStringForResource
in interface IStringQueryService
resourcePattern
- - String representation of a Policy Subject or ResourcePolicyManagerException
public String getPolicyAsString(String policyName) throws PolicyManagerException
IStringQueryService
getPolicyAsString
in interface IStringQueryService
PolicyManagerException
public String getPolicyAsString(String policyName, boolean getConfig) throws PolicyManagerException
IStringQueryService
getPolicyAsString
in interface IStringQueryService
PolicyManagerException
public String getPolicyAsStringByID(String path, String policyID) throws PolicyManagerException
IStringQueryService
getPolicyAsStringByID
in interface IStringQueryService
path
- The path to search within the data store If path is null, the entire datastore will be searchedpolicyID
- Name of the Policy to be looked upPolicyManagerException
public List<String> getPolicyReferencesAsStringForResource(String resourcePattern) throws PolicyManagerException
IStringQueryService
getPolicyReferencesAsStringForResource
in interface IStringQueryService
PolicyManagerException
public String getPolicyVersionAsString(String policyName, long version) throws PolicyManagerException
IStringQueryService
getPolicyVersionAsString
in interface IStringQueryService
policyName
- Name a policy to look upversion
- The version number to be fetchedPolicyManagerException
- If the particular version or the policy doesn't existpublic List<String> getPolicyVersionHistoryAsString(String policyName) throws PolicyManagerException
IStringQueryService
getPolicyVersionHistoryAsString
in interface IStringQueryService
PolicyManagerException
public List<String> searchPoliciesAsString(SearchCriteria searchCriteria) throws PolicyManagerException
IStringQueryService
searchPoliciesAsString
in interface IStringQueryService
searchCriteria
- Condition for the searchPolicyManagerException
public Map<String,List<IValidationError>> validatePolicySubjectsString(Map<String,List<String>> polSubjectsToValidate) throws PolicyManagerException
IStringQueryService
validatePolicySubjectsString
in interface IStringQueryService
PolicyManagerException
public Map<String,String> getPoliciesAsStringByPolicyReferencesMap(List<String> polRefs, boolean includeConfigs) throws PolicyManagerException
getPoliciesAsStringByPolicyReferencesMap
in interface IStringQueryService
polRefs
- - List of IPolicyReferenceincludeConfigs
-PolicyManagerException
public Date getStoreTimestamp()
getStoreTimestamp
in interface IQueryService
public Date getStoreTimestampAsDate()
IStringQueryService
getStoreTimestampAsDate
in interface IStringQueryService
public Map<String,List<IValidationError>> validatePoliciesString(List<String> policyStrs) throws PolicyManagerException
validatePoliciesString
in interface IStringQueryService
PolicyManagerException
public Map<IPolicy,List<IValidationError>> validatePolicies(List<IPolicy> policies) throws PolicyManagerException
IQueryService
validatePolicies
in interface IQueryService
policies
- - List of IPolicy to be validatedPolicyManagerException
public boolean areTransactionsSupportedAsBooleanValue() throws PolicyManagerException
areTransactionsSupportedAsBooleanValue
in interface IStringQueryService
PolicyManagerException
public boolean areTransactionsSupported() throws PolicyManagerException
IQueryService
areTransactionsSupported
in interface IQueryService
PolicyManagerException
|
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 |