public class SelectBusinessDataDescriptorBuilder extends Object
| Constructor and Description |
|---|
SelectBusinessDataDescriptorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static SelectOneDescriptor<Integer> |
getNumberOfDataOfMultiRefBusinessData(String name,
long processInstanceId) |
static SelectOneDescriptor<SARefBusinessDataInstance> |
getSAFlowNodeRefBusinessDataInstance(String name,
long flowNodeInstanceId) |
static SelectOneDescriptor<SARefBusinessDataInstance> |
getSARefBusinessDataInstance(String name,
long processInstanceId) |
static SelectOneDescriptor<SRefBusinessDataInstance> |
getSFlowNodeRefBusinessDataInstance(String name,
long flowNodeInstanceId) |
static SelectOneDescriptor<SRefBusinessDataInstance> |
getSRefBusinessDataInstance(String name,
long processInstanceId) |
static SelectListDescriptor<SRefBusinessDataInstance> |
getSRefBusinessDataInstances(long processInstanceId,
int startIndex,
int maxResults) |
public static SelectOneDescriptor<SRefBusinessDataInstance> getSRefBusinessDataInstance(String name, long processInstanceId)
public static SelectOneDescriptor<SARefBusinessDataInstance> getSARefBusinessDataInstance(String name, long processInstanceId)
public static SelectListDescriptor<SRefBusinessDataInstance> getSRefBusinessDataInstances(long processInstanceId, int startIndex, int maxResults)
public static SelectOneDescriptor<SRefBusinessDataInstance> getSFlowNodeRefBusinessDataInstance(String name, long flowNodeInstanceId)
public static SelectOneDescriptor<SARefBusinessDataInstance> getSAFlowNodeRefBusinessDataInstance(String name, long flowNodeInstanceId)
public static SelectOneDescriptor<Integer> getNumberOfDataOfMultiRefBusinessData(String name, long processInstanceId)
Copyright © 2018 Bonitasoft S.A.. All rights reserved.