Class TemplateDefinitionQueryProperty
- java.lang.Object
-
- com.flowable.template.engine.impl.repository.TemplateDefinitionQueryProperty
-
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.api.query.QueryProperty
public class TemplateDefinitionQueryProperty extends java.lang.Object implements org.flowable.common.engine.api.query.QueryProperty
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
name
static TemplateDefinitionQueryProperty
TEMPLATE_DEFINITION_NAME
static TemplateDefinitionQueryProperty
TEMPLATE_DEFINITION_VERSION
-
Constructor Summary
Constructors Constructor Description TemplateDefinitionQueryProperty(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
-
-
-
Field Detail
-
TEMPLATE_DEFINITION_NAME
public static final TemplateDefinitionQueryProperty TEMPLATE_DEFINITION_NAME
-
TEMPLATE_DEFINITION_VERSION
public static final TemplateDefinitionQueryProperty TEMPLATE_DEFINITION_VERSION
-
name
protected java.lang.String name
-
-