com.filenet.rm.api
Uses of Interface RMCustomObjects
Packages that use RMCustomObjects
Package | Description |
---|---|
com.filenet.rm.api |
Uses of RMCustomObjects in com.filenet.rm.api
Modifier and Type | Interface and Description |
---|---|
|
DispositionSchedules
Represents a collection of
DispositionSchedule objects.
|
|
Holds
Represents a collection of
Hold objects.
|
|
RecordTypes
Represents a collection of
RecordType objects.
|
Modifier and Type | Method and Description |
---|---|
DispositionSchedule.getPhases()
Returns all
Phase objects that are associated with this DispositionSchedule
object.
|
|
RMObjectStore.getRMCustomObjects(int aiRMtype)
Returns a collection of all
RMCustomObject objects of the specified type that are
contained within this object store for which the user has permission to update
the schedule.
|
|
RMObjectStore.getRMCustomObjects(int aiRMtype,java.lang.String asWhereClause)
Returns a collection of all
RMCustomObject objects of the specified type that are
contained within this object store.
|