org.camunda.bpm.engine.impl
Class HistoricProcessInstanceQueryProperty

java.lang.Object
  extended by org.camunda.bpm.engine.impl.HistoricProcessInstanceQueryProperty
All Implemented Interfaces:
Serializable, QueryProperty

public class HistoricProcessInstanceQueryProperty
extends Object
implements QueryProperty

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

Author:
Joram Barrez
See Also:
Serialized Form

Field Summary
static HistoricProcessInstanceQueryProperty BUSINESS_KEY
           
static HistoricProcessInstanceQueryProperty DURATION
           
static HistoricProcessInstanceQueryProperty END_TIME
           
static HistoricProcessInstanceQueryProperty PROCESS_DEFINITION_ID
           
static HistoricProcessInstanceQueryProperty PROCESS_INSTANCE_ID_
           
static HistoricProcessInstanceQueryProperty START_TIME
           
 
Constructor Summary
HistoricProcessInstanceQueryProperty(String name)
           
 
Method Summary
static HistoricProcessInstanceQueryProperty findByName(String propertyName)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROCESS_INSTANCE_ID_

public static final HistoricProcessInstanceQueryProperty PROCESS_INSTANCE_ID_

PROCESS_DEFINITION_ID

public static final HistoricProcessInstanceQueryProperty PROCESS_DEFINITION_ID

BUSINESS_KEY

public static final HistoricProcessInstanceQueryProperty BUSINESS_KEY

START_TIME

public static final HistoricProcessInstanceQueryProperty START_TIME

END_TIME

public static final HistoricProcessInstanceQueryProperty END_TIME

DURATION

public static final HistoricProcessInstanceQueryProperty DURATION
Constructor Detail

HistoricProcessInstanceQueryProperty

public HistoricProcessInstanceQueryProperty(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface QueryProperty

findByName

public static HistoricProcessInstanceQueryProperty findByName(String propertyName)


Copyright © 2014 camunda services GmbH. All Rights Reserved.