org.camunda.bpm.engine.impl
Class GroupQueryProperty
java.lang.Object
org.camunda.bpm.engine.impl.GroupQueryProperty
- All Implemented Interfaces:
- Serializable, QueryProperty
public class GroupQueryProperty
- extends Object
- implements QueryProperty
Contains the possible properties that can be used by the GroupQuery.
- Author:
- Joram Barrez
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GROUP_ID
public static final GroupQueryProperty GROUP_ID
NAME
public static final GroupQueryProperty NAME
TYPE
public static final GroupQueryProperty TYPE
GroupQueryProperty
public GroupQueryProperty(String name)
getName
public String getName()
- Specified by:
getName in interface QueryProperty
findByName
public static GroupQueryProperty findByName(String propertyName)
Copyright © 2014 camunda services GmbH. All rights reserved.