org.camunda.bpm.engine.impl
Class VariableInstanceQueryProperty
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
VariableInstanceQueryProperty
public VariableInstanceQueryProperty(String name)
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.