org.camunda.bpm.engine.impl
Class HistoricProcessInstanceQueryProperty
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
HistoricProcessInstanceQueryProperty
public HistoricProcessInstanceQueryProperty(String name)
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.