Class PlatformTaskQueryRequest

java.lang.Object
org.flowable.common.rest.api.PaginateRequest
org.flowable.rest.service.api.runtime.task.TaskQueryRequest
com.flowable.platform.rest.service.api.task.PlatformTaskQueryRequest

public class PlatformTaskQueryRequest
extends org.flowable.rest.service.api.runtime.task.TaskQueryRequest
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String assigneeLikeIgnoreCase  
    protected java.lang.String caseDefinitionId  
    protected java.lang.String caseInstanceId  
    protected java.lang.String caseInstanceIdWithChildren  
    protected java.lang.String descriptionLikeIgnoreCase  
    protected java.lang.Boolean includeTranslations  
    protected java.lang.String nameLikeIgnoreCase  
    protected java.lang.String ownerLikeIgnoreCase  

    Fields inherited from class org.flowable.rest.service.api.runtime.task.TaskQueryRequest

    active, assignee, assigneeLike, candidateGroup, candidateGroupIn, candidateOrAssigned, candidateUser, category, createdAfter, createdBefore, createdOn, delegationState, description, descriptionLike, dueAfter, dueBefore, dueDate, excludeSubTasks, executionId, ignoreAssignee, includeProcessVariables, includeTaskLocalVariables, involvedUser, maximumPriority, minimumPriority, name, nameLike, owner, ownerLike, priority, processDefinitionId, processDefinitionKey, processDefinitionKeyLike, processDefinitionName, processDefinitionNameLike, processInstanceBusinessKey, processInstanceBusinessKeyLike, processInstanceId, processInstanceIdWithChildren, propagatedStageInstanceId, scopeDefinitionId, scopeId, scopeType, taskDefinitionKey, taskDefinitionKeyLike, taskDefinitionKeys, tenantId, tenantIdLike, unassigned, withoutDueDate, withoutTenantId

    Fields inherited from class org.flowable.common.rest.api.PaginateRequest

    order, size, sort, start
  • Constructor Summary

    Constructors 
    Constructor Description
    PlatformTaskQueryRequest()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAssigneeLikeIgnoreCase()  
    java.lang.String getCaseDefinitionId()  
    java.lang.String getCaseInstanceId()  
    java.lang.String getCaseInstanceIdWithChildren()  
    java.lang.String getDescriptionLikeIgnoreCase()  
    java.lang.Boolean getIncludeTranslations()  
    java.lang.String getNameLikeIgnoreCase()  
    java.lang.String getOwnerLikeIgnoreCase()  
    void setAssigneeLikeIgnoreCase​(java.lang.String assigneeLikeIgnoreCase)  
    void setCaseDefinitionId​(java.lang.String caseDefinitionId)  
    void setCaseInstanceId​(java.lang.String caseInstanceId)  
    void setCaseInstanceIdWithChildren​(java.lang.String caseInstanceIdWithChildren)  
    void setDescriptionLikeIgnoreCase​(java.lang.String descriptionLikeIgnoreCase)  
    void setIncludeTranslations​(java.lang.Boolean includeTranslations)  
    void setNameLikeIgnoreCase​(java.lang.String nameLikeIgnoreCase)  
    void setOwnerLikeIgnoreCase​(java.lang.String ownerLikeIgnoreCase)  

    Methods inherited from class org.flowable.rest.service.api.runtime.task.TaskQueryRequest

    getActive, getAssignee, getAssigneeLike, getCandidateGroup, getCandidateGroupIn, getCandidateOrAssigned, getCandidateUser, getCategory, getCreatedAfter, getCreatedBefore, getCreatedOn, getDelegationState, getDescription, getDescriptionLike, getDueAfter, getDueBefore, getDueDate, getExcludeSubTasks, getExecutionId, getIncludeProcessVariables, getIncludeTaskLocalVariables, getInvolvedUser, getMaximumPriority, getMinimumPriority, getName, getNameLike, getOwner, getOwnerLike, getPriority, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionKeyLike, getProcessDefinitionName, getProcessDefinitionNameLike, getProcessInstanceBusinessKey, getProcessInstanceBusinessKeyLike, getProcessInstanceId, getProcessInstanceIdWithChildren, getProcessInstanceVariables, getPropagatedStageInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getTaskDefinitionKey, getTaskDefinitionKeyLike, getTaskDefinitionKeys, getTaskVariables, getTenantId, getTenantIdLike, getUnassigned, getWithoutDueDate, getWithoutTenantId, isIgnoreAssignee, setActive, setAssignee, setAssigneeLike, setCandidateGroup, setCandidateGroupIn, setCandidateOrAssigned, setCandidateUser, setCategory, setCreatedAfter, setCreatedBefore, setCreatedOn, setDelegationState, setDescription, setDescriptionLike, setDueAfter, setDueBefore, setDueDate, setExcludeSubTasks, setExecutionId, setIgnoreAssignee, setIncludeProcessVariables, setIncludeTaskLocalVariables, setInvolvedUser, setMaximumPriority, setMinimumPriority, setName, setNameLike, setOwner, setOwnerLike, setPriority, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionKeyLike, setProcessDefinitionName, setProcessDefinitionNameLike, setProcessInstanceBusinessKey, setProcessInstanceBusinessKeyLike, setProcessInstanceId, setProcessInstanceIdWithChildren, setProcessInstanceVariables, setPropagatedStageInstanceId, setScopeDefinitionId, setScopeId, setScopeType, setTaskDefinitionKey, setTaskDefinitionKeyLike, setTaskDefinitionKeys, setTaskVariables, setTenantId, setTenantIdLike, setUnassigned, setWithoutDueDate, setWithoutTenantId

    Methods inherited from class org.flowable.common.rest.api.PaginateRequest

    getOrder, getSize, getSort, getStart, setOrder, setSize, setSort, setStart

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait