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 Object

Represents attributes of a group.


Field Summary
static Property<Boolean> ACTIVE
           
static Iterable<Property<?>> ALL_GROUP_PROPERTIES
           
static Property<Date> CREATED_DATE
           
static Property<Boolean> LOCAL
           
static Property<String> NAME
           
static Property<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<String> NAME

ACTIVE

public static final Property<Boolean> ACTIVE

CREATED_DATE

public static final Property<Date> CREATED_DATE

UPDATED_DATE

public static final Property<Date> UPDATED_DATE

LOCAL

public static final Property<Boolean> LOCAL

ALL_GROUP_PROPERTIES

public static final Iterable<Property<?>> ALL_GROUP_PROPERTIES


Copyright © 2012 Atlassian. All Rights Reserved.