public interface ValueBatchForm extends ValueForm
This is the form for creating and updating values in bulk.
Like all OsidForm objects, various data elements
may be set here for use in the create and update methods in the
ValueBatchAdminSession. 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 |
|---|---|
Id |
getParameterId()
Gets the
Id of the parameter given to
getValueFormsForCreate() if this is a create transaction. |
Id |
getValueId()
Gets the
Id of the value to be updated if this is an
update transaction. |
clearPriority, clearValue, getBooleanValueMetadata, getByteValueMetadata, getCardinalValueMetadata, getCoordinateValueMetadata, getCurrencyValueMetadata, getDateTimeValueMetadata, getDecimalValueMetadata, getDistanceValueMetadata, getDurationValueMetadata, getIdValueMetadata, getIntegerValueMetadata, getObjectValueMetadata, getPriorityMetadata, getSpatialUnitValueMetadata, getSpeedValueMetadata, getStringValueMetadata, getTimeValueMetadata, getTypeValueMetadata, getValueFormRecord, getVersionValueMetadata, setBooleanValue, setBytesValue, setCardinalValue, setCoordinateValue, setCurrencyValue, setDateTimeValue, setDecimalValue, setDistanceValue, setDurationValue, setIdValue, setIntegerValue, setObjectValue, setPriority, setSpatialUnitValue, setSpeedValue, setStringValue, setTimeValue, setTypeValue, setVersionValueclearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabledId getParameterId()
Id of the parameter given to
getValueFormsForCreate() if this is a create transaction. Id IllegalStateException - isForCreate() is
false mandatory - This method must be implemented. Id getValueId()
Id of the value to be updated if this is an
update transaction. Id IllegalStateException - isForUpdate() is
false mandatory - This method must be implemented.