public interface JobConstrainerForm extends OsidConstrainerForm
This is the form for creating and updating JobConstrainers.
Like all OsidForm objects, various data elements
may be set here for use in the create and update methods in the
JobConstrainerAdminSession. For each data element that may be set,
metadata may be examined to provide display hints or data constraints.
| Modifier and Type | Method and Description |
|---|---|
JobConstrainerFormRecord |
getJobConstrainerFormRecord(Type jobConstrainerRecordType)
Gets the
JobConstrainerFormRecord corresponding to the
given job constrainer record Type. |
clearRule, getRuleMetadata, setRuleclearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabledJobConstrainerFormRecord getJobConstrainerFormRecord(Type jobConstrainerRecordType) throws OperationFailedException
JobConstrainerFormRecord corresponding to the
given job constrainer record Type. jobConstrainerRecordType - a job constrainer record typeNullArgumentException - jobConstrainerRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(jobConstrainerRecordType) is
false mandatory - This method must be implemented.