| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceBackend.account(Record record)
Persist the Record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Record.setCreationTime(Calendar creationTime)
The CreationTime is automatically created by the implementation Class.
|
void |
AggregatedRecord.setEndTime(Calendar endTime) |
void |
Record.setId(String id)
The ID SHOULD be automatically created by the implementation Class.
|
void |
AggregatedRecord.setOperationCount(int operationCount) |
void |
Record.setResourceProperties(Map<String,? extends Serializable> resourceSpecificProperties)
Set all resource-specific properties, replacing existing ones
|
void |
Record.setResourceProperty(String key,
Serializable value)
Set the value of the given resource property.
|
void |
AggregatedRecord.setStartTime(Calendar startTime) |
void |
Record.validate()
Validate the Resource Record.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRecord.computeField(String key) |
protected void |
AbstractRecord.setAggregated(Boolean aggregate)
Set the boolean aggregate by this Record
|
void |
AbstractRecord.setCreationTime(Calendar creationTime)
The CreationTime is automatically created by the implementation Class.
|
protected void |
AbstractRecord.setEndTime(Calendar endTime)
Set the right end of the time interval covered by this Record
|
void |
AbstractRecord.setId(String id)
The ID SHOULD be automatically created by the implementation Class.
|
protected void |
AbstractRecord.setOperationCount(int operationCount) |
void |
AbstractRecord.setResourceProperties(Map<String,? extends Serializable> properties)
Set all resource-specific properties, replacing existing ones
|
void |
AbstractRecord.setResourceProperty(String key,
Serializable value)
Set the value of the given resource property.
|
protected void |
AbstractRecord.setStartTime(Calendar startTime)
Set the left end of the time interval covered by this Record
|
void |
AbstractRecord.validate()
Validate the Resource Record.
|
Serializable |
FieldAction.validate(String key,
Serializable value,
Record record)
Validate (and eventually convert) the value of the property identified by
the key.
|
protected Serializable |
AbstractRecord.validateField(String key,
Serializable value) |
protected Map<String,? extends Serializable> |
AbstractRecord.validateProperties(Map<String,? extends Serializable> properties) |
| Constructor and Description |
|---|
AbstractRecord(Map<String,? extends Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
ValidLongValidator.validate(String key,
Serializable value,
Record record)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
ValidIntegerValidator.validate(String key,
Serializable value,
Record record)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
ValidBooleanValidator.validate(String key,
Serializable value,
Record record)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
NotEmptyValidator.validate(String key,
Serializable value,
Record record)
Validate (and eventually convert) the value of the property identified by
the key.
|
Serializable |
NotNullValidator.validate(String key,
Serializable value,
Record record)
Validate (and eventually convert) the value of the property identified by
the key.
|
Copyright © 2020. All Rights Reserved.