public interface TransientDataService
| Modifier and Type | Method and Description |
|---|---|
void |
createDataInstance(SDataInstance dataInstance) |
void |
deleteDataInstance(SDataInstance dataInstance) |
SDataInstance |
getDataInstance(long dataInstanceId) |
SDataInstance |
getDataInstance(java.lang.String dataName,
long containerId,
java.lang.String containerType) |
java.util.List<SDataInstance> |
getDataInstances(java.util.List<java.lang.Long> dataInstanceIds) |
java.util.List<SDataInstance> |
getDataInstances(java.util.List<java.lang.String> dataNames,
long containerId,
java.lang.String containerType) |
java.util.List<SDataInstance> |
getDataInstances(long containerId,
java.lang.String containerType,
int fromIndex,
int numberOfResults) |
void |
updateDataInstance(SDataInstance dataInstance,
EntityUpdateDescriptor descriptor) |
java.util.List<SDataInstance> getDataInstances(java.util.List<java.lang.String> dataNames, long containerId, java.lang.String containerType) throws SDataInstanceException
dataNames - containerId - containerType - SDataInstanceExceptionvoid createDataInstance(SDataInstance dataInstance) throws SDataInstanceException
dataInstance - SDataInstanceExceptionvoid updateDataInstance(SDataInstance dataInstance, EntityUpdateDescriptor descriptor) throws SDataInstanceException
dataInstance - descriptor - SDataInstanceExceptionvoid deleteDataInstance(SDataInstance dataInstance) throws SDataInstanceException
dataInstance - SDataInstanceExceptionSDataInstance getDataInstance(long dataInstanceId) throws SDataInstanceException
dataInstanceId - SDataInstanceExceptionSDataInstance getDataInstance(java.lang.String dataName, long containerId, java.lang.String containerType) throws SDataInstanceException
dataName - containerId - containerType - SDataInstanceExceptionjava.util.List<SDataInstance> getDataInstances(long containerId, java.lang.String containerType, int fromIndex, int numberOfResults) throws SDataInstanceException
containerId - containerType - fromIndex - numberOfResults - SDataInstanceExceptionjava.util.List<SDataInstance> getDataInstances(java.util.List<java.lang.Long> dataInstanceIds)
dataInstanceIds -