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.QueryPropertyContains 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 ContentItemQueryPropertyCREATED_DATEstatic ContentItemQueryPropertyTENANT_IDstatic ContentItemQueryPropertyVERSION
-
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 ContentItemQueryPropertyfindByName(java.lang.String propertyName)java.lang.StringgetName()
-
-
-
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:
getNamein interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
public static ContentItemQueryProperty findByName(java.lang.String propertyName)
-
-