Class PageDefinitionQueryProperty
- java.lang.Object
-
- com.flowable.app.engine.impl.repository.PageDefinitionQueryProperty
-
- All Implemented Interfaces:
Serializable
,QueryProperty
public class PageDefinitionQueryProperty extends Object implements QueryProperty
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PageDefinitionQueryProperty
PAGE_DEFINITION_APP_KEY
static PageDefinitionQueryProperty
PAGE_DEFINITION_KEY
static PageDefinitionQueryProperty
PAGE_DEFINITION_NAME
-
Constructor Summary
Constructors Constructor Description PageDefinitionQueryProperty(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PageDefinitionQueryProperty
findByName(String propertyName)
String
getName()
-
-
-
Field Detail
-
PAGE_DEFINITION_APP_KEY
public static final PageDefinitionQueryProperty PAGE_DEFINITION_APP_KEY
-
PAGE_DEFINITION_NAME
public static final PageDefinitionQueryProperty PAGE_DEFINITION_NAME
-
PAGE_DEFINITION_KEY
public static final PageDefinitionQueryProperty PAGE_DEFINITION_KEY
-
-
Constructor Detail
-
PageDefinitionQueryProperty
public PageDefinitionQueryProperty(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceQueryProperty
-
findByName
public static PageDefinitionQueryProperty findByName(String propertyName)
-
-