Package com.flowable.idm.engine.impl
Class UserAccountDefinitionQueryProperty
- java.lang.Object
-
- com.flowable.idm.engine.impl.UserAccountDefinitionQueryProperty
-
- All Implemented Interfaces:
Serializable
,QueryProperty
public class UserAccountDefinitionQueryProperty extends Object implements QueryProperty
- Author:
- Filip Hrisafov
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static UserAccountDefinitionQueryProperty
USER_ACCOUNT_DEFINITION_ID
static UserAccountDefinitionQueryProperty
USER_ACCOUNT_DEFINITION_KEY
static UserAccountDefinitionQueryProperty
USER_ACCOUNT_DEFINITION_NAME
-
Constructor Summary
Constructors Constructor Description UserAccountDefinitionQueryProperty(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserAccountDefinitionQueryProperty
findByName(String propertyName)
String
getName()
-
-
-
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
-
-
Constructor Detail
-
UserAccountDefinitionQueryProperty
public UserAccountDefinitionQueryProperty(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceQueryProperty
-
findByName
public static UserAccountDefinitionQueryProperty findByName(String propertyName)
-
-