Uses of Class
org.gcube.documentstore.exception.InvalidValueException
-
-
Uses of InvalidValueException in org.gcube.documentstore.persistence
Methods in org.gcube.documentstore.persistence that throw InvalidValueException Modifier and Type Method Description voidPersistenceBackend. account(Record record)Persist the Record. -
Uses of InvalidValueException in org.gcube.documentstore.records
Methods in org.gcube.documentstore.records that throw InvalidValueException Modifier and Type Method Description voidRecord. setCreationTime(Calendar creationTime)The CreationTime is automatically created by the implementation Class.voidAggregatedRecord. setEndTime(Calendar endTime)voidRecord. setId(String id)The ID SHOULD be automatically created by the implementation Class.voidAggregatedRecord. setOperationCount(int operationCount)voidRecord. setResourceProperties(Map<String,? extends Serializable> resourceSpecificProperties)Set all resource-specific properties, replacing existing onesvoidRecord. setResourceProperty(String key, Serializable value)Set the value of the given resource property.voidAggregatedRecord. setStartTime(Calendar startTime)voidRecord. validate()Validate the Resource Record. -
Uses of InvalidValueException in org.gcube.documentstore.records.implementation
Methods in org.gcube.documentstore.records.implementation that throw InvalidValueException Modifier and Type Method Description protected voidAbstractRecord. computeField(String key)protected voidAbstractRecord. setAggregated(Boolean aggregate)Set the boolean aggregate by this RecordvoidAbstractRecord. setCreationTime(Calendar creationTime)The CreationTime is automatically created by the implementation Class.protected voidAbstractRecord. setEndTime(Calendar endTime)Set the right end of the time interval covered by this RecordvoidAbstractRecord. setId(String id)The ID SHOULD be automatically created by the implementation Class.protected voidAbstractRecord. setOperationCount(int operationCount)voidAbstractRecord. setResourceProperties(Map<String,? extends Serializable> properties)Set all resource-specific properties, replacing existing onesvoidAbstractRecord. setResourceProperty(String key, Serializable value)Set the value of the given resource property.protected voidAbstractRecord. setStartTime(Calendar startTime)Set the left end of the time interval covered by this RecordvoidAbstractRecord. validate()Validate the Resource Record.SerializableFieldAction. validate(String key, Serializable value, Record record)Validate (and eventually convert) the value of the property identified by the key.protected SerializableAbstractRecord. validateField(String key, Serializable value)protected Map<String,? extends Serializable>AbstractRecord. validateProperties(Map<String,? extends Serializable> properties)Constructors in org.gcube.documentstore.records.implementation that throw InvalidValueException Constructor Description AbstractRecord(Map<String,? extends Serializable> properties) -
Uses of InvalidValueException in org.gcube.documentstore.records.implementation.validations.validators
Methods in org.gcube.documentstore.records.implementation.validations.validators that throw InvalidValueException Modifier and Type Method Description SerializableNotEmptyValidator. validate(String key, Serializable value, Record record)Validate (and eventually convert) the value of the property identified by the key.SerializableNotNullValidator. validate(String key, Serializable value, Record record)Validate (and eventually convert) the value of the property identified by the key.SerializableValidBooleanValidator. validate(String key, Serializable value, Record record)Validate (and eventually convert) the value of the property identified by the key.SerializableValidIntegerValidator. validate(String key, Serializable value, Record record)Validate (and eventually convert) the value of the property identified by the key.SerializableValidLongValidator. validate(String key, Serializable value, Record record)Validate (and eventually convert) the value of the property identified by the key.
-