public interface BinForm extends OsidCatalogForm
This is the form for creating and updating bins. Like
all OsidForm objects, various data elements may be set here
for use in the create and update methods in the BinAdminSession.
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 |
|---|---|
BinFormRecord |
getBinFormRecord(Type binRecordType)
Gets the
BinFormRecord corresponding to the given bin
record Type. |
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearBranding, clearLicense, clearProvider, getBrandingMetadata, getLicenseMetadata, getProviderMetadata, setBranding, setLicense, setProviderBinFormRecord getBinFormRecord(Type binRecordType) throws OperationFailedException
BinFormRecord corresponding to the given bin
record Type. binRecordType - the bin record typeNullArgumentException - binRecordType is
null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(binRecordType) is false mandatory - This method must be implemented.