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 WorkObjectQueryPropertyDEPLOYMENT_IDstatic WorkObjectQueryPropertyWORKOBJECT_IDstatic WorkObjectQueryPropertyWORKOBJECT_NAMEstatic WorkObjectQueryPropertyWORKOBJECT_TENANT_ID -
Constructor Summary
Constructors Constructor Description WorkObjectQueryProperty(java.lang.String name) -
Method Summary
Modifier and Type Method Description static WorkObjectQueryPropertyfindByName(java.lang.String propertyName)java.lang.StringgetName()
-
Field Details
-
Constructor Details
-
WorkObjectQueryProperty
public WorkObjectQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getNamein interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
-