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 DocumentDefinitionQueryPropertyDOCUMENT_DEFINITION_CATEGORYstatic DocumentDefinitionQueryPropertyDOCUMENT_DEFINITION_DEPLOYMENT_IDstatic DocumentDefinitionQueryPropertyDOCUMENT_DEFINITION_IDstatic DocumentDefinitionQueryPropertyDOCUMENT_DEFINITION_KEYstatic DocumentDefinitionQueryPropertyDOCUMENT_DEFINITION_NAMEstatic DocumentDefinitionQueryPropertyDOCUMENT_DEFINITION_TENANT_IDstatic DocumentDefinitionQueryPropertyDOCUMENT_DEFINITION_VERSION -
Constructor Summary
Constructors Constructor Description DocumentDefinitionQueryProperty(java.lang.String name) -
Method Summary
Modifier and Type Method Description static DocumentDefinitionQueryPropertyfindByName(java.lang.String propertyName)java.lang.StringgetName()
-
Field Details
-
Constructor Details
-
DocumentDefinitionQueryProperty
public DocumentDefinitionQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getNamein interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
-