Package com.flowable.content.engine.impl
Class ContentItemQueryProperty
- java.lang.Object
-
- com.flowable.content.engine.impl.ContentItemQueryProperty
-
- All Implemented Interfaces:
Serializable
,QueryProperty
public class ContentItemQueryProperty extends Object implements 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(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentItemQueryProperty
findByName(String propertyName)
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
-
-
Constructor Detail
-
ContentItemQueryProperty
public ContentItemQueryProperty(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceQueryProperty
-
findByName
public static ContentItemQueryProperty findByName(String propertyName)
-
-