com.filenet.rm.api
Uses of Interface DispositionSchedule
Packages that use DispositionSchedule
Package | Description |
---|---|
com.filenet.rm.api | |
com.filenet.rm.api.util |
Uses of DispositionSchedule in com.filenet.rm.api
Modifier and Type | Method and Description |
---|---|
RMObjectStore.createDispositionSchedule(com.filenet.wcm.api.Properties aoDispositionScheduleProps,com.filenet.wcm.api.Permissions aoDispositionScheduleACLs)
Constructs a
DispositionSchedule object with the specified property and
permission values, and places the new object in this object store.
|
|
DispositionAllocatableObject.getAssociatedDisposalSchedule()
Returns the
DispositionSchedule object that is associated with this object.
|
Modifier and Type | Method and Description |
---|---|
|
DispositionAllocatableObject.allocateDisposalSchedule(DispositionSchedule aoDispositionSchedule)
Associates the specified
DispositionSchedule object with this object.
|
|
DispositionAllocatableObject.applyDisposalScheduleInheritance(DispositionSchedule aoDispSchedule,int aiApplyInheritTo)
Associates a specified disposition schedule with the children of this object as indicated by
the
aiApplyInheritTo 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 DispositionSchedule in com.filenet.rm.api.util
Modifier and Type | Method and Description |
---|---|
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.
|