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