public class PageDefinitionQueryProperty extends Object implements org.flowable.common.engine.api.query.QueryProperty
| Modifier and Type | Field and Description |
|---|---|
static PageDefinitionQueryProperty |
PAGE_DEFINITION_APP_KEY |
static PageDefinitionQueryProperty |
PAGE_DEFINITION_KEY |
static PageDefinitionQueryProperty |
PAGE_DEFINITION_NAME |
| Constructor and Description |
|---|
PageDefinitionQueryProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
static PageDefinitionQueryProperty |
findByName(String propertyName) |
String |
getName() |
public static final PageDefinitionQueryProperty PAGE_DEFINITION_APP_KEY
public static final PageDefinitionQueryProperty PAGE_DEFINITION_NAME
public static final PageDefinitionQueryProperty PAGE_DEFINITION_KEY
public PageDefinitionQueryProperty(String name)
public String getName()
getName in interface org.flowable.common.engine.api.query.QueryPropertypublic static PageDefinitionQueryProperty findByName(String propertyName)
Copyright © 2019. All rights reserved.