Package org.camunda.bpm.engine.impl
Interface HistoricVariableInstanceQueryProperty
-
public interface HistoricVariableInstanceQueryProperty
Contains the possible properties which can be used in aHistoricVariableInstanceQuery
.- Author:
- Christian Lipphardt (camunda)
-
-
Field Summary
Fields Modifier and Type Field Description static QueryProperty
PROCESS_INSTANCE_ID
static QueryProperty
TENANT_ID
static QueryProperty
VARIABLE_NAME
-
-
-
Field Detail
-
PROCESS_INSTANCE_ID
static final QueryProperty PROCESS_INSTANCE_ID
-
VARIABLE_NAME
static final QueryProperty VARIABLE_NAME
-
TENANT_ID
static final QueryProperty TENANT_ID
-
-