public interface ProcessEnablerForm extends OsidEnablerForm
This is the form for creating and updating ProcessEnablers.
Like all OsidForm objects, various data elements
may be set here for use in the create and update methods in the
ProcessEnablerAdminSession. 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 |
|---|---|
ProcessEnablerFormRecord |
getProcessEnablerFormRecord(Type processEnablerRecordType)
Gets the
ProcessEnablerFormRecord corresponding to the
given process 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, setStartDateProcessEnablerFormRecord getProcessEnablerFormRecord(Type processEnablerRecordType) throws OperationFailedException
ProcessEnablerFormRecord corresponding to the
given process enabler record Type. processEnablerRecordType - a process enabler record typeNullArgumentException - processEnablerRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(processEnablerRecordType) is
false mandatory - This method must be implemented.