org.camunda.bpm.engine.impl
Interface HistoricProcessInstanceQueryProperty


public interface HistoricProcessInstanceQueryProperty

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

Author:
Joram Barrez

Field Summary
static QueryProperty BUSINESS_KEY
           
static QueryProperty DURATION
           
static QueryProperty END_TIME
           
static QueryProperty PROCESS_DEFINITION_ID
           
static QueryProperty PROCESS_INSTANCE_ID_
           
static QueryProperty START_TIME
           
 

Field Detail

PROCESS_INSTANCE_ID_

static final QueryProperty PROCESS_INSTANCE_ID_

PROCESS_DEFINITION_ID

static final QueryProperty PROCESS_DEFINITION_ID

BUSINESS_KEY

static final QueryProperty BUSINESS_KEY

START_TIME

static final QueryProperty START_TIME

END_TIME

static final QueryProperty END_TIME

DURATION

static final QueryProperty DURATION


Copyright © 2016 camunda services GmbH. All rights reserved.