org.jasig.portal.groups
Interface IGroupConstants

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

public interface IGroupConstants

Defines constants for Groups related classes

Version:
$Revision: 1.4 $
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

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

CHANNEL_CATEGORIES

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

PORTAL_ADMINISTRATORS

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

IS

static final int IS
See Also:
Constant Field Values

STARTS_WITH

static final int STARTS_WITH
See Also:
Constant Field Values

ENDS_WITH

static final int ENDS_WITH
See Also:
Constant Field Values

CONTAINS

static final int CONTAINS
See Also:
Constant Field Values

NODE_SEPARATOR

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