com.filenet.rm.api
Uses of Interface DispositionAllocatableObject
Packages that use DispositionAllocatableObject
Package | Description |
---|---|
com.filenet.rm.api | |
com.filenet.rm.api.util |
Uses of DispositionAllocatableObject in com.filenet.rm.api
Modifier and Type | Interface and Description |
---|---|
|
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.
|
|
RecordType
Represents a non-hierarchical grouping of records.
|
Modifier and Type | Method and Description |
---|---|
|
DispositionSchedule.runDisposaltrigger(DispositionAllocatableObject aoDisAllObject)
Deprecated. Use the
runDisposaltrigger(DispositionAllocatableObject, RecordInfos)
method instead.
|
|
DispositionSchedule.runDisposaltrigger(DispositionAllocatableObject aoDisAllObject,RecordInfos aoRecordInfos)
Checks the disposal event for the specified
DispositionAllocatableObject
object and, if the event has occurred, sets the pre-cutoff date and
other disposal-related data for the object or its children.
|
Uses of DispositionAllocatableObject in com.filenet.rm.api.util
Modifier and Type | Method and Description |
---|---|
|
RMUtil._getActingDisposalSchedule(RMObject aoRMObject)
Returns the entity with which a disposal schedule is associated or cut-off data is inherited.
|
RMUtil.getActingDisposalSchedule(RMObject aoRMObject)
Deprecated. Use
RMUtil._getActingDisposalSchedule(RMObject aoRMObject) instead of this method.
|