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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentItemQueryProperty
findByName(java.lang.String propertyName)
java.lang.String
getName()
-
-
-
Field Detail
-
CREATED_DATE
public static final ContentItemQueryProperty CREATED_DATE
-
TENANT_ID
public static final ContentItemQueryProperty TENANT_ID
-
VERSION
public static final ContentItemQueryProperty VERSION
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
public static ContentItemQueryProperty findByName(java.lang.String propertyName)
-
-