public interface DeviceEnablerForm extends OsidEnablerForm
This is the form for creating and updating DeviceEnablers.
Like all OsidForm objects, various data elements
may be set here for use in the create and update methods in the
DeviceEnablerAdminSession. 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 |
|---|---|
DeviceEnablerFormRecord |
getDeviceEnablerFormRecord(Type deviceEnablerRecordType)
Gets the
DeviceEnablerFormRecord corresponding to the
given device enabler record Type. |
clearCyclicEvent, clearDemographic, clearEvent, clearSchedule, getCyclicEventMetadata, getDemographicMetadata, getEventMetadata, getScheduleMetadata, setCyclicEvent, setDemographic, setEvent, setScheduleclearRule, getRuleMetadata, setRuleclearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabledclearEndDate, clearStartDate, getEndDateMetadata, getStartDateMetadata, setEndDate, setStartDateDeviceEnablerFormRecord getDeviceEnablerFormRecord(Type deviceEnablerRecordType) throws OperationFailedException
DeviceEnablerFormRecord corresponding to the
given device enabler record Type. deviceEnablerRecordType - a device enabler record typeNullArgumentException - deviceEnablerRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(deviceEnablerRecordType) is false
mandatory - This method must be implemented.