Class CaseInstanceQueryDto


public class CaseInstanceQueryDto extends AbstractQueryDto<CaseInstanceQuery>
Author:
Roman Smirnov
  • Field Details Link icon

    • SORT_BY_INSTANCE_ID_VALUE Link icon

      protected static final String SORT_BY_INSTANCE_ID_VALUE
      See Also:
    • SORT_BY_DEFINITION_KEY_VALUE Link icon

      protected static final String SORT_BY_DEFINITION_KEY_VALUE
      See Also:
    • SORT_BY_DEFINITION_ID_VALUE Link icon

      protected static final String SORT_BY_DEFINITION_ID_VALUE
      See Also:
    • SORT_BY_TENANT_ID Link icon

      protected static final String SORT_BY_TENANT_ID
      See Also:
    • VALID_SORT_BY_VALUES Link icon

      protected static final List<String> VALID_SORT_BY_VALUES
    • caseInstanceId Link icon

      protected String caseInstanceId
    • businessKey Link icon

      protected String businessKey
    • caseDefinitionKey Link icon

      protected String caseDefinitionKey
    • caseDefinitionId Link icon

      protected String caseDefinitionId
    • deploymentId Link icon

      protected String deploymentId
    • superProcessInstance Link icon

      protected String superProcessInstance
    • subProcessInstance Link icon

      protected String subProcessInstance
    • superCaseInstance Link icon

      protected String superCaseInstance
    • subCaseInstance Link icon

      protected String subCaseInstance
    • tenantIds Link icon

      protected List<String> tenantIds
    • withoutTenantId Link icon

      protected Boolean withoutTenantId
    • active Link icon

      protected Boolean active
    • completed Link icon

      protected Boolean completed
    • terminated Link icon

      protected Boolean terminated
    • variables Link icon

      protected List<VariableQueryParameterDto> variables
    • variableNamesIgnoreCase Link icon

      protected Boolean variableNamesIgnoreCase
    • variableValuesIgnoreCase Link icon

      protected Boolean variableValuesIgnoreCase
  • Constructor Details Link icon

    • CaseInstanceQueryDto Link icon

      public CaseInstanceQueryDto()
    • CaseInstanceQueryDto Link icon

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