org.camunda.bpm.engine.impl
Class HistoricIncidentQueryProperty

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

public class HistoricIncidentQueryProperty
extends Object
implements QueryProperty

Author:
Roman Smirnov
See Also:
Serialized Form

Field Summary
static IncidentQueryProperty ACTIVITY_ID
           
static IncidentQueryProperty CAUSE_INCIDENT_ID
           
static IncidentQueryProperty CONFIGURATION
           
static IncidentQueryProperty EXECUTION_ID
           
static IncidentQueryProperty INCIDENT_CREATE_TIME
           
static IncidentQueryProperty INCIDENT_END_TIME
           
static IncidentQueryProperty INCIDENT_ID
           
static IncidentQueryProperty INCIDENT_TYPE
           
static IncidentQueryProperty PROCESS_DEFINITION_ID
           
static IncidentQueryProperty PROCESS_INSTANCE_ID
           
static IncidentQueryProperty ROOT_CAUSE_INCIDENT_ID
           
 
Constructor Summary
HistoricIncidentQueryProperty(String name)
           
 
Method Summary
static HistoricIncidentQueryProperty 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

INCIDENT_ID

public static final IncidentQueryProperty INCIDENT_ID

INCIDENT_CREATE_TIME

public static final IncidentQueryProperty INCIDENT_CREATE_TIME

INCIDENT_END_TIME

public static final IncidentQueryProperty INCIDENT_END_TIME

INCIDENT_TYPE

public static final IncidentQueryProperty INCIDENT_TYPE

EXECUTION_ID

public static final IncidentQueryProperty EXECUTION_ID

ACTIVITY_ID

public static final IncidentQueryProperty ACTIVITY_ID

PROCESS_INSTANCE_ID

public static final IncidentQueryProperty PROCESS_INSTANCE_ID

PROCESS_DEFINITION_ID

public static final IncidentQueryProperty PROCESS_DEFINITION_ID

CAUSE_INCIDENT_ID

public static final IncidentQueryProperty CAUSE_INCIDENT_ID

ROOT_CAUSE_INCIDENT_ID

public static final IncidentQueryProperty ROOT_CAUSE_INCIDENT_ID

CONFIGURATION

public static final IncidentQueryProperty CONFIGURATION
Constructor Detail

HistoricIncidentQueryProperty

public HistoricIncidentQueryProperty(String name)
Method Detail

getName

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

findByName

public static HistoricIncidentQueryProperty findByName(String propertyName)


Copyright © 2014 camunda services GmbH. All rights reserved.