Class HistoricIdentityLinkLogQueryDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.AbstractSearchQueryDto
org.camunda.bpm.engine.rest.dto.AbstractQueryDto<org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery>
org.camunda.bpm.engine.rest.dto.history.HistoricIdentityLinkLogQueryDto

public class HistoricIdentityLinkLogQueryDto extends AbstractQueryDto<org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery>
Author:
Deivarayan Azhagappan
  • Field Details

    • dateBefore

      protected Date dateBefore
    • dateAfter

      protected Date dateAfter
    • type

      protected String type
    • userId

      protected String userId
    • groupId

      protected String groupId
    • taskId

      protected String taskId
    • processDefinitionId

      protected String processDefinitionId
    • processDefinitionKey

      protected String processDefinitionKey
    • operationType

      protected String operationType
    • assignerId

      protected String assignerId
    • tenantIds

      protected List<String> tenantIds
    • withoutTenantId

      protected Boolean withoutTenantId
  • Constructor Details

    • HistoricIdentityLinkLogQueryDto

      public HistoricIdentityLinkLogQueryDto()
    • HistoricIdentityLinkLogQueryDto

      public HistoricIdentityLinkLogQueryDto(com.fasterxml.jackson.databind.ObjectMapper objectMapper, javax.ws.rs.core.MultivaluedMap<String,String> queryParameters)
  • Method Details

    • isValidSortByValue

      protected boolean isValidSortByValue(String value)
      Specified by:
      isValidSortByValue in class AbstractQueryDto<org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery>
    • createNewQuery

      protected org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery createNewQuery(org.camunda.bpm.engine.ProcessEngine engine)
      Specified by:
      createNewQuery in class AbstractQueryDto<org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery>
    • setType

      public void setType(String type)
    • setUserId

      public void setUserId(String userId)
    • setGroupId

      public void setGroupId(String groupId)
    • setDateBefore

      public void setDateBefore(Date dateBefore)
    • setDateAfter

      public void setDateAfter(Date dateAfter)
    • setTaskId

      public void setTaskId(String taskId)
    • setProcessDefinitionId

      public void setProcessDefinitionId(String processDefinitionId)
    • setProcessDefinitionKey

      public void setProcessDefinitionKey(String processDefinitionKey)
    • setOperationType

      public void setOperationType(String operationType)
    • setAssignerId

      public void setAssignerId(String assignerId)
    • setTenantIdIn

      public void setTenantIdIn(List<String> tenantIds)
    • setWithoutTenantId

      public void setWithoutTenantId(Boolean withoutTenantId)
    • applyFilters

      protected void applyFilters(org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery query)
      Specified by:
      applyFilters in class AbstractQueryDto<org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery>
    • applySortBy

      protected void applySortBy(org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery query, String sortBy, Map<String,Object> parameters, org.camunda.bpm.engine.ProcessEngine engine)
      Specified by:
      applySortBy in class AbstractQueryDto<org.camunda.bpm.engine.history.HistoricIdentityLinkLogQuery>