| Modifier and Type | Method and Description |
|---|---|
void |
UsageRecord.setConsumerId(String consumerId)
Set the user (or the Consumer Identity, that in the S2S
communication is another service)
|
void |
BasicUsageRecord.setConsumerId(String consumerId)
Set the user (or the Consumer Identity, that in the S2S
communication is another service)
|
void |
UsageRecord.setOperationResult(UsageRecord.OperationResult operationResult)
Set the Operation Result related to the accounted Usage Record
|
void |
BasicUsageRecord.setOperationResult(UsageRecord.OperationResult operationResult)
Set the Operation Result related to the accounted Usage Record
|
void |
UsageRecord.setScope(String scope)
Set the scope of the {#UsageRecord}
|
void |
BasicUsageRecord.setScope(String scope)
Set the scope of the {#UsageRecord}
|
| Constructor and Description |
|---|
BasicUsageRecord(Map<String,? extends Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServiceUsageRecord.setCalledMethod(String calledMethod) |
void |
AbstractServiceUsageRecord.setCallerHost(String callerHost) |
void |
AbstractJobUsageRecord.setCallerQualifier(String callerQualifier) |
void |
AbstractServiceUsageRecord.setCallerQualifier(String callerQualifier) |
void |
AbstractStorageStatusRecord.setDataCount(long dataCount) |
void |
AbstractStorageStatusRecord.setDataServiceClass(String dataServiceClass) |
void |
AbstractStorageStatusRecord.setDataServiceId(String dataServiceId) |
void |
AbstractStorageStatusRecord.setDataServiceName(String dataServiceName) |
void |
AbstractStorageStatusRecord.setDataType(AbstractStorageStatusRecord.DataType dataType) |
void |
AbstractStorageUsageRecord.setDataType(AbstractStorageUsageRecord.DataType dataType) |
void |
AbstractStorageUsageRecord.setDataVolume(long dataVolume) |
void |
AbstractStorageStatusRecord.setDataVolume(long dataVolume) |
void |
AbstractJobUsageRecord.setDuration(Long duration) |
void |
AbstractServiceUsageRecord.setDuration(Long duration) |
void |
AbstractJobUsageRecord.setHost(String host) |
void |
AbstractServiceUsageRecord.setHost(String host) |
void |
AbstractJobUsageRecord.setJobName(String jobName) |
void |
AbstractPortletUsageRecord.setMessage(String message) |
void |
AbstractPortletUsageRecord.setOperationId(String operationId) |
void |
AbstractStorageUsageRecord.setOperationType(AbstractStorageUsageRecord.OperationType operationType) |
void |
AbstractPortletUsageRecord.setPortletId(String portletId) |
void |
AbstractStorageStatusRecord.setProviderId(URI provideId) |
void |
AbstractStorageUsageRecord.setProviderURI(URI providerURI) |
void |
AbstractStorageUsageRecord.setQualifier(String qualifier) |
void |
AbstractStorageUsageRecord.setResourceOwner(String owner) |
void |
AbstractStorageUsageRecord.setResourceScope(String scope) |
void |
AbstractStorageUsageRecord.setResourceURI(URI resourceURI) |
void |
AbstractJobUsageRecord.setServiceClass(String serviceClass) |
void |
AbstractServiceUsageRecord.setServiceClass(String serviceClass) |
void |
AbstractJobUsageRecord.setServiceName(String serviceName) |
void |
AbstractServiceUsageRecord.setServiceName(String serviceName) |
| Constructor and Description |
|---|
AbstractJobUsageRecord(Map<String,? extends Serializable> properties) |
AbstractPortletUsageRecord(Map<String,? extends Serializable> properties) |
AbstractServiceUsageRecord(Map<String,? extends Serializable> properties) |
AbstractStorageStatusRecord(Map<String,? extends Serializable> properties) |
AbstractStorageUsageRecord(Map<String,? extends Serializable> properties) |
| Constructor and Description |
|---|
JobUsageRecord(Map<String,? extends Serializable> properties) |
PortletUsageRecord(Map<String,? extends Serializable> properties) |
ServiceUsageRecord(Map<String,? extends Serializable> properties) |
StorageStatusRecord(Map<String,? extends Serializable> properties) |
StorageUsageRecord(Map<String,? extends Serializable> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountingPersistence.account(Record record) |
| Modifier and Type | Method and Description |
|---|---|
void |
Record.setCreationTime(Calendar creationTime)
The CreationTime is automatically created by the implementation Class.
|
void |
Record.setId(String id)
The ID SHOULD be automatically created by the implementation Class.
|
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 |
Record.validate()
Validate the Resource Record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRecord.setCreationTime(Calendar creationTime)
The CreationTime is automatically created by the implementation Class.
|
void |
AbstractRecord.setId(String id)
The ID SHOULD be automatically created by the implementation Class.
|
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.
|
void |
AbstractRecord.validate()
Validate the Resource Record.
|
| Constructor and Description |
|---|
AbstractRecord(Map<String,? extends Serializable> properties) |
Copyright © 2019. All Rights Reserved.