com.filenet.rm.api
Uses of Interface RMFolder
Packages that use RMFolder
Package | Description |
---|---|
com.filenet.rm.api | |
com.filenet.rm.api.util |
Uses of RMFolder in com.filenet.rm.api
Modifier and Type | Interface and Description |
---|---|
|
ActivableObject
Defines the behavior of any Records Manager container object that can be activated or inactivated.
|
|
ClassificationScheme
Represents a file plan that enables a hierarchical grouping of various types of folders such as
record categories and record folders.
|
|
ClosableObject
Defines the behavior of a Records Manager container object that can be closed.
|
|
RecordCategory
Represents a container that categorizes a set of related records within a file plan.
|
|
RecordFolder
Represents a container that is used to manage related records according to
specified retention and disposition schedules and events.
|
|
RMRecordCategoryContainer
Defines the behavior of any
RMFolder object that can contain a record category in the file plan
hierarchy.
|
|
RMRecordContainer
Represents the base interface for the interfaces that can contain records:
RecordCategory ,
RecordFolder , and Volume .
|
|
RMRecordFolderContainer
Represents the base class for a container that can hold
RecordFolder objects.
|
|
Volume
Represents a logical sub-division of a record folder into smaller, easier-to-manage units.
|
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.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.
|
|
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.
|
|
RMRecordContainer.declareAllVersions(java.lang.String asURL,boolean abAllVersion,RMFolder[] aoFolder,com.filenet.wcm.api.Properties aoRecordProps,java.lang.String asRecordInfoClassID,com.filenet.wcm.api.Permissions aoRecordACLs,boolean abAutoname,java.util.Map aoErrorMap)
Declares all versions of the documents specified by the
asURL parameter as either a single record or as separate records,
and files the record or records in the specified folders.
|
|
RMRecordContainer.declareAllVersions(java.lang.String asURL,boolean abAllVersion,RMFolder[] aoFolder,com.filenet.wcm.api.Properties aoRecordProps,java.lang.String asRecordInfoClassID,com.filenet.wcm.api.Permissions aoRecordACLs,boolean abAutoname,java.util.Map aoErrorMap,boolean abValidate)
Declares all versions of the documents specified by the
asURL parameter as either a single record or as separate records,
and files the record or records 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.
|
|
|
RecordCategory.move(RMFolder aoDestinationFolder,java.lang.String asReasonForRelocation,DispositionSchedule aoDispositionSchedule)
Moves this
RecordCategory object to a specified classification scheme or a record category.
|
|
RecordFolder.move(RMFolder aoDestinationFolder,java.lang.String asReasonForRelocation,DispositionSchedule aoDispositionSchedule)
Moves this
RecordFolder object to a specified record category or a record folder.
|
Uses of RMFolder in com.filenet.rm.api.util
Modifier and Type | Method and Description |
---|---|
|
RMUtil._getFilePlanID(RMFolder aoFolder)
Returns the GUID of the ClassificationScheme object that contains the specified RMFolder object.
|
|
RMUtil._isAnyParentClosed(RMFolder aoRMFolder)
Determines if any parent of the RMFolder is closed.
|
|
RMUtil.getFilePlanID(RMFolder aoFolder)
Deprecated. Use
RMUtil._getFilePlanID(RMFolder aoFolder) instead of this method.
|
|
RMUtil.isAnyParentClosed(RMFolder aoRMFolder)
Deprecated. Use
RMUtil._isAnyParentClosed(RMFolder aoRMFolder) instead of this method.
|
RMBulkOperationsUtil.move(RMObjectStore aoRMOS,java.lang.String[] asArrObjectIDs,RMRecordContainer aoSource,RMFolder aoDestination,java.lang.String asReasonForMove,DispositionSchedule aoDispositionSchedule)
Performs the move operation on all RM entities whose Ids are specified in
the asArrObjectIDs input parameter.
|