|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MDSAccessException | |
---|---|
oracle.wsm.mds |
Uses of MDSAccessException in oracle.wsm.mds |
---|
Methods in oracle.wsm.mds that throw MDSAccessException | |
---|---|
void |
MDSAccessor.deleteResource(String qualifiedName, boolean updateTimestamp) Delete a MDS resource (Policy/Assertion/Attachment) |
void |
MDSAccessor.deleteResources(String prefixFilter, boolean updateTimestamp) Delete all MOs residing under a particular prefix. |
void |
MDSAccessor.deleteResourcesList(List<String> resourceNameList, boolean updateTimestamp) Delete a bunch of MOs from datastore |
void |
MDSAccessor.deleteVersions(String qualifiedName, long fromVersion, long toVersion, boolean updateTimestamp) Delete a range of versions for a particular MO |
MDSArtifact |
MDSAccessor.getDocument(String name) Fetch DOM document from data store |
MDSArtifact |
MDSAccessor.getDocumentVersion(String name, long version) |
List<MDSArtifact> |
MDSAccessor.getDocumentVersions(String docName) |
oracle.mds.core.MDSInstance |
MDSInitializer.getMDSInstance() Returns the MDS instance that had been initialized. |
oracle.mds.core.MDSInstance |
MDSFileStoreInitializer.getMDSInstance() Returns the MDS instance that had been initialized. |
oracle.mds.core.MDSInstance |
MDSDBStoreInitializer.getMDSInstance() Returns the MDS instance that had been initialized. |
oracle.mds.core.MetadataObject |
MDSAccessor.getMetadataObjectAsMO(String name) Given a MO name, fetch the corresponding MO object from the data store |
oracle.mds.core.MOReference |
MDSAccessor.getMORefForName(String qualifiedName) Given a MOName, create a MOReference object for the name |
Date |
MDSAccessor.getStoreTimestamp() |
IVersionInfo |
MDSAccessor.getVersionInfo(oracle.mds.core.MetadataObject mo) |
List<MDSArtifact> |
MDSAccessor.searchDocuments(oracle.mds.query.Condition searchCondition) |
MDSArtifact |
MDSAccessor.updateDocument(MDSArtifact mdsArtifact, boolean isUpdate, boolean updateTimestamp) Adds/updates a new MDS object to the MDS store. |
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. |
Constructors in oracle.wsm.mds that throw MDSAccessException | |
---|---|
MDSAccessor(boolean isReadOnly, MDSConfig config) Constructor This constructor is used when MDS configuration information is to be supplied programmatically |
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |