org.camunda.bpm.engine.impl
Class HistoricCaseInstanceQueryProperty

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

public class HistoricCaseInstanceQueryProperty
extends Object
implements QueryProperty

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

Author:
Sebastian Menski
See Also:
Serialized Form

Field Summary
static HistoricCaseInstanceQueryProperty BUSINESS_KEY
           
static HistoricCaseInstanceQueryProperty CLOSE_TIME
           
static HistoricCaseInstanceQueryProperty CREATE_TIME
           
static HistoricCaseInstanceQueryProperty DURATION
           
static HistoricCaseInstanceQueryProperty PROCESS_DEFINITION_ID
           
static HistoricCaseInstanceQueryProperty PROCESS_INSTANCE_ID_
           
 
Constructor Summary
HistoricCaseInstanceQueryProperty(String name)
           
 
Method Summary
static HistoricCaseInstanceQueryProperty 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 HistoricCaseInstanceQueryProperty PROCESS_INSTANCE_ID_

PROCESS_DEFINITION_ID

public static final HistoricCaseInstanceQueryProperty PROCESS_DEFINITION_ID

BUSINESS_KEY

public static final HistoricCaseInstanceQueryProperty BUSINESS_KEY

CREATE_TIME

public static final HistoricCaseInstanceQueryProperty CREATE_TIME

CLOSE_TIME

public static final HistoricCaseInstanceQueryProperty CLOSE_TIME

DURATION

public static final HistoricCaseInstanceQueryProperty DURATION
Constructor Detail

HistoricCaseInstanceQueryProperty

public HistoricCaseInstanceQueryProperty(String name)
Method Detail

getName

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

findByName

public static HistoricCaseInstanceQueryProperty findByName(String propertyName)


Copyright © 2014 camunda services GmbH. All rights reserved.