public interface ChecklistForm extends OsidCatalogForm
This is the form for creating and updating Checklists.
Like all OsidForm objects, various data elements may be set
here for use in the create and update methods in the
ChecklistAdminSession. 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 |
|---|---|
ChecklistFormRecord |
getChecklistFormRecord(Type checklistRecordType)
Gets the
ChecklistFormRecord corresponding to the given
checklist record Type. |
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearBranding, clearLicense, clearProvider, getBrandingMetadata, getLicenseMetadata, getProviderMetadata, setBranding, setLicense, setProviderChecklistFormRecord getChecklistFormRecord(Type checklistRecordType) throws OperationFailedException
ChecklistFormRecord corresponding to the given
checklist record Type. checklistRecordType - the checklist record typeNullArgumentException - checklistRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(checklistRecordType) is false
mandatory - This method must be implemented.