Package com.flowable.idm.engine.impl
Class UserDefinitionQueryProperty
java.lang.Object
com.flowable.idm.engine.impl.UserDefinitionQueryProperty
- All Implemented Interfaces:
java.io.Serializable,org.flowable.common.engine.api.query.QueryProperty
public class UserDefinitionQueryProperty
extends java.lang.Object
implements org.flowable.common.engine.api.query.QueryProperty
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static UserDefinitionQueryPropertyUSER_DEFINITION_IDstatic UserDefinitionQueryPropertyUSER_DEFINITION_KEYstatic UserDefinitionQueryPropertyUSER_DEFINITION_NAME -
Constructor Summary
Constructors Constructor Description UserDefinitionQueryProperty(java.lang.String name) -
Method Summary
Modifier and Type Method Description static UserDefinitionQueryPropertyfindByName(java.lang.String propertyName)java.lang.StringgetName()
-
Field Details
-
Constructor Details
-
UserDefinitionQueryProperty
public UserDefinitionQueryProperty(java.lang.String name)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getNamein interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
-