public interface DocumentStore
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDomain()
Returns the name of the domain name for this
DocumentStore object. |
java.lang.String |
getLibraryName()
Returns the name of the document library as represented by this
DocumentStore object. |
com.filenet.wcm.api.ObjectStore |
getObjectStore()
Returns this
DocumentStore object. |
java.lang.String |
getRepositoryName()
Generates a repository name for this
DocumentStore object by combining the domain
and library names this object. |
java.lang.String |
getRepositoryType()
Returns a value indicating the repository type of this
DocumentStore object. |
java.lang.String |
getServerName()
Returns the URL that is used to connect to the Content Engine server and return.
|
java.lang.String |
getURI(RMObjectStore aoRMobjectStore,
java.lang.String[] asArrDocumentId)
Generates a URI that is passed to RM Declaration API when documents are declared as records.
|
java.lang.String getURI(RMObjectStore aoRMobjectStore, java.lang.String[] asArrDocumentId) throws RMException
aoRMobjectStore
- An RMObjectStore
object that represents the object store
in which the records are to be declared.asArrDocumentId
- A String
array that contains the IDs of the documents that
are to be declared as records.String
that represents the URI to be used to declare documents as records.RMException
- If a Records Manager error occurs.java.lang.String getRepositoryType() throws RMException
DocumentStore
object.String
that indicates the repository type of
this DocumentStore
object.RMException
- If a Records Manager error occurs.java.lang.String getServerName() throws RMException
String
representing the URL for the Content Java API listener.RMException
- If a Records Manager error occurs.java.lang.String getRepositoryName() throws RMException
DocumentStore
object by combining the domain
and library names this object.String
that represents the name of the repository for this
DocumentStore
object.RMException
- If a Records Manager error occurs.java.lang.String getLibraryName() throws RMException
DocumentStore
object.String
that represents the document library name.RMException
- If a Records Manager error occurs.java.lang.String getDomain() throws RMException
DocumentStore
object.String
that represents the domain name.RMException
- If a Records Manager error occurs.com.filenet.wcm.api.ObjectStore getObjectStore() throws RMException
DocumentStore
object.ObjectStore
object that represents this DocumentStore
object.RMException
- If a Records Manager error occurs.© Copyright IBM Corp. 2003, 2013. All Rights Reserved.