public interface StepConstrainerEnablerForm extends OsidEnablerForm
This is the form for creating and updating
StepConstrainerEnablers. Like all OsidForm objects,
various data elements may be set here for use in the create and update
methods in the StepConstrainerEnablerAdminSession. 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 |
|---|---|
StepConstrainerEnablerFormRecord |
getStepConstrainerEnablerFormRecord(Type stepConstrainerEnablerRecordType)
Gets the
StepConstrainerEnablerFormRecord corresponding
to the given step constrainer 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, setStartDateStepConstrainerEnablerFormRecord getStepConstrainerEnablerFormRecord(Type stepConstrainerEnablerRecordType) throws OperationFailedException
StepConstrainerEnablerFormRecord corresponding
to the given step constrainer enabler record Type. stepConstrainerEnablerRecordType - a step constrainer enabler
record typeNullArgumentException -
stepConstrainerEnablerRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(stepConstrainerEnablerRecordType) is
false mandatory - This method must be implemented.