public interface CompositionForm extends OsidObjectForm, OsidContainableForm, OsidOperableForm, OsidSourceableForm
This is the form for creating and updating Compositions.
Like all OsidForm objects, various data elements may be set
here for use in the create and update methods in the
CompositionAdminSession. 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 |
|---|---|
CompositionFormRecord |
getCompositionFormRecord(Type compositionRecordType)
Gets the
CompositionFormRecord corresponding to the
given repository record Type. |
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearSequestered, getSequesteredMetadata, setSequesteredclearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabledclearBranding, clearLicense, clearProvider, getBrandingMetadata, getLicenseMetadata, getProviderMetadata, setBranding, setLicense, setProviderCompositionFormRecord getCompositionFormRecord(Type compositionRecordType) throws OperationFailedException
CompositionFormRecord corresponding to the
given repository record Type. compositionRecordType - a composition record typeNullArgumentException - compositionRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(compositionRecordType) is false
mandatory - This method must be implemented.