public interface JobConstrainer extends OsidConstrainer
A JobConstrainer describes the rules for constraining
the commissions and availabilities allowed in a job.
| Modifier and Type | Method and Description |
|---|---|
JobConstrainerRecord |
getJobConstrainerRecord(Type jobConstrainerRecordType)
Gets the job constrainer record corresponding to the given
JobConstrainer record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeisActive, isDisabled, isEnabled, isOperationalJobConstrainerRecord getJobConstrainerRecord(Type jobConstrainerRecordType) throws OperationFailedException
JobConstrainer record Type. This method is used
to retrieve an object implementing the requested record. The
jobConstrainerRecordType may be the Type
returned in getRecordTypes() or any of its parents in a
Type hierarchy where
hasRecordType(jobConstrainerRecordType) is true
.jobConstrainerRecordType - the type of job constrainer record to
retrieveNullArgumentException - jobConstrainerRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(jobConstrainerRecordType) is
false mandatory - This method must be implemented.