org.camunda.bpm.engine.impl
Interface HistoricCaseInstanceQueryProperty


public interface HistoricCaseInstanceQueryProperty

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

Author:
Sebastian Menski

Field Summary
static QueryProperty BUSINESS_KEY
           
static QueryProperty CLOSE_TIME
           
static QueryProperty CREATE_TIME
           
static QueryProperty DURATION
           
static QueryProperty PROCESS_DEFINITION_ID
           
static QueryProperty PROCESS_INSTANCE_ID_
           
 

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

CREATE_TIME

static final QueryProperty CREATE_TIME

CLOSE_TIME

static final QueryProperty CLOSE_TIME

DURATION

static final QueryProperty DURATION


Copyright © 2015 camunda services GmbH. All rights reserved.