public class SelectBusinessDataDescriptorBuilder extends Object
| Constructor and Description |
|---|
SelectBusinessDataDescriptorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static org.bonitasoft.engine.persistence.SelectOneDescriptor<Integer> |
getNumberOfDataOfMultiRefBusinessData(String name,
long processInstanceId) |
static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.core.process.instance.model.archive.business.data.SARefBusinessDataInstance> |
getSAFlowNodeRefBusinessDataInstance(String name,
long flowNodeInstanceId) |
static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.core.process.instance.model.archive.business.data.SARefBusinessDataInstance> |
getSARefBusinessDataInstance(String name,
long processInstanceId) |
static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.core.process.instance.model.business.data.SRefBusinessDataInstance> |
getSFlowNodeRefBusinessDataInstance(String name,
long flowNodeInstanceId) |
static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.core.process.instance.model.business.data.SRefBusinessDataInstance> |
getSRefBusinessDataInstance(String name,
long processInstanceId) |
static org.bonitasoft.engine.persistence.SelectListDescriptor<org.bonitasoft.engine.core.process.instance.model.business.data.SRefBusinessDataInstance> |
getSRefBusinessDataInstances(long processInstanceId,
int startIndex,
int maxResults) |
public static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.core.process.instance.model.business.data.SRefBusinessDataInstance> getSRefBusinessDataInstance(String name, long processInstanceId)
public static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.core.process.instance.model.archive.business.data.SARefBusinessDataInstance> getSARefBusinessDataInstance(String name, long processInstanceId)
public static org.bonitasoft.engine.persistence.SelectListDescriptor<org.bonitasoft.engine.core.process.instance.model.business.data.SRefBusinessDataInstance> getSRefBusinessDataInstances(long processInstanceId,
int startIndex,
int maxResults)
public static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.core.process.instance.model.business.data.SRefBusinessDataInstance> getSFlowNodeRefBusinessDataInstance(String name, long flowNodeInstanceId)
public static org.bonitasoft.engine.persistence.SelectOneDescriptor<org.bonitasoft.engine.core.process.instance.model.archive.business.data.SARefBusinessDataInstance> getSAFlowNodeRefBusinessDataInstance(String name, long flowNodeInstanceId)
Copyright © 2017 Bonitasoft S.A.. All rights reserved.