public interface ControllerBatchForm extends ControllerForm
This is the form for creating and updating controllers in bulk.
Like all OsidForm objects, various data elements
may be set here for use in the create and update methods in the
ControllerBatchAdminSession. 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 |
|---|---|
Id |
getControllerId()
Gets the
Id of the controller to be updated if this is
an update transaction. |
clearAddress, clearDiscreetStates, clearModel, clearToggleable, clearVariable, clearVariableMaximum, clearVariableMinimum, clearVariablePercentage, clearVersion, getAddressMetadata, getControllerFormRecord, getDiscreetStatesMetadata, getModelMetadata, getToggleableMetadata, getVariableByPercentageMetadata, getVariableMaximumMetadata, getVariableMetadata, getVariableMinimumMetadata, getVersionMetadata, setAddress, setDiscreetStates, setModel, setToggleable, setVariable, setVariableMaximum, setVariableMinimum, setVariablePercentage, setVersionclearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabledId getControllerId()
Id of the controller to be updated if this is
an update transaction. Id IllegalStateException - isForUpdate() is
false mandatory - This method must be implemented.