org.camunda.bpm.engine.impl
Class VariableInstanceQueryProperty

java.lang.Object
  extended by org.camunda.bpm.engine.impl.VariableInstanceQueryProperty
All Implemented Interfaces:
Serializable, QueryProperty

public class VariableInstanceQueryProperty
extends Object
implements QueryProperty

Author:
roman.smirnov
See Also:
Serialized Form

Field Summary
static VariableInstanceQueryProperty ACTIVITY_INSTANCE_ID
           
static VariableInstanceQueryProperty VARIABLE_NAME
           
static VariableInstanceQueryProperty VARIABLE_TYPE
           
 
Constructor Summary
VariableInstanceQueryProperty(String name)
           
 
Method Summary
static VariableInstanceQueryProperty 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

VARIABLE_NAME

public static final VariableInstanceQueryProperty VARIABLE_NAME

VARIABLE_TYPE

public static final VariableInstanceQueryProperty VARIABLE_TYPE

ACTIVITY_INSTANCE_ID

public static final VariableInstanceQueryProperty ACTIVITY_INSTANCE_ID
Constructor Detail

VariableInstanceQueryProperty

public VariableInstanceQueryProperty(String name)
Method Detail

getName

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

findByName

public static VariableInstanceQueryProperty findByName(String propertyName)


Copyright © 2014 camunda services GmbH. All rights reserved.