com.filenet.rm.api

Uses of Interface DocumentStore

Packages that use DocumentStore

Package Description
com.filenet.rm.api
com.filenet.rm.api.util

Uses of DocumentStore in com.filenet.rm.api

Modifier and Type Method and Description
  1. RecordInfo
RMRecordContainer.declare(DocumentStore aoDocumentStore,java.lang.String[] asDocumentsID,RMFolder[] aoFolder,com.filenet.wcm.api.Properties aoRecordProps,java.lang.String asRecordInfoClassID,com.filenet.wcm.api.Permissions aoRecordACLs,boolean abAutoname)
Declares the specified documents as a single record and files the new record in the specified folders.
  1. RecordInfo
RMRecordContainer.declare(DocumentStore aoDocumentStore,java.lang.String[] asDocumentsID,RMFolder[] aoFolder,com.filenet.wcm.api.Properties aoRecordProps,java.lang.String asRecordInfoClassID,com.filenet.wcm.api.Permissions aoRecordACLs,boolean abAutoname,boolean abValidate)
Declares the specified documents as a single record and files the new record in the specified folders.
  1. RecordInfos
RMRecordContainer.declareAllVersions(DocumentStore aoDocumentStore,java.lang.String asArrDocumentsID,boolean abAllVersion,RMFolder[] aoArrFolder,com.filenet.wcm.api.Properties aoRecordProps,java.lang.String asRecordInfoClassID,com.filenet.wcm.api.Permissions aoRecordACLs,boolean abAutoname,java.util.Map aoError)
Declares all versions of the specified documents as either a single record or as separate records, and files the record or records in the specified folders.
  1. RecordInfos
RMRecordContainer.declareAllVersions(DocumentStore aoDocumentStore,java.lang.String asArrDocumentsID,boolean abAllVersion,RMFolder[] aoArrFolder,com.filenet.wcm.api.Properties aoRecordProps,java.lang.String asRecordInfoClassID,com.filenet.wcm.api.Permissions aoRecordACLs,boolean abAutoname,java.util.Map aoError,boolean abValidate)
Declares all versions of the specified documents as either a single record or as separate records, and files the record or records in the specified folders.
  1. RecordInfo
RMRecordContainer.declareAndClassify(DocumentStore aoDocumentStore,java.lang.String[] asArrDocumentsID,RMFolder[] aoArrFolder,com.filenet.wcm.api.Properties aoRecordProps,java.lang.String asRecordInfoClassID,com.filenet.wcm.api.Permissions aoRecordACLs,boolean abAutoname,boolean abValidate)
Declares the specified document as a record with the security classification specified in the aoRecordProps parameter.
  1. void
RMConnector.declareDocument(java.lang.String asURLDocument,java.lang.String asURLRecord,java.lang.String[] asArrVersion,com.filenet.wcm.api.Properties aoProps,com.filenet.wcm.api.Permissions aoACLs,DocumentStore aoDocStore)
Sets the isRecord and RecordLink properties to the document, which are related to the declaration and finally updates the permission of the document to that of the record as supplied.

Uses of DocumentStore in com.filenet.rm.api.util

Modifier and Type Method and Description
  1. static
  2. DocumentStore
RMUtil._getDocumentStore(java.lang.Object aoObject)
Returns an instance of DocumentStore for the object store, which is passed as a parameter.
  1. DocumentStore
RMUtil.getDocumentStore(java.lang.Object aoObject)
Deprecated. Use RMUtil._getDocumentStore(Object aoObject) instead of this method.