org.camunda.bpm.engine.impl
Class GroupQueryProperty

java.lang.Object
  extended by 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

Field Summary
static GroupQueryProperty GROUP_ID
           
static GroupQueryProperty NAME
           
static GroupQueryProperty TYPE
           
 
Constructor Summary
GroupQueryProperty(String name)
           
 
Method Summary
static GroupQueryProperty findByName(String propertyName)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUP_ID

public static final GroupQueryProperty GROUP_ID

NAME

public static final GroupQueryProperty NAME

TYPE

public static final GroupQueryProperty TYPE
Constructor Detail

GroupQueryProperty

public GroupQueryProperty(String name)
Method Detail

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.