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
  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. RecordInfo
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.
  1. RecordInfo
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.
  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. RecordInfo
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.
  1. RecordInfo
RecordInfo.detachReceiptFromParent()
Detaches this RecordInfo object from a parent record as a receipt for that parent.
  1. RecordInfo
RecordInfo.getReceiptParent()
Returns the parent record to which this RecordInfo object is attached as a receipt.
  1. RecordInfo
RMObjectStore.getRecord(java.lang.String asDocURI)
Returns the RecordInfo object in this object store that has the the specified document URI.
  1. RecordInfo
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
  1. void
RecordInfo.attachReceiptToParent(RecordInfo aoRecordInfo)
Attaches this RecordInfo object to the specified parent record as a receipt.
  1. void
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.
  1. void
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
  1. static
  2. RecordInfo
RMUtil._locateRecord(java.lang.String asURI)
Retrieves a RecordInfo object corresponding to the URI passed as a parameter.
  1. RecordInfo
RMUtil.locateRecord(java.lang.String asURI)
Deprecated. Use RMUtil._locateRecord(String asURI) instead of this method.
Modifier and Type Method and Description
  1. static
  2. void
RMUtil._validateDestination(RMRecordContainer aoDestination,RecordInfo loRecord)
  1. com.filenet.wcm.api.ObjectStore
RMUtil.getROSObjectStore(RecordInfo loInfo,com.filenet.wcm.api.Session sess)
  1. void
RMUtil.validateDestination(RMRecordContainer aoDestination,RecordInfo loRecord)