Class HistoricTaskInstanceBaseResource

java.lang.Object
org.flowable.rest.service.api.history.HistoricTaskInstanceBaseResource
Direct Known Subclasses:
HistoricTaskInstanceCollectionResource, HistoricTaskInstanceIdentityLinkCollectionResource, HistoricTaskInstanceQueryResource, HistoricTaskInstanceResource

public class HistoricTaskInstanceBaseResource extends Object
Author:
Tijs Rademakers
  • Field Details

  • Constructor Details

    • HistoricTaskInstanceBaseResource

      public HistoricTaskInstanceBaseResource()
  • Method Details

    • getQueryResponse

      protected DataResponse<HistoricTaskInstanceResponse> getQueryResponse(HistoricTaskInstanceQueryRequest queryRequest, Map<String,String> allRequestParams)
    • getHistoricTaskInstanceFromRequest

      protected org.flowable.task.api.history.HistoricTaskInstance getHistoricTaskInstanceFromRequest(String taskId)
      Returns the HistoricTaskInstance that is requested and calls the access interceptor. Throws the right exceptions when bad request was made or instance was not found.
    • getHistoricTaskInstanceFromRequestWithoutAccessCheck

      protected org.flowable.task.api.history.HistoricTaskInstance getHistoricTaskInstanceFromRequestWithoutAccessCheck(String taskId)
      Returns the HistoricTaskInstance that is requested without calling the access interceptor Throws the right exceptions when bad request was made or instance was not found.
    • addTaskVariables

      protected void addTaskVariables(org.flowable.task.api.history.HistoricTaskInstanceQuery taskInstanceQuery, List<QueryVariable> variables)
    • addProcessVariables

      protected void addProcessVariables(org.flowable.task.api.history.HistoricTaskInstanceQuery taskInstanceQuery, List<QueryVariable> variables)