| Interface | osid.process.State | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Used By | osid.OsidRelationship | ||
osid.OsidRequest | |||
osid.control.Setting | |||
osid.control.Trigger | |||
osid.process.StateAdminSession | |||
osid.process.StateList | |||
osid.process.StateLookupSession | |||
osid.process.StateSession | |||
osid.workflow.Process | |||
osid.workflow.Step | |||
| Description |
A | ||
| Method | getStateRecord | ||
| Description |
Gets the state record corresponding to the given
| ||
| Parameters | osid.type.Type | stateRecordType | the state record type |
| Return | osid.process.records.StateRecord | the state record | |
| Errors | NULL_ARGUMENT | stateRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(stateRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |