Class WorkObjectQueryProperty
java.lang.Object
com.flowable.workobject.engine.impl.WorkObjectQueryProperty
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.api.query.QueryProperty
public class WorkObjectQueryProperty
extends java.lang.Object
implements org.flowable.common.engine.api.query.QueryProperty
Contains the possible properties that can be used in a
WorkObjectDefinitionQuery
.- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static WorkObjectQueryProperty
DEPLOYMENT_ID
static WorkObjectQueryProperty
WORKOBJECT_ID
static WorkObjectQueryProperty
WORKOBJECT_NAME
static WorkObjectQueryProperty
WORKOBJECT_TENANT_ID
-
Constructor Summary
Constructors Constructor Description WorkObjectQueryProperty(java.lang.String name)
-
Method Summary
Modifier and Type Method Description static WorkObjectQueryProperty
findByName(java.lang.String propertyName)
java.lang.String
getName()
-
Field Details
-
Constructor Details
-
WorkObjectQueryProperty
public WorkObjectQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
-