public interface Process extends OsidCatalog
A process defines a collection of states.
Modifier and Type | Method and Description |
---|---|
ProcessRecord |
getProcessRecord(Type processRecordType)
Gets the process record corresponding to the given
Process
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
ProcessRecord getProcessRecord(Type processRecordType) throws OperationFailedException
Process
record Type.
This method is used to retrieve an
object implementing the requested record. The processRecordType
may be the Type
returned in
getRecordTypes()
or any of its parents in a Type
hierarchy where hasRecordType(processRecordType)
is true
.processRecordType
- the process record typeNullArgumentException
- processRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(processRecordType)
is false
mandatory
- This method must be implemented.