Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Uses of Class
oracle.wsm.mds.MDSArtifact

Packages that use MDSArtifact
oracle.wsm.mds   
oracle.wsm.policymanager   

 

Uses of MDSArtifact in oracle.wsm.mds

 

Methods in oracle.wsm.mds that return MDSArtifact
 MDSArtifact MDSAccessor.getDocument(String name)
          Fetch DOM document from data store
 MDSArtifact MDSAccessor.getDocumentVersion(String name, long version)
           
 MDSArtifact MDSAccessor.updateDocument(MDSArtifact mdsArtifact, boolean isUpdate, boolean updateTimestamp)
          Adds/updates a new MDS object to the MDS store.

 

Methods in oracle.wsm.mds that return types with arguments of type MDSArtifact
 List<MDSArtifact> MDSAccessor.getDocumentVersions(String docName)
           
 List<MDSArtifact> MDSAccessor.searchDocuments(oracle.mds.query.Condition searchCondition)
           
 List<MDSArtifact> MDSAccessor.updateDocuments(List<MDSArtifact> pmArtifacts, boolean isUpdate, boolean updateTimestamp)
          Update a bunch of policies into the datastore.Before updating policy this method will check validity of policy.

 

Methods in oracle.wsm.mds with parameters of type MDSArtifact
 MDSArtifact MDSAccessor.updateDocument(MDSArtifact mdsArtifact, boolean isUpdate, boolean updateTimestamp)
          Adds/updates a new MDS object to the MDS store.

 

Method parameters in oracle.wsm.mds with type arguments of type MDSArtifact
 List<MDSArtifact> MDSAccessor.updateDocuments(List<MDSArtifact> pmArtifacts, boolean isUpdate, boolean updateTimestamp)
          Update a bunch of policies into the datastore.Before updating policy this method will check validity of policy.

 

Uses of MDSArtifact in oracle.wsm.policymanager

 

Methods in oracle.wsm.policymanager with parameters of type MDSArtifact
static IAssertionTemplate PolicyManagerUtil.getAssertionTemplateFromArtifact(MDSArtifact mdsArtifact)
          Generate an assertion template using information from a MDSArtifact
static IPolicy PolicyManagerUtil.getPolFromArtifact(MDSArtifact mdsArtifact)
          Generate a policy object using information from a MDSArtifact

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.