uPortal 2.4.1
API Documentation

org.jasig.portal.layout.restrictions
Interface RestrictionTypes


public interface RestrictionTypes

RestrictionTypes is an interface containing the restriction types.

Version:
$Revision: 1.3 $
Author:
Michael Ivanov

Field Summary
static int DEPTH_RESTRICTION
           
static int GROUP_RESTRICTION
           
static int HIDDEN_RESTRICTION
           
static int IMMUTABLE_RESTRICTION
           
static int PRIORITY_RESTRICTION
           
static int UNREMOVABLE_RESTRICTION
           
 

Field Detail

PRIORITY_RESTRICTION

public static final int PRIORITY_RESTRICTION
See Also:
Constant Field Values

DEPTH_RESTRICTION

public static final int DEPTH_RESTRICTION
See Also:
Constant Field Values

GROUP_RESTRICTION

public static final int GROUP_RESTRICTION
See Also:
Constant Field Values

IMMUTABLE_RESTRICTION

public static final int IMMUTABLE_RESTRICTION
See Also:
Constant Field Values

UNREMOVABLE_RESTRICTION

public static final int UNREMOVABLE_RESTRICTION
See Also:
Constant Field Values

HIDDEN_RESTRICTION

public static final int HIDDEN_RESTRICTION
See Also:
Constant Field Values

uPortal 2.4.1
API Documentation