org.camunda.bpm.engine.impl
Interface HistoricActivityInstanceQueryProperty


public interface HistoricActivityInstanceQueryProperty

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

Author:
Tom Baeyens

Field Summary
static QueryProperty ACTIVITY_ID
           
static QueryProperty ACTIVITY_NAME
           
static QueryProperty ACTIVITY_TYPE
           
static QueryProperty DURATION
           
static QueryProperty END
           
static QueryProperty EXECUTION_ID
           
static QueryProperty HISTORIC_ACTIVITY_INSTANCE_ID
           
static QueryProperty PROCESS_DEFINITION_ID
           
static QueryProperty PROCESS_INSTANCE_ID
           
static QueryProperty SEQUENCE_COUNTER
           
static QueryProperty START
           
static QueryProperty TENANT_ID
           
 

Field Detail

HISTORIC_ACTIVITY_INSTANCE_ID

static final QueryProperty HISTORIC_ACTIVITY_INSTANCE_ID

PROCESS_INSTANCE_ID

static final QueryProperty PROCESS_INSTANCE_ID

EXECUTION_ID

static final QueryProperty EXECUTION_ID

ACTIVITY_ID

static final QueryProperty ACTIVITY_ID

ACTIVITY_NAME

static final QueryProperty ACTIVITY_NAME

ACTIVITY_TYPE

static final QueryProperty ACTIVITY_TYPE

PROCESS_DEFINITION_ID

static final QueryProperty PROCESS_DEFINITION_ID

START

static final QueryProperty START

END

static final QueryProperty END

DURATION

static final QueryProperty DURATION

SEQUENCE_COUNTER

static final QueryProperty SEQUENCE_COUNTER

TENANT_ID

static final QueryProperty TENANT_ID


Copyright © 2016 camunda services GmbH. All rights reserved.