ProcessRuntimeAPI.getProcessInstanceExecutionContext(long) (ProcessRuntimeAPI.getArchivedProcessInstanceExecutionContext(long) for
archived process instances). In
the map return by ProcessRuntimeAPI.getProcessInstanceExecutionContext(long) you can get BusinessDataReference by using
"yourBusinessDataName_ref" key (business data name as declared in
the process definition followed by "_ref" suffix).@Deprecated public interface BusinessDataAPI
BusinessDataReference related to specific
ProcessInstanceBusinessDataReference,
ProcessInstance| Modifier and Type | Method and Description |
|---|---|
BusinessDataReference |
getProcessBusinessDataReference(String businessDataName,
long processInstanceId)
Deprecated.
See deprecated comment of
BusinessDataAPI |
List<BusinessDataReference> |
getProcessBusinessDataReferences(long processInstanceId,
int startIndex,
int maxResults)
Deprecated.
See deprecated comment of
BusinessDataAPI |
@Deprecated BusinessDataReference getProcessBusinessDataReference(String businessDataName, long processInstanceId) throws DataNotFoundException
BusinessDataAPIBusinessDataReference of the named business data of the
process instance. The value is returned in a DataInstance object.businessDataName - The name of the business dataprocessInstanceId - The identifier of the process instanceInvalidSessionException - If the session is invalid, e.g. the session has expired.DataNotFoundException - If the specified business data value cannot be found.@Deprecated List<BusinessDataReference> getProcessBusinessDataReferences(long processInstanceId, int startIndex, int maxResults)
BusinessDataAPIprocessInstanceId - The identifier of the process instancestartIndex - the index of the first result (starting from 0).maxResults - the maximum number of result per pageCopyright © 2018 Bonitasoft S.A.. All rights reserved.