uPortal 2.4.1
API Documentation

org.jasig.portal.groups
Interface IGroupConstants

All Known Subinterfaces:
IEntityGroupStore, ITypedEntitySearcher
All Known Implementing Classes:
CompositeEntityIdentifier, FileSystemGroupStore, GroupService, LDAPGroupStore, PersonAttributesGroupStore, RDBMChannelDefSearcher, RDBMEntityGroupStore, RDBMPersonSearcher

public interface IGroupConstants

Defines constants for Groups related classes

Version:
$Revision: 1.3 $
Author:
Alex Vigdor

Field Summary
static java.lang.String CHANNEL_CATEGORIES
           
static int CONTAINS
           
static int ENDS_WITH
           
static java.lang.String EVERYONE
           
static int IS
           
static java.lang.String NODE_SEPARATOR
           
static java.lang.String PORTAL_ADMINISTRATORS
           
static int STARTS_WITH
           
 

Field Detail

EVERYONE

public static final java.lang.String EVERYONE
See Also:
Constant Field Values

CHANNEL_CATEGORIES

public static final java.lang.String CHANNEL_CATEGORIES
See Also:
Constant Field Values

PORTAL_ADMINISTRATORS

public static final java.lang.String PORTAL_ADMINISTRATORS
See Also:
Constant Field Values

IS

public static final int IS
See Also:
Constant Field Values

STARTS_WITH

public static final int STARTS_WITH
See Also:
Constant Field Values

ENDS_WITH

public static final int ENDS_WITH
See Also:
Constant Field Values

CONTAINS

public static final int CONTAINS
See Also:
Constant Field Values

NODE_SEPARATOR

public static final java.lang.String NODE_SEPARATOR
See Also:
Constant Field Values

uPortal 2.4.1
API Documentation