Class SelectBusinessDataDescriptorBuilder
java.lang.Object
org.bonitasoft.engine.core.process.instance.recorder.SelectBusinessDataDescriptorBuilder
- Author:
- Elias Ricken de Medeiros, Matthieu Chaffotte, Hongwen Zang, Celine Souchet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SelectOneDescriptor<Integer>getNumberOfDataOfMultiRefBusinessData(String name, long processInstanceId) getSAFlowNodeRefBusinessDataInstance(String name, long flowNodeInstanceId) getSARefBusinessDataInstance(String name, long processInstanceId) getSFlowNodeRefBusinessDataInstance(String name, long flowNodeInstanceId) getSRefBusinessDataInstance(String name, long processInstanceId) getSRefBusinessDataInstances(long processInstanceId, int startIndex, int maxResults)
-
Constructor Details
-
SelectBusinessDataDescriptorBuilder
public SelectBusinessDataDescriptorBuilder()
-
-
Method Details
-
getSRefBusinessDataInstance
public static SelectOneDescriptor<SRefBusinessDataInstance> getSRefBusinessDataInstance(String name, long processInstanceId) -
getSARefBusinessDataInstance
public static SelectOneDescriptor<SARefBusinessDataInstance> getSARefBusinessDataInstance(String name, long processInstanceId) -
getSRefBusinessDataInstances
public static SelectListDescriptor<SRefBusinessDataInstance> getSRefBusinessDataInstances(long processInstanceId, int startIndex, int maxResults) -
getSFlowNodeRefBusinessDataInstance
public static SelectOneDescriptor<SRefBusinessDataInstance> getSFlowNodeRefBusinessDataInstance(String name, long flowNodeInstanceId) -
getSAFlowNodeRefBusinessDataInstance
public static SelectOneDescriptor<SARefBusinessDataInstance> getSAFlowNodeRefBusinessDataInstance(String name, long flowNodeInstanceId) -
getNumberOfDataOfMultiRefBusinessData
public static SelectOneDescriptor<Integer> getNumberOfDataOfMultiRefBusinessData(String name, long processInstanceId)
-