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