org.camunda.bpm.engine.impl.cmmn.entity.runtime
Class CaseExecutionQueryProperty

java.lang.Object
  extended by 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

Field Summary
static CaseExecutionQueryProperty CASE_DEFINITION_ID
           
static CaseExecutionQueryProperty CASE_DEFINITION_KEY
           
static CaseExecutionQueryProperty CASE_EXECUTION_ID
           
 
Constructor Summary
CaseExecutionQueryProperty(String name)
           
 
Method Summary
static CaseExecutionQueryProperty 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

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
Constructor Detail

CaseExecutionQueryProperty

public CaseExecutionQueryProperty(String name)
Method Detail

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.