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
  1. RecordType
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.
  1. RecordType
RecordInfo.getAssociatedRecordType()
Returns the RecordTypeobject with which this RecordInfo object is assoicated.
  1. RecordType
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
  1. void
RecordInfo.allocateRecordType(RecordType aoRecordType)
Sets the AssociatedRecordType property for this RecordInfo object to the specified RecordType object.