public interface RefBusinessDataService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NEW_REF_BUSINESS_DATA_INSTANCE_ADDED |
static java.lang.String |
REF_BUSINESS_DATA_INSTANCE |
static final java.lang.String NEW_REF_BUSINESS_DATA_INSTANCE_ADDED
static final java.lang.String REF_BUSINESS_DATA_INSTANCE
SRefBusinessDataInstance getRefBusinessDataInstance(java.lang.String name, long processInstanceId) throws SRefBusinessDataInstanceNotFoundException, SBonitaReadException
java.util.List<SRefBusinessDataInstance> getRefBusinessDataInstances(long processInstanceId, int startIndex, int maxResults) throws SBonitaReadException
SBonitaReadExceptionSRefBusinessDataInstance getFlowNodeRefBusinessDataInstance(java.lang.String name, long flowNodeInstanceId) throws SRefBusinessDataInstanceNotFoundException, SBonitaReadException
SRefBusinessDataInstance addRefBusinessDataInstance(SRefBusinessDataInstance instance) throws SRefBusinessDataInstanceCreationException
void updateRefBusinessDataInstance(SSimpleRefBusinessDataInstance refBusinessDataInstance, java.lang.Long dataId) throws SRefBusinessDataInstanceModificationException
void updateRefBusinessDataInstance(SMultiRefBusinessDataInstance refBusinessDataInstance, java.util.List<java.lang.Long> dataIds) throws SRefBusinessDataInstanceModificationException
int getNumberOfDataOfMultiRefBusinessData(java.lang.String name,
long processInstanceId)
throws SBonitaReadException
SBonitaReadExceptionSARefBusinessDataInstance getSARefBusinessDataInstance(java.lang.String name, long processInstanceId) throws SRefBusinessDataInstanceNotFoundException, SBonitaReadException
SARefBusinessDataInstance getSAFlowNodeRefBusinessDataInstance(java.lang.String name, long flowNodeInstanceId) throws SRefBusinessDataInstanceNotFoundException, SBonitaReadException
void archiveRefBusinessDataInstance(SRefBusinessDataInstance businessDataInstance) throws SObjectModificationException
SObjectModificationExceptionvoid deleteArchivedRefBusinessDataInstance(long processInstanceId)
throws SObjectModificationException
SObjectModificationExceptionvoid deleteArchivedRefBusinessDataInstance(java.util.List<java.lang.Long> processInstanceIds)
throws SObjectModificationException
SObjectModificationException