Class AppDefinitionQueryProperty
java.lang.Object
com.flowable.app.engine.impl.repository.AppDefinitionQueryProperty
- All Implemented Interfaces:
java.io.Serializable,org.flowable.common.engine.api.query.QueryProperty
public class AppDefinitionQueryProperty
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 AppDefinitionQueryPropertyAPP_DEFINITION_CATEGORYstatic AppDefinitionQueryPropertyAPP_DEFINITION_DEPLOYMENT_IDstatic AppDefinitionQueryPropertyAPP_DEFINITION_IDstatic AppDefinitionQueryPropertyAPP_DEFINITION_KEYstatic AppDefinitionQueryPropertyAPP_DEFINITION_NAMEstatic AppDefinitionQueryPropertyAPP_DEFINITION_TENANT_IDstatic AppDefinitionQueryPropertyAPP_DEFINITION_VERSION -
Constructor Summary
Constructors Constructor Description AppDefinitionQueryProperty(java.lang.String name) -
Method Summary
Modifier and Type Method Description static AppDefinitionQueryPropertyfindByName(java.lang.String propertyName)java.lang.StringgetName()
-
Field Details
-
Constructor Details
-
AppDefinitionQueryProperty
public AppDefinitionQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getNamein interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
-