public interface AuditForm extends OsidGovernatorForm
This is the form for creating and updating Audits. Like
all OsidForm objects, various data elements may be set here
for use in the create and update methods in the AuditAdminSession.
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 audit segments.
| Modifier and Type | Method and Description |
|---|---|
AuditFormRecord |
getAuditFormRecord(Type auditRecordType)
Gets the
AuditFormRecord corresponding to the given
audit record Type. |
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabledclearBranding, clearLicense, clearProvider, getBrandingMetadata, getLicenseMetadata, getProviderMetadata, setBranding, setLicense, setProviderAuditFormRecord getAuditFormRecord(Type auditRecordType) throws OperationFailedException
AuditFormRecord corresponding to the given
audit record Type. auditRecordType - an audit record typeNullArgumentException - auditRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(auditRecordType) is false mandatory - This method must be implemented.