com.filenet.rm.api
Uses of Interface RecordType
Packages that use RecordType
Package | Description |
---|---|
com.filenet.rm.api |
Uses of RecordType in com.filenet.rm.api
Modifier and Type | Method and Description |
---|---|
RMObjectStore.createRecordType(com.filenet.wcm.api.Properties aoRecordTypeProps,com.filenet.wcm.api.Permissions aoRecordTypeACLs)
Constructs a
RecordType object with the specified property and
permission values, and places the new object in this object store.
|
|
RecordInfo.getAssociatedRecordType()
Returns the
RecordType object with which this RecordInfo
object is assoicated.
|
|
RMObjectStore.getRecordTypeInterface(com.filenet.wcm.api.CustomObject aoRecordType)
Constructs a
RecordType object based on
the specified Folder object and places the new object in this object store.
|
Modifier and Type | Method and Description |
---|---|
|
RecordInfo.allocateRecordType(RecordType aoRecordType)
Sets the AssociatedRecordType property for this
RecordInfo
object to the specified RecordType object.
|