org.camunda.bpm.engine.impl
Interface TaskQueryProperty


public interface TaskQueryProperty

Contains the possible properties that can be used in a TaskQuery.

Author:
Joram Barrez

Field Summary
static QueryProperty ASSIGNEE
           
static QueryProperty CASE_EXECUTION_ID
           
static QueryProperty CASE_INSTANCE_ID
           
static QueryProperty CREATE_TIME
           
static QueryProperty DESCRIPTION
           
static QueryProperty DUE_DATE
           
static QueryProperty EXECUTION_ID
           
static QueryProperty FOLLOW_UP_DATE
           
static QueryProperty NAME
           
static QueryProperty NAME_CASE_INSENSITIVE
           
static QueryProperty PRIORITY
           
static QueryProperty PROCESS_INSTANCE_ID
           
static QueryProperty TASK_ID
           
static QueryProperty TENANT_ID
           
 

Field Detail

TASK_ID

static final QueryProperty TASK_ID

NAME

static final QueryProperty NAME

NAME_CASE_INSENSITIVE

static final QueryProperty NAME_CASE_INSENSITIVE

DESCRIPTION

static final QueryProperty DESCRIPTION

PRIORITY

static final QueryProperty PRIORITY

ASSIGNEE

static final QueryProperty ASSIGNEE

CREATE_TIME

static final QueryProperty CREATE_TIME

PROCESS_INSTANCE_ID

static final QueryProperty PROCESS_INSTANCE_ID

CASE_INSTANCE_ID

static final QueryProperty CASE_INSTANCE_ID

EXECUTION_ID

static final QueryProperty EXECUTION_ID

CASE_EXECUTION_ID

static final QueryProperty CASE_EXECUTION_ID

DUE_DATE

static final QueryProperty DUE_DATE

FOLLOW_UP_DATE

static final QueryProperty FOLLOW_UP_DATE

TENANT_ID

static final QueryProperty TENANT_ID


Copyright © 2016 camunda services GmbH. All rights reserved.