com.atlassian.crowd.search.query.entity.restriction.constants
Class GroupTermKeys

java.lang.Object
  extended by com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys

public class GroupTermKeys
extends java.lang.Object

Represents attributes of a group.


Field Summary
static Property<java.lang.Boolean> ACTIVE
           
static java.lang.Iterable<Property<?>> ALL_GROUP_PROPERTIES
           
static Property<java.util.Date> CREATED_DATE
           
static Property<java.lang.String> NAME
           
static Property<java.util.Date> UPDATED_DATE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final Property<java.lang.String> NAME

ACTIVE

public static final Property<java.lang.Boolean> ACTIVE

CREATED_DATE

public static final Property<java.util.Date> CREATED_DATE

UPDATED_DATE

public static final Property<java.util.Date> UPDATED_DATE

ALL_GROUP_PROPERTIES

public static final java.lang.Iterable<Property<?>> ALL_GROUP_PROPERTIES


Copyright © 2011 Atlassian. All Rights Reserved.