Class TaskWrapperQueryProperty
- java.lang.Object
-
- org.openiam.workflow.activiti.custom.TaskWrapperQueryProperty
-
- All Implemented Interfaces:
Serializable
,org.activiti.engine.query.QueryProperty
public class TaskWrapperQueryProperty extends Object implements org.activiti.engine.query.QueryProperty
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static TaskWrapperQueryProperty
CREATE_DATE
static TaskWrapperQueryProperty
REQUEST_ID
-
Constructor Summary
Constructors Constructor Description TaskWrapperQueryProperty(String name)
-
-
-
Field Detail
-
REQUEST_ID
public static final TaskWrapperQueryProperty REQUEST_ID
-
CREATE_DATE
public static final TaskWrapperQueryProperty CREATE_DATE
-
-
Constructor Detail
-
TaskWrapperQueryProperty
public TaskWrapperQueryProperty(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.activiti.engine.query.QueryProperty
-
-