com.plumtree.server
Class PT_ACTIVITY_RIGHTS

java.lang.Object
  extended by com.plumtree.server.PT_ACTIVITY_RIGHTS

public final class PT_ACTIVITY_RIGHTS
extends java.lang.Object

This list includes all of the standard Activity Rights supported by Plumtree.

Author:
michaels
See Also:
IPTUserGroup, IPTActivityGroups

Field Summary
static int PT_ACTIVITY_RIGHT_ACCESS_ADMINISTRATION
           
static int PT_ACTIVITY_RIGHT_ACCESS_SEARCH_SERVER_TUNING
           
static int PT_ACTIVITY_RIGHT_ACCESS_SUBPORTAL_RULES_MANAGER
           
static int PT_ACTIVITY_RIGHT_ACCESS_UNCLASSIFIED_FOLDER
           
static int PT_ACTIVITY_RIGHT_ACCESS_UTILITIES
           
static int PT_ACTIVITY_RIGHT_CREATE_ACTIVITIES
           
static int PT_ACTIVITY_RIGHT_CREATE_ADMINFOLDERS
           
static int PT_ACTIVITY_RIGHT_CREATE_AUTHSOURCES
           
static int PT_ACTIVITY_RIGHT_CREATE_COMMUNITIES
           
static int PT_ACTIVITY_RIGHT_CREATE_COMMUNITY_INFRASTRUCTURE
           
static int PT_ACTIVITY_RIGHT_CREATE_CRAWLERS
           
static int PT_ACTIVITY_RIGHT_CREATE_DATASOURCES
           
static int PT_ACTIVITY_RIGHT_CREATE_DOCTYPES
           
static int PT_ACTIVITY_RIGHT_CREATE_EXTOPERATIONS
           
static int PT_ACTIVITY_RIGHT_CREATE_FILTERS
           
static int PT_ACTIVITY_RIGHT_CREATE_FOLDERS
           
static int PT_ACTIVITY_RIGHT_CREATE_GROUPS
           
static int PT_ACTIVITY_RIGHT_CREATE_INVITATIONS
           
static int PT_ACTIVITY_RIGHT_CREATE_JOBS
           
static int PT_ACTIVITY_RIGHT_CREATE_NETWORKSEARCHES
           
static int PT_ACTIVITY_RIGHT_CREATE_PORTLETS
           
static int PT_ACTIVITY_RIGHT_CREATE_PROFILESOURCES
           
static int PT_ACTIVITY_RIGHT_CREATE_PROPERTIES
           
static int PT_ACTIVITY_RIGHT_CREATE_SAVEDSEARCHES
           
static int PT_ACTIVITY_RIGHT_CREATE_SUBPORTALS
           
static int PT_ACTIVITY_RIGHT_CREATE_TAXONOMISTS
           
static int PT_ACTIVITY_RIGHT_CREATE_USERS
           
static int PT_ACTIVITY_RIGHT_CREATE_WEBSERVICE_INFRASTRUCTURE
           
static int PT_ACTIVITY_RIGHT_DELEGATE_RIGHTS
           
static int PT_ACTIVITY_RIGHT_EDIT_DOCUMENT_DIRECTORY
           
static int PT_ACTIVITY_RIGHT_EDIT_OWN_PROFILE
           
static int PT_ACTIVITY_RIGHT_EDIT_PROFILE_LAYOUT
           
static int PT_ACTIVITY_RIGHT_EDIT_USERINFO_MAP
           
static int PT_ACTIVITY_RIGHT_NONE
           
static int PT_ACTIVITY_RIGHT_PROPAGATE_SECURITY
           
static int PT_ACTIVITY_RIGHT_SELFSELECTING_EXPERTS
           
static int PT_ACTIVITY_RIGHT_USE_ADVANCEDDOCSUBMISSION
           
 
Constructor Summary
PT_ACTIVITY_RIGHTS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_ACTIVITY_RIGHT_NONE

public static final int PT_ACTIVITY_RIGHT_NONE
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_ACTIVITIES

public static final int PT_ACTIVITY_RIGHT_CREATE_ACTIVITIES
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_ADMINFOLDERS

public static final int PT_ACTIVITY_RIGHT_CREATE_ADMINFOLDERS
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_AUTHSOURCES

public static final int PT_ACTIVITY_RIGHT_CREATE_AUTHSOURCES
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_COMMUNITIES

public static final int PT_ACTIVITY_RIGHT_CREATE_COMMUNITIES
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_COMMUNITY_INFRASTRUCTURE

public static final int PT_ACTIVITY_RIGHT_CREATE_COMMUNITY_INFRASTRUCTURE
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_CRAWLERS

public static final int PT_ACTIVITY_RIGHT_CREATE_CRAWLERS
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_DATASOURCES

public static final int PT_ACTIVITY_RIGHT_CREATE_DATASOURCES
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_DOCTYPES

public static final int PT_ACTIVITY_RIGHT_CREATE_DOCTYPES
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_EXTOPERATIONS

public static final int PT_ACTIVITY_RIGHT_CREATE_EXTOPERATIONS
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_FILTERS

public static final int PT_ACTIVITY_RIGHT_CREATE_FILTERS
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_FOLDERS

public static final int PT_ACTIVITY_RIGHT_CREATE_FOLDERS
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_GROUPS

public static final int PT_ACTIVITY_RIGHT_CREATE_GROUPS
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_INVITATIONS

public static final int PT_ACTIVITY_RIGHT_CREATE_INVITATIONS
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_JOBS

public static final int PT_ACTIVITY_RIGHT_CREATE_JOBS
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_NETWORKSEARCHES

public static final int PT_ACTIVITY_RIGHT_CREATE_NETWORKSEARCHES
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_PORTLETS

public static final int PT_ACTIVITY_RIGHT_CREATE_PORTLETS
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_WEBSERVICE_INFRASTRUCTURE

public static final int PT_ACTIVITY_RIGHT_CREATE_WEBSERVICE_INFRASTRUCTURE
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_PROFILESOURCES

public static final int PT_ACTIVITY_RIGHT_CREATE_PROFILESOURCES
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_PROPERTIES

public static final int PT_ACTIVITY_RIGHT_CREATE_PROPERTIES
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_SAVEDSEARCHES

public static final int PT_ACTIVITY_RIGHT_CREATE_SAVEDSEARCHES
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_SUBPORTALS

public static final int PT_ACTIVITY_RIGHT_CREATE_SUBPORTALS
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_TAXONOMISTS

public static final int PT_ACTIVITY_RIGHT_CREATE_TAXONOMISTS
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_CREATE_USERS

public static final int PT_ACTIVITY_RIGHT_CREATE_USERS
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_ACCESS_ADMINISTRATION

public static final int PT_ACTIVITY_RIGHT_ACCESS_ADMINISTRATION
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_ACCESS_UTILITIES

public static final int PT_ACTIVITY_RIGHT_ACCESS_UTILITIES
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_EDIT_DOCUMENT_DIRECTORY

public static final int PT_ACTIVITY_RIGHT_EDIT_DOCUMENT_DIRECTORY
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_DELEGATE_RIGHTS

public static final int PT_ACTIVITY_RIGHT_DELEGATE_RIGHTS
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_SELFSELECTING_EXPERTS

public static final int PT_ACTIVITY_RIGHT_SELFSELECTING_EXPERTS
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_USE_ADVANCEDDOCSUBMISSION

public static final int PT_ACTIVITY_RIGHT_USE_ADVANCEDDOCSUBMISSION
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_EDIT_USERINFO_MAP

public static final int PT_ACTIVITY_RIGHT_EDIT_USERINFO_MAP
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_EDIT_PROFILE_LAYOUT

public static final int PT_ACTIVITY_RIGHT_EDIT_PROFILE_LAYOUT
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_EDIT_OWN_PROFILE

public static final int PT_ACTIVITY_RIGHT_EDIT_OWN_PROFILE
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_ACCESS_UNCLASSIFIED_FOLDER

public static final int PT_ACTIVITY_RIGHT_ACCESS_UNCLASSIFIED_FOLDER
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_ACCESS_SEARCH_SERVER_TUNING

public static final int PT_ACTIVITY_RIGHT_ACCESS_SEARCH_SERVER_TUNING
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_ACCESS_SUBPORTAL_RULES_MANAGER

public static final int PT_ACTIVITY_RIGHT_ACCESS_SUBPORTAL_RULES_MANAGER
See Also:
Constant Field Values

PT_ACTIVITY_RIGHT_PROPAGATE_SECURITY

public static final int PT_ACTIVITY_RIGHT_PROPAGATE_SECURITY
See Also:
Constant Field Values
Constructor Detail

PT_ACTIVITY_RIGHTS

public PT_ACTIVITY_RIGHTS()