public class VariableInstanceQueryProperty extends Object implements QueryProperty
VariableInstanceQuery.| Modifier and Type | Field and Description |
|---|---|
static VariableInstanceQueryProperty |
PROCESS_INSTANCE_ID |
static VariableInstanceQueryProperty |
SCOPE_ID |
static VariableInstanceQueryProperty |
VARIABLE_NAME |
| Constructor and Description |
|---|
VariableInstanceQueryProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
static VariableInstanceQueryProperty |
findByName(String propertyName) |
String |
getName() |
public static final VariableInstanceQueryProperty PROCESS_INSTANCE_ID
public static final VariableInstanceQueryProperty SCOPE_ID
public static final VariableInstanceQueryProperty VARIABLE_NAME
public VariableInstanceQueryProperty(String name)
public String getName()
getName in interface QueryPropertypublic static VariableInstanceQueryProperty findByName(String propertyName)
Copyright © 2022 Flowable. All rights reserved.