org.camunda.bpm.engine.impl.cmmn.entity.runtime
Class CaseExecutionQueryProperty
java.lang.Object
org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseExecutionQueryProperty
- All Implemented Interfaces:
- Serializable, QueryProperty
public class CaseExecutionQueryProperty
- extends Object
- implements QueryProperty
- Author:
- Roman Smirnov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CASE_EXECUTION_ID
public static final CaseExecutionQueryProperty CASE_EXECUTION_ID
CASE_DEFINITION_ID
public static final CaseExecutionQueryProperty CASE_DEFINITION_ID
CASE_DEFINITION_KEY
public static final CaseExecutionQueryProperty CASE_DEFINITION_KEY
CaseExecutionQueryProperty
public CaseExecutionQueryProperty(String name)
getName
public String getName()
- Specified by:
getName in interface QueryProperty
findByName
public static CaseExecutionQueryProperty findByName(String propertyName)
Copyright © 2014 camunda services GmbH. All rights reserved.