public class TransientDataServiceImpl extends Object implements TransientDataService
| Constructor and Description |
|---|
TransientDataServiceImpl(CacheService cacheService) |
| 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) |
public TransientDataServiceImpl(CacheService cacheService)
public List<SDataInstance> getDataInstances(List<String> dataNames, long containerId, String containerType) throws SDataInstanceException
getDataInstances in interface TransientDataServiceSDataInstanceExceptionpublic void createDataInstance(SDataInstance dataInstance) throws SDataInstanceException
createDataInstance in interface TransientDataServiceSDataInstanceExceptionpublic void updateDataInstance(SDataInstance dataInstance, EntityUpdateDescriptor descriptor) throws SDataInstanceException
updateDataInstance in interface TransientDataServiceSDataInstanceExceptionpublic void deleteDataInstance(SDataInstance dataInstance) throws SDataInstanceException
deleteDataInstance in interface TransientDataServiceSDataInstanceExceptionpublic SDataInstance getDataInstance(long dataInstanceId) throws SDataInstanceException
getDataInstance in interface TransientDataServiceSDataInstanceExceptionpublic SDataInstance getDataInstance(String dataName, long containerId, String containerType) throws SDataInstanceException
getDataInstance in interface TransientDataServiceSDataInstanceExceptionpublic List<SDataInstance> getDataInstances(long containerId, String containerType, int fromIndex, int numberOfResults) throws SDataInstanceException
getDataInstances in interface TransientDataServiceSDataInstanceExceptionpublic List<SDataInstance> getDataInstances(List<Long> dataInstanceIds)
getDataInstances in interface TransientDataServiceCopyright © 2018 Bonitasoft S.A.. All rights reserved.