public interface CompetencyForm extends OsidObjectForm
This is the form for creating and updating Competencies.
Like all OsidForm objects, various data elements may be set
here for use in the create and update methods in the
CompetencyAdminSession. For each data element that may be set,
metadata may be examined to provide display hints or data constraints.
Some data may be automatically derived from the competency segments.
| Modifier and Type | Method and Description |
|---|---|
CompetencyFormRecord |
getCompetencyFormRecord(Type competencyRecordType)
Gets the
CompetencyFormRecord corresponding to the
given competency record Type. |
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentCompetencyFormRecord getCompetencyFormRecord(Type competencyRecordType) throws OperationFailedException
CompetencyFormRecord corresponding to the
given competency record Type. competencyRecordType - a competency record typeNullArgumentException - competencyRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(competencyRecordType) is false
mandatory - This method must be implemented.