Class HistoricCaseInstanceQueryProperty
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.history.HistoricCaseInstanceQueryProperty
-
- All Implemented Interfaces:
Serializable,QueryProperty
public class HistoricCaseInstanceQueryProperty extends Object implements QueryProperty
- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static HistoricCaseInstanceQueryPropertyCASE_DEFINITION_IDstatic HistoricCaseInstanceQueryPropertyCASE_DEFINITION_KEYstatic HistoricCaseInstanceQueryPropertyCASE_END_TIMEstatic HistoricCaseInstanceQueryPropertyCASE_INSTANCE_IDstatic HistoricCaseInstanceQueryPropertyCASE_INSTANCE_NAMEstatic HistoricCaseInstanceQueryPropertyCASE_START_TIMEstatic HistoricCaseInstanceQueryPropertyTENANT_ID
-
Constructor Summary
Constructors Constructor Description HistoricCaseInstanceQueryProperty(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistoricCaseInstanceQueryPropertyfindByName(String propertyName)StringgetName()
-
-
-
Field Detail
-
CASE_INSTANCE_ID
public static final HistoricCaseInstanceQueryProperty CASE_INSTANCE_ID
-
CASE_DEFINITION_KEY
public static final HistoricCaseInstanceQueryProperty CASE_DEFINITION_KEY
-
CASE_DEFINITION_ID
public static final HistoricCaseInstanceQueryProperty CASE_DEFINITION_ID
-
CASE_INSTANCE_NAME
public static final HistoricCaseInstanceQueryProperty CASE_INSTANCE_NAME
-
CASE_START_TIME
public static final HistoricCaseInstanceQueryProperty CASE_START_TIME
-
CASE_END_TIME
public static final HistoricCaseInstanceQueryProperty CASE_END_TIME
-
TENANT_ID
public static final HistoricCaseInstanceQueryProperty TENANT_ID
-
-
Constructor Detail
-
HistoricCaseInstanceQueryProperty
public HistoricCaseInstanceQueryProperty(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceQueryProperty
-
findByName
public static HistoricCaseInstanceQueryProperty findByName(String propertyName)
-
-