Class HistoricVariableInstanceResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.sub.AbstractResourceProvider<HistoricVariableInstanceQuery,HistoricVariableInstance,HistoricVariableInstanceDto>
org.camunda.bpm.engine.rest.sub.history.impl.HistoricVariableInstanceResourceImpl
- All Implemented Interfaces:
HistoricVariableInstanceResource
public class HistoricVariableInstanceResourceImpl
extends AbstractResourceProvider<HistoricVariableInstanceQuery,HistoricVariableInstance,HistoricVariableInstanceDto>
implements HistoricVariableInstanceResource
- Author:
- Daniel Meyer, Ronny Bräunlich
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.sub.AbstractResourceProvider
engine, id
-
Constructor Summary
ConstructorsConstructorDescriptionHistoricVariableInstanceResourceImpl
(String variableId, ProcessEngine engine) -
Method Summary
Modifier and TypeMethodDescriptionprotected HistoricVariableInstanceQuery
Create the query we need for fetching the desired result.baseQueryForVariable
(boolean deserializeObjectValue) TODO change comment Create the query we need for fetching the desired result.jakarta.ws.rs.core.Response
protected String
protected TypedValue
protected HistoricVariableInstanceDto
transformToDto
(HistoricVariableInstance queryResult) Methods inherited from class org.camunda.bpm.engine.rest.sub.AbstractResourceProvider
getEngine, getId, getResource, getResourceBinary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.rest.sub.history.HistoricVariableInstanceResource
getResource, getResourceBinary
-
Constructor Details
-
HistoricVariableInstanceResourceImpl
-
-
Method Details
-
baseQuery
-
baseQueryForBinaryVariable
protected Query<HistoricVariableInstanceQuery,HistoricVariableInstance> baseQueryForBinaryVariable()Description copied from class:AbstractResourceProvider
Create the query we need for fetching the desired result. Setting properties in the query like disableCustomObjectDeserialization() or disableBinaryFetching() should be done in this method. -
baseQueryForVariable
protected Query<HistoricVariableInstanceQuery,HistoricVariableInstance> baseQueryForVariable(boolean deserializeObjectValue) Description copied from class:AbstractResourceProvider
TODO change comment Create the query we need for fetching the desired result. Setting properties in the query like disableCustomObjectDeserialization() or disableBinaryFetching() should be done in this method. -
transformQueryResultIntoTypedValue
-
transformToDto
-
getResourceNameForErrorMessage
-
deleteVariableInstance
public jakarta.ws.rs.core.Response deleteVariableInstance()- Specified by:
deleteVariableInstance
in interfaceHistoricVariableInstanceResource
-