org.jasig.portal.groups
Interface IGroupConstants

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

public interface IGroupConstants

Defines constants for Groups related classes

Version:
$Revision: 19776 $
Author:
Alex Vigdor

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

Field Detail

EVERYONE

static final String EVERYONE

CHANNEL_CATEGORIES

static final String CHANNEL_CATEGORIES

PORTAL_ADMINISTRATORS

static final String PORTAL_ADMINISTRATORS

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 String NODE_SEPARATOR
See Also:
Constant Field Values


Copyright © 2010 Jasig. All Rights Reserved.