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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmmn.entity.runtime.CaseInstanceQueryProperty
All Implemented Interfaces:
Serializable, QueryProperty

public class CaseInstanceQueryProperty
extends Object
implements QueryProperty

Author:
Roman Smirnov
See Also:
Serialized Form

Field Summary
static CaseInstanceQueryProperty CASE_DEFINITION_ID
           
static CaseInstanceQueryProperty CASE_DEFINITION_KEY
           
static CaseInstanceQueryProperty CASE_INSTANCE_ID
           
 
Constructor Summary
CaseInstanceQueryProperty(String name)
           
 
Method Summary
static CaseInstanceQueryProperty 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_INSTANCE_ID

public static final CaseInstanceQueryProperty CASE_INSTANCE_ID

CASE_DEFINITION_KEY

public static final CaseInstanceQueryProperty CASE_DEFINITION_KEY

CASE_DEFINITION_ID

public static final CaseInstanceQueryProperty CASE_DEFINITION_ID
Constructor Detail

CaseInstanceQueryProperty

public CaseInstanceQueryProperty(String name)
Method Detail

getName

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

findByName

public static CaseInstanceQueryProperty findByName(String propertyName)


Copyright © 2014 camunda services GmbH. All rights reserved.