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
  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
RecordType
Represents a non-hierarchical grouping of records.
Modifier and Type Method and Description
  1. void
DispositionSchedule.runDisposaltrigger(DispositionAllocatableObject aoDisAllObject)
  1. void
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
  1. static
  2. DispositionAllocatableObject
RMUtil._getActingDisposalSchedule(RMObject aoRMObject)
Returns the entity with which a disposal schedule is associated or cut-off data is inherited.
  1. DispositionAllocatableObject
RMUtil.getActingDisposalSchedule(RMObject aoRMObject)
Deprecated. Use RMUtil._getActingDisposalSchedule(RMObject aoRMObject) instead of this method.