public interface TransientDataService
| Modifier and Type | Method and Description |
|---|---|
void |
createDataInstance(SDataInstance dataInstance) |
void |
deleteDataInstance(SDataInstance dataInstance) |
SDataInstance |
getDataInstance(long dataInstanceId) |
SDataInstance |
getDataInstance(String dataName,
long containerId,
String containerType) |
List<SDataInstance> |
getDataInstances(List<Long> dataInstanceIds) |
List<SDataInstance> |
getDataInstances(List<String> dataNames,
long containerId,
String containerType) |
List<SDataInstance> |
getDataInstances(long containerId,
String containerType,
int fromIndex,
int numberOfResults) |
void |
updateDataInstance(SDataInstance dataInstance,
EntityUpdateDescriptor descriptor) |
List<SDataInstance> getDataInstances(List<String> dataNames, long containerId, 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(String dataName, long containerId, String containerType) throws SDataInstanceException
dataName - containerId - containerType - SDataInstanceExceptionList<SDataInstance> getDataInstances(long containerId, String containerType, int fromIndex, int numberOfResults) throws SDataInstanceException
containerId - containerType - fromIndex - numberOfResults - SDataInstanceExceptionList<SDataInstance> getDataInstances(List<Long> dataInstanceIds)
dataInstanceIds - Copyright © 2019 Bonitasoft S.A.. All rights reserved.