org.camunda.bpm.engine.impl
Interface JobQueryProperty


public interface JobQueryProperty

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

Author:
Joram Barrez

Field Summary
static QueryProperty DUEDATE
           
static QueryProperty EXECUTION_ID
           
static QueryProperty JOB_ID
           
static QueryProperty PRIORITY
           
static QueryProperty PROCESS_DEFINITION_ID
           
static QueryProperty PROCESS_DEFINITION_KEY
           
static QueryProperty PROCESS_INSTANCE_ID
           
static QueryProperty RETRIES
           
static QueryProperty TENANT_ID
           
static QueryProperty TYPE
           
 

Field Detail

JOB_ID

static final QueryProperty JOB_ID

PROCESS_INSTANCE_ID

static final QueryProperty PROCESS_INSTANCE_ID

EXECUTION_ID

static final QueryProperty EXECUTION_ID

PROCESS_DEFINITION_ID

static final QueryProperty PROCESS_DEFINITION_ID

PROCESS_DEFINITION_KEY

static final QueryProperty PROCESS_DEFINITION_KEY

DUEDATE

static final QueryProperty DUEDATE

RETRIES

static final QueryProperty RETRIES

TYPE

static final QueryProperty TYPE

PRIORITY

static final QueryProperty PRIORITY

TENANT_ID

static final QueryProperty TENANT_ID


Copyright © 2016 camunda services GmbH. All rights reserved.