org.camunda.bpm.engine.impl
Interface HistoricVariableInstanceQueryProperty


public interface HistoricVariableInstanceQueryProperty

Contains the possible properties which can be used in a HistoricVariableInstanceQuery.

Author:
Christian Lipphardt (camunda)

Field Summary
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


Copyright © 2017 camunda services GmbH. All rights reserved.