public interface StepProcessorForm extends OsidProcessorForm
This is the form for creating and updating StepProcessors.
Like all OsidForm objects, various data elements
may be set here for use in the create and update methods in the
StepProcessorAdminSession. 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 |
|---|---|
StepProcessorFormRecord |
getStepProcessorFormRecord(Type stepProcessorRecordType)
Gets the
StepProcessorFormRecord corresponding to the
given step processor 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, setEnabledStepProcessorFormRecord getStepProcessorFormRecord(Type stepProcessorRecordType) throws OperationFailedException
StepProcessorFormRecord corresponding to the
given step processor record Type. stepProcessorRecordType - a step processor record typeNullArgumentException - stepProcessorRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(stepProcessorRecordType) is false
mandatory - This method must be implemented.