Class DocumentDefinitionQueryProperty
java.lang.Object
com.flowable.content.engine.impl.repository.DocumentDefinitionQueryProperty
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.api.query.QueryProperty
public class DocumentDefinitionQueryProperty
extends java.lang.Object
implements org.flowable.common.engine.api.query.QueryProperty
- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static DocumentDefinitionQueryProperty
DOCUMENT_DEFINITION_CATEGORY
static DocumentDefinitionQueryProperty
DOCUMENT_DEFINITION_DEPLOYMENT_ID
static DocumentDefinitionQueryProperty
DOCUMENT_DEFINITION_ID
static DocumentDefinitionQueryProperty
DOCUMENT_DEFINITION_KEY
static DocumentDefinitionQueryProperty
DOCUMENT_DEFINITION_NAME
static DocumentDefinitionQueryProperty
DOCUMENT_DEFINITION_TENANT_ID
static DocumentDefinitionQueryProperty
DOCUMENT_DEFINITION_VERSION
-
Constructor Summary
Constructors Constructor Description DocumentDefinitionQueryProperty(java.lang.String name)
-
Method Summary
Modifier and Type Method Description static DocumentDefinitionQueryProperty
findByName(java.lang.String propertyName)
java.lang.String
getName()
-
Field Details
-
Constructor Details
-
DocumentDefinitionQueryProperty
public DocumentDefinitionQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
-