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, setVersionValue
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusType
getRequiredRecordTypes
getRecordTypes, hasRecordType
getDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocale
getId, isCurrent
clearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabled
Id 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.