public class VariableInstanceResourceImpl extends AbstractResourceProvider<VariableInstanceQuery,VariableInstance,VariableInstanceDto> implements VariableInstanceResource
engine, id
Constructor and Description |
---|
VariableInstanceResourceImpl(String variableId,
ProcessEngine engine) |
Modifier and Type | Method and Description |
---|---|
protected VariableInstanceQuery |
baseQuery() |
protected Query<VariableInstanceQuery,VariableInstance> |
baseQueryForBinaryVariable()
Create the query we need for fetching the desired result.
|
protected Query<VariableInstanceQuery,VariableInstance> |
baseQueryForVariable(boolean deserializeObjectValue)
TODO change comment Create the query we need for fetching the desired
result.
|
protected String |
getResourceNameForErrorMessage() |
protected org.camunda.bpm.engine.variable.value.TypedValue |
transformQueryResultIntoTypedValue(VariableInstance queryResult) |
protected VariableInstanceDto |
transformToDto(VariableInstance queryResult) |
getEngine, getId, getResource, getResourceBinary
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResource, getResourceBinary
public VariableInstanceResourceImpl(String variableId, ProcessEngine engine)
protected VariableInstanceQuery baseQuery()
protected Query<VariableInstanceQuery,VariableInstance> baseQueryForBinaryVariable()
AbstractResourceProvider
baseQueryForBinaryVariable
in class AbstractResourceProvider<VariableInstanceQuery,VariableInstance,VariableInstanceDto>
protected Query<VariableInstanceQuery,VariableInstance> baseQueryForVariable(boolean deserializeObjectValue)
AbstractResourceProvider
baseQueryForVariable
in class AbstractResourceProvider<VariableInstanceQuery,VariableInstance,VariableInstanceDto>
protected org.camunda.bpm.engine.variable.value.TypedValue transformQueryResultIntoTypedValue(VariableInstance queryResult)
protected VariableInstanceDto transformToDto(VariableInstance queryResult)
transformToDto
in class AbstractResourceProvider<VariableInstanceQuery,VariableInstance,VariableInstanceDto>
protected String getResourceNameForErrorMessage()
getResourceNameForErrorMessage
in class AbstractResourceProvider<VariableInstanceQuery,VariableInstance,VariableInstanceDto>
Copyright © 2022. All rights reserved.