public interface BrokerConstrainerForm extends OsidConstrainerForm
This is the form for creating and updating BrokerConstrainers.
Like all OsidForm objects, various data elements
may be set here for use in the create and update methods in the
BrokerConstrainerAdminSession. 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 |
|---|---|
BrokerConstrainerFormRecord |
getBrokerConstrainerFormRecord(Type brokerConstrainerRecordType)
Gets the
BrokerConstrainerFormRecord corresponding to
the given broker 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, setEnabledBrokerConstrainerFormRecord getBrokerConstrainerFormRecord(Type brokerConstrainerRecordType) throws OperationFailedException
BrokerConstrainerFormRecord corresponding to
the given broker constrainer record Type. brokerConstrainerRecordType - a broker constrainer record typeNullArgumentException -
brokerConstrainerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(brokerConstrainerRecordType) is
false mandatory - This method must be implemented.