org.camunda.bpm.engine.impl
Class JobQueryProperty

java.lang.Object
  extended by org.camunda.bpm.engine.impl.JobQueryProperty
All Implemented Interfaces:
Serializable, QueryProperty

public class JobQueryProperty
extends Object
implements QueryProperty

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

Author:
Joram Barrez
See Also:
Serialized Form

Field Summary
static JobQueryProperty DUEDATE
           
static JobQueryProperty EXECUTION_ID
           
static JobQueryProperty JOB_ID
           
static JobQueryProperty PROCESS_DEFINITION_ID
           
static JobQueryProperty PROCESS_DEFINITION_KEY
           
static JobQueryProperty PROCESS_INSTANCE_ID
           
static JobQueryProperty RETRIES
           
 
Constructor Summary
JobQueryProperty(String name)
           
 
Method Summary
static JobQueryProperty findByName(String propertyName)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JOB_ID

public static final JobQueryProperty JOB_ID

PROCESS_INSTANCE_ID

public static final JobQueryProperty PROCESS_INSTANCE_ID

EXECUTION_ID

public static final JobQueryProperty EXECUTION_ID

PROCESS_DEFINITION_ID

public static final JobQueryProperty PROCESS_DEFINITION_ID

PROCESS_DEFINITION_KEY

public static final JobQueryProperty PROCESS_DEFINITION_KEY

DUEDATE

public static final JobQueryProperty DUEDATE

RETRIES

public static final JobQueryProperty RETRIES
Constructor Detail

JobQueryProperty

public JobQueryProperty(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface QueryProperty

findByName

public static JobQueryProperty findByName(String propertyName)


Copyright © 2014 camunda services GmbH. All rights reserved.