public class SelectBusinessDataDescriptorBuilder
extends java.lang.Object
| Constructor and Description |
|---|
SelectBusinessDataDescriptorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static SelectOneDescriptor<java.lang.Integer> |
getNumberOfDataOfMultiRefBusinessData(java.lang.String name,
long processInstanceId) |
static SelectOneDescriptor<SARefBusinessDataInstance> |
getSAFlowNodeRefBusinessDataInstance(java.lang.String name,
long flowNodeInstanceId) |
static SelectOneDescriptor<SARefBusinessDataInstance> |
getSARefBusinessDataInstance(java.lang.String name,
long processInstanceId) |
static SelectOneDescriptor<SRefBusinessDataInstance> |
getSFlowNodeRefBusinessDataInstance(java.lang.String name,
long flowNodeInstanceId) |
static SelectOneDescriptor<SRefBusinessDataInstance> |
getSRefBusinessDataInstance(java.lang.String name,
long processInstanceId) |
static SelectListDescriptor<SRefBusinessDataInstance> |
getSRefBusinessDataInstances(long processInstanceId,
int startIndex,
int maxResults) |
public static SelectOneDescriptor<SRefBusinessDataInstance> getSRefBusinessDataInstance(java.lang.String name, long processInstanceId)
public static SelectOneDescriptor<SARefBusinessDataInstance> getSARefBusinessDataInstance(java.lang.String name, long processInstanceId)
public static SelectListDescriptor<SRefBusinessDataInstance> getSRefBusinessDataInstances(long processInstanceId, int startIndex, int maxResults)
public static SelectOneDescriptor<SRefBusinessDataInstance> getSFlowNodeRefBusinessDataInstance(java.lang.String name, long flowNodeInstanceId)
public static SelectOneDescriptor<SARefBusinessDataInstance> getSAFlowNodeRefBusinessDataInstance(java.lang.String name, long flowNodeInstanceId)
public static SelectOneDescriptor<java.lang.Integer> getNumberOfDataOfMultiRefBusinessData(java.lang.String name, long processInstanceId)