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, getResourceBinaryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResource, getResourceBinarypublic VariableInstanceResourceImpl(String variableId, ProcessEngine engine)
protected VariableInstanceQuery baseQuery()
protected Query<VariableInstanceQuery,VariableInstance> baseQueryForBinaryVariable()
AbstractResourceProviderbaseQueryForBinaryVariable in class AbstractResourceProvider<VariableInstanceQuery,VariableInstance,VariableInstanceDto>protected Query<VariableInstanceQuery,VariableInstance> baseQueryForVariable(boolean deserializeObjectValue)
AbstractResourceProviderbaseQueryForVariable 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 © 2018. All rights reserved.