org.camunda.bpm.engine.impl
Class ExecutionQueryProperty
java.lang.Object
org.camunda.bpm.engine.impl.ExecutionQueryProperty
- All Implemented Interfaces:
- Serializable, QueryProperty
public class ExecutionQueryProperty
- extends Object
- implements QueryProperty
Contains the possible properties that can be used in a ExecutionQuery
.
- 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 |
PROCESS_INSTANCE_ID
public static final ExecutionQueryProperty PROCESS_INSTANCE_ID
PROCESS_DEFINITION_KEY
public static final ExecutionQueryProperty PROCESS_DEFINITION_KEY
PROCESS_DEFINITION_ID
public static final ExecutionQueryProperty PROCESS_DEFINITION_ID
ExecutionQueryProperty
public ExecutionQueryProperty(String name)
getName
public String getName()
- Specified by:
getName
in interface QueryProperty
findByName
public static ExecutionQueryProperty findByName(String propertyName)
Copyright © 2014 camunda services GmbH. All rights reserved.