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
  1. interface
ActivableObject
Defines the behavior of any Records Manager container object that can be activated or inactivated.
  1. interface
ClassificationScheme
Represents a file plan that enables a hierarchical grouping of various types of folders such as record categories and record folders.
  1. interface
ClosableObject
Defines the behavior of a Records Manager container object that can be closed.
  1. interface
RecordCategory
Represents a container that categorizes a set of related records within a file plan.
  1. interface
RecordFolder
Represents a container that is used to manage related records according to specified retention and disposition schedules and events.
  1. interface
RMRecordCategoryContainer
Defines the behavior of any RMFolder object that can contain a record category in the file plan hierarchy.
  1. interface
RMRecordContainer
Represents the base interface for the interfaces that can contain records: RecordCategory, RecordFolder, and Volume.
  1. interface
RMRecordFolderContainer
Represents the base class for a container that can hold RecordFolder objects.
  1. interface
Volume
Represents a logical sub-division of a record folder into smaller, easier-to-manage units.
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. 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. RecordInfos
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.
  1. RecordInfos
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.
  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. void
RecordCategory.move(RMFolder aoDestinationFolder,java.lang.String asReasonForRelocation,DispositionSchedule aoDispositionSchedule)
Moves this RecordCategory object to a specified classification scheme or a record category.
  1. void
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
  1. static
  2. java.lang.String
RMUtil._getFilePlanID(RMFolder aoFolder)
Returns the GUID of the ClassificationScheme object that contains the specified RMFolder object.
  1. static
  2. boolean
RMUtil._isAnyParentClosed(RMFolder aoRMFolder)
Determines if any parent of the RMFolder is closed.
  1. java.lang.String
RMUtil.getFilePlanID(RMFolder aoFolder)
Deprecated. Use RMUtil._getFilePlanID(RMFolder aoFolder) instead of this method.
  1. boolean
RMUtil.isAnyParentClosed(RMFolder aoRMFolder)
Deprecated. Use RMUtil._isAnyParentClosed(RMFolder aoRMFolder) instead of this method.
  1. RMBulkOperationResults
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.