org.camunda.bpm.engine.impl
Interface HistoricBatchQueryProperty


public interface HistoricBatchQueryProperty

Contains the possible properties that can be used in a HistoricBatchQuery.


Field Summary
static QueryProperty END_TIME
           
static QueryProperty ID
           
static QueryProperty START_TIME
           
static QueryProperty TENANT_ID
           
 

Field Detail

ID

static final QueryProperty ID

TENANT_ID

static final QueryProperty TENANT_ID

START_TIME

static final QueryProperty START_TIME

END_TIME

static final QueryProperty END_TIME


Copyright © 2016 camunda services GmbH. All rights reserved.