public interface JobConstrainerEnabler extends OsidEnabler
A JobConstrainerEnabler describes the rules for making a
JobConstrainer effective.
| Modifier and Type | Method and Description |
|---|---|
JobConstrainerEnablerRecord |
getJobConstrainerEnablerRecord(Type jobConstrainerEnablerRecordType)
Gets the job constrainer enabler record corresponding to the given
JobConstrainerEnabler record Type. |
getCyclicEvent, getCyclicEventId, getDemographic, getDemographicId, getEvent, getEventId, getSchedule, getScheduleId, isEffectiveByCyclicEvent, isEffectiveByEvent, isEffectiveBySchedule, isEffectiveForDemographicgetDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeisActive, isDisabled, isEnabled, isOperationalgetEndDate, getStartDate, isEffectiveJobConstrainerEnablerRecord getJobConstrainerEnablerRecord(Type jobConstrainerEnablerRecordType) throws OperationFailedException
JobConstrainerEnabler record Type. This
method is used to retrieve an object implementing the requested
record. The jobConstrainerEnablerRecordType may be the
Type returned in getRecordTypes() or any
of its parents in a Type hierarchy where
hasRecordType(jobConstrainerEnablerRecordType) is true
.jobConstrainerEnablerRecordType - the type of job constrainer
enabler record to retrieveNullArgumentException -
jobConstrainerEnablerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(jobConstrainerEnablerRecordType) is
false mandatory - This method must be implemented.