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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserAccountDefinitionQueryPropertyfindByName(java.lang.String propertyName)java.lang.StringgetName()
-
-
-
Field Detail
-
USER_ACCOUNT_DEFINITION_KEY
public static final UserAccountDefinitionQueryProperty USER_ACCOUNT_DEFINITION_KEY
-
USER_ACCOUNT_DEFINITION_ID
public static final UserAccountDefinitionQueryProperty USER_ACCOUNT_DEFINITION_ID
-
USER_ACCOUNT_DEFINITION_NAME
public static final UserAccountDefinitionQueryProperty USER_ACCOUNT_DEFINITION_NAME
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceorg.flowable.common.engine.api.query.QueryProperty
-
findByName
public static UserAccountDefinitionQueryProperty findByName(java.lang.String propertyName)
-
-