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
  1. DispositionSchedule
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.
  1. DispositionSchedule
DispositionAllocatableObject.getAssociatedDisposalSchedule()
Returns the DispositionSchedule object that is associated with this object.
Modifier and Type Method and Description
  1. void
DispositionAllocatableObject.allocateDisposalSchedule(DispositionSchedule aoDispositionSchedule)
Associates the specified DispositionSchedule object with this object.
  1. void
DispositionAllocatableObject.applyDisposalScheduleInheritance(DispositionSchedule aoDispSchedule,int aiApplyInheritTo)
Associates a specified disposition schedule with the children of this object as indicated by the aiApplyInheritTo 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 DispositionSchedule in com.filenet.rm.api.util

Modifier and Type Method and Description
  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.