public interface PathForm extends OsidObjectForm
This is the form for creating and updating Paths. Like
all OsidForm objects, various data elements may be set here
for use in the create and update methods in the PathAdminSession.
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 |
|---|---|
PathFormRecord |
getPathFormRecord(Type pathRecordType)
Gets the
PathFormRecord corresponding to the given path
record Type. |
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentPathFormRecord getPathFormRecord(Type pathRecordType) throws OperationFailedException
PathFormRecord corresponding to the given path
record Type. pathRecordType - a path record typeNullArgumentException - pathRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(pathRecordType) is false mandatory - This method must be implemented.