Class HistoricVariableInstanceResourceImpl
java.lang.Object
org.eximeebpms.bpm.engine.rest.sub.AbstractResourceProvider<HistoricVariableInstanceQuery,HistoricVariableInstance,HistoricVariableInstanceDto>
org.eximeebpms.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.eximeebpms.bpm.engine.rest.sub.AbstractResourceProvider
engine, id -
Constructor Summary
ConstructorsConstructorDescriptionHistoricVariableInstanceResourceImpl(String variableId, ProcessEngine engine) -
Method Summary
Modifier and TypeMethodDescriptionprotected HistoricVariableInstanceQueryCreate 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.javax.ws.rs.core.Responseprotected Stringprotected org.eximeebpms.bpm.engine.variable.value.TypedValueprotected HistoricVariableInstanceDtotransformToDto(HistoricVariableInstance queryResult) Methods inherited from class org.eximeebpms.bpm.engine.rest.sub.AbstractResourceProvider
getEngine, getId, getResource, getResourceBinaryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eximeebpms.bpm.engine.rest.sub.history.HistoricVariableInstanceResource
getResource, getResourceBinary
-
Constructor Details
-
HistoricVariableInstanceResourceImpl
-
-
Method Details
-
baseQuery
-
baseQueryForBinaryVariable
protected Query<HistoricVariableInstanceQuery,HistoricVariableInstance> baseQueryForBinaryVariable()Description copied from class:AbstractResourceProviderCreate 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:AbstractResourceProviderTODO 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
protected org.eximeebpms.bpm.engine.variable.value.TypedValue transformQueryResultIntoTypedValue(HistoricVariableInstance queryResult) -
transformToDto
-
getResourceNameForErrorMessage
-
deleteVariableInstance
public javax.ws.rs.core.Response deleteVariableInstance()- Specified by:
deleteVariableInstancein interfaceHistoricVariableInstanceResource
-