org.jasig.portal.layout.restrictions.alm
Interface RestrictionTypes


public interface RestrictionTypes

RestrictionTypes is an interface containing the restriction types. Prior to uPortal 2.5, this class existed in the package org.jasig.portal.layout.restrictions. It was moved to its present package to reflect that it is part of Aggregated Layouts.

Version:
$Revision: 1.1 $
Author:
Michael Ivanov

Field Summary
static java.lang.String DEPTH_RESTRICTION
           
static java.lang.String GROUP_RESTRICTION
           
static java.lang.String HIDDEN_RESTRICTION
           
static java.lang.String IMMUTABLE_RESTRICTION
           
static java.lang.String PRIORITY_RESTRICTION
           
static java.lang.String UNREMOVABLE_RESTRICTION
           
 

Field Detail

PRIORITY_RESTRICTION

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

DEPTH_RESTRICTION

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

GROUP_RESTRICTION

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

IMMUTABLE_RESTRICTION

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

UNREMOVABLE_RESTRICTION

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

HIDDEN_RESTRICTION

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