org.camunda.bpm.engine.impl
Class JobQueryProperty
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JobQueryProperty
public JobQueryProperty(String name)
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.