public class HistoricDetailResourceImpl extends AbstractResourceProvider<HistoricDetailQuery,HistoricDetail,HistoricDetailDto> implements HistoricDetailResource
engine, id| Constructor and Description |
|---|
HistoricDetailResourceImpl(String detailId,
ProcessEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
protected HistoricDetailQuery |
baseQuery() |
protected Query<HistoricDetailQuery,HistoricDetail> |
baseQueryForBinaryVariable()
Create the query we need for fetching the desired result.
|
protected Query<HistoricDetailQuery,HistoricDetail> |
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(HistoricDetail queryResult) |
protected HistoricDetailDto |
transformToDto(HistoricDetail queryResult) |
getEngine, getId, getResource, getResourceBinary, responseForByteVariable, responseForFileVariableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResource, getResourceBinarypublic HistoricDetailResourceImpl(String detailId, ProcessEngine engine)
protected HistoricDetailQuery baseQuery()
protected Query<HistoricDetailQuery,HistoricDetail> baseQueryForBinaryVariable()
AbstractResourceProviderbaseQueryForBinaryVariable in class AbstractResourceProvider<HistoricDetailQuery,HistoricDetail,HistoricDetailDto>protected Query<HistoricDetailQuery,HistoricDetail> baseQueryForVariable(boolean deserializeObjectValue)
AbstractResourceProviderbaseQueryForVariable in class AbstractResourceProvider<HistoricDetailQuery,HistoricDetail,HistoricDetailDto>protected org.camunda.bpm.engine.variable.value.TypedValue transformQueryResultIntoTypedValue(HistoricDetail queryResult)
transformQueryResultIntoTypedValue in class AbstractResourceProvider<HistoricDetailQuery,HistoricDetail,HistoricDetailDto>protected HistoricDetailDto transformToDto(HistoricDetail queryResult)
transformToDto in class AbstractResourceProvider<HistoricDetailQuery,HistoricDetail,HistoricDetailDto>protected String getResourceNameForErrorMessage()
getResourceNameForErrorMessage in class AbstractResourceProvider<HistoricDetailQuery,HistoricDetail,HistoricDetailDto>Copyright © 2018. All rights reserved.