com.filenet.rm.api
Uses of Interface RecordInfo
Packages that use RecordInfo
Package | Description |
---|---|
com.filenet.rm.api | |
com.filenet.rm.api.util |
Uses of RecordInfo in com.filenet.rm.api
Modifier and Type | Method and Description |
---|---|
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.
|
|
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.
|
|
RMRecordContainer.declare(java.lang.String asURL,java.lang.String[] asVersion,RMFolder[] aoFolder,com.filenet.wcm.api.Properties aoRecordProps,java.lang.String asRecordInfoClassID,com.filenet.wcm.api.Permissions aoRecordACLs,boolean abAutoname)
Declares the versions of the specified document as a single record and files the new record in
the specified folders.
|
|
RMRecordContainer.declare(java.lang.String asURL,java.lang.String[] asVersion,RMFolder[] aoFolder,com.filenet.wcm.api.Properties aoRecordProps,java.lang.String asRecordInfoClassID,com.filenet.wcm.api.Permissions aoRecordACLs,boolean abAutoname,boolean abValidate)
Declares the versions of the specified document as a single record and files the new record in
the specified folders.
|
|
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.
|
|
RMRecordContainer.declareAndClassify(java.lang.String asURL,java.lang.String[] asArrVersion,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.
|
|
RecordInfo.detachReceiptFromParent()
Detaches this
RecordInfo object from a parent record as a receipt
for that parent.
|
|
RecordInfo.getReceiptParent()
Returns the parent record to which this
RecordInfo object is
attached as a receipt.
|
|
RMObjectStore.getRecord(java.lang.String asDocURI)
Returns the
RecordInfo object in this object store that has the
the specified document URI.
|
|
RMObjectStore.getRecordInfoInterface(com.filenet.wcm.api.Document aoDocument)
Constructs a
RecordInfo object based on
the specified Document object and places the new object in this object store.
|
Modifier and Type | Method and Description |
---|---|
|
RecordInfo.attachReceiptToParent(RecordInfo aoRecordInfo)
Attaches this
RecordInfo object to the specified parent record as a receipt.
|
|
RMConnector.declareDocument(java.lang.String asURLDocument,RecordInfo aoRecordInfo,java.lang.String[] asArrVersion,com.filenet.wcm.api.Properties aoProps,com.filenet.wcm.api.Permissions aoACLs)
Sets the required 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.
|
|
RecordInfo.superceed(RecordInfo aoSupersededRecord)
Supersedes this
RecordInfo object with the specified
RecordInfo object.
|
Uses of RecordInfo in com.filenet.rm.api.util
Modifier and Type | Method and Description |
---|---|
|
RMUtil._locateRecord(java.lang.String asURI)
Retrieves a RecordInfo object corresponding to the URI passed as a parameter.
|
RMUtil.locateRecord(java.lang.String asURI)
Deprecated. Use
RMUtil._locateRecord(String asURI) instead of this method.
|
Modifier and Type | Method and Description |
---|---|
|
RMUtil._validateDestination(RMRecordContainer aoDestination,RecordInfo loRecord)
|
|
RMUtil.getROSObjectStore(RecordInfo loInfo,com.filenet.wcm.api.Session sess)
|
|
RMUtil.validateDestination(RMRecordContainer aoDestination,RecordInfo loRecord)
|