Class WorkInstanceQueryProperty
- java.lang.Object
-
- com.flowable.platform.engine.impl.work.WorkInstanceQueryProperty
-
public class WorkInstanceQueryProperty extends Object
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description static QueryProperty
END_TIME
static QueryProperty
NAME
static QueryProperty
START_TIME
-
Constructor Summary
Constructors Constructor Description WorkInstanceQueryProperty()
-
-
-
Field Detail
-
START_TIME
public static final QueryProperty START_TIME
-
END_TIME
public static final QueryProperty END_TIME
-
NAME
public static final QueryProperty NAME
-
-