Uses of Class
org.gcube.documentstore.exception.InvalidValueException
Packages that use InvalidValueException
Package
Description
-
Uses of InvalidValueException in org.gcube.documentstore.persistence
Methods in org.gcube.documentstore.persistence that throw InvalidValueException -
Uses of InvalidValueException in org.gcube.documentstore.records
Methods in org.gcube.documentstore.records that throw InvalidValueExceptionModifier and TypeMethodDescriptionvoidRecord.setCreationTime(Calendar creationTime) The CreationTime is automatically created by the implementation Class.voidAggregatedRecord.setEndTime(Calendar endTime) voidThe 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 InvalidValueExceptionModifier and TypeMethodDescriptionprotected 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 RecordvoidThe 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.FieldAction.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 -
Uses of InvalidValueException in org.gcube.documentstore.records.implementation.validations.validators
Methods in org.gcube.documentstore.records.implementation.validations.validators that throw InvalidValueExceptionModifier and TypeMethodDescriptionNotEmptyValidator.validate(String key, Serializable value, Record record) Validate (and eventually convert) the value of the property identified by the key.NotNullValidator.validate(String key, Serializable value, Record record) Validate (and eventually convert) the value of the property identified by the key.ValidBooleanValidator.validate(String key, Serializable value, Record record) Validate (and eventually convert) the value of the property identified by the key.ValidIntegerValidator.validate(String key, Serializable value, Record record) Validate (and eventually convert) the value of the property identified by the key.ValidLongValidator.validate(String key, Serializable value, Record record) Validate (and eventually convert) the value of the property identified by the key.