Class MilestoneInstanceQueryProperty
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.runtime.MilestoneInstanceQueryProperty
-
- All Implemented Interfaces:
Serializable,QueryProperty
public class MilestoneInstanceQueryProperty extends Object implements QueryProperty
- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static MilestoneInstanceQueryPropertyMILESTONE_NAMEstatic MilestoneInstanceQueryPropertyMILESTONE_TIMESTAMP
-
Constructor Summary
Constructors Constructor Description MilestoneInstanceQueryProperty(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MilestoneInstanceQueryPropertyfindByName(String propertyName)StringgetName()
-
-
-
Field Detail
-
MILESTONE_NAME
public static final MilestoneInstanceQueryProperty MILESTONE_NAME
-
MILESTONE_TIMESTAMP
public static final MilestoneInstanceQueryProperty MILESTONE_TIMESTAMP
-
-
Constructor Detail
-
MilestoneInstanceQueryProperty
public MilestoneInstanceQueryProperty(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceQueryProperty
-
findByName
public static MilestoneInstanceQueryProperty findByName(String propertyName)
-
-