Class CaseInstanceQueryProperty
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.runtime.CaseInstanceQueryProperty
-
- All Implemented Interfaces:
Serializable,QueryProperty
public class CaseInstanceQueryProperty extends Object implements QueryProperty
- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static CaseInstanceQueryPropertyCASE_DEFINITION_IDstatic CaseInstanceQueryPropertyCASE_DEFINITION_KEYstatic CaseInstanceQueryPropertyCASE_INSTANCE_IDstatic CaseInstanceQueryPropertyCASE_START_TIMEstatic CaseInstanceQueryPropertyTENANT_ID
-
Constructor Summary
Constructors Constructor Description CaseInstanceQueryProperty(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CaseInstanceQueryPropertyfindByName(String propertyName)StringgetName()
-
-
-
Field Detail
-
CASE_INSTANCE_ID
public static final CaseInstanceQueryProperty CASE_INSTANCE_ID
-
CASE_DEFINITION_KEY
public static final CaseInstanceQueryProperty CASE_DEFINITION_KEY
-
CASE_DEFINITION_ID
public static final CaseInstanceQueryProperty CASE_DEFINITION_ID
-
CASE_START_TIME
public static final CaseInstanceQueryProperty CASE_START_TIME
-
TENANT_ID
public static final CaseInstanceQueryProperty TENANT_ID
-
-
Constructor Detail
-
CaseInstanceQueryProperty
public CaseInstanceQueryProperty(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceQueryProperty
-
findByName
public static CaseInstanceQueryProperty findByName(String propertyName)
-
-