Package com.flowable.content.engine.impl
Class ContentItemQueryProperty
java.lang.Object
com.flowable.content.engine.impl.ContentItemQueryProperty
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.api.query.QueryProperty
public class ContentItemQueryProperty
extends java.lang.Object
implements org.flowable.common.engine.api.query.QueryProperty
Contains the possible properties that can be used in a ContentItemQuery.
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static ContentItemQueryProperty
CREATED_DATE
static ContentItemQueryProperty
TENANT_ID
static ContentItemQueryProperty
VERSION
-
Constructor Summary
Constructors Constructor Description ContentItemQueryProperty(java.lang.String name)
-
Method Summary
Modifier and Type Method Description static ContentItemQueryProperty
findByName(java.lang.String propertyName)
java.lang.String
getName()
-
Field Details
-
Constructor Details
-
ContentItemQueryProperty
public ContentItemQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
-