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