A B C D E F G H I L M N P R S T U V

A

activateCommunity(Date, CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityManagerControl
Sets a community active until a specified expiration date.
activateMember(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Activates the CommunityMember associated with the currently authenticated user globally for all Communities.
activateMember(CommunityMemberId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityMemberControl
Activates a disabled CommunityMember globally for all Communities.
activateMembership(CommunityMemberId, CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityMemberControl
Activates a CommunityMembership in the specified CommunityDefinition, making a disabled member able to use the community once again.
addGroupsToRole(String, List<String>, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
This method adds multiple groups to a role definition.
addGroupToGroup(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.addGroupToGroup(parentGroup, childGroup)
addGroupToGroup(String, String) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Add a child group to a group Caller must be in the role of PortalSystemAdminstrator
addGroupToRole(String, String, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
This method adds one group to a role definition.
addLocalizationResource(LocalizationIntersectionId, Locale, String, String, String, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LocalizationControl
Adds a new LocalizationResource
addMembershipCapability(MembershipCapability, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Adds a capability to the CommunityMembership associated with the currently viewed desktop and authenticated user.
addMembershipCapability(CommunityMemberId, CommunityDefinitionId, MembershipCapability, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityMemberControl
Adds a capability (owner, leader or manager) to the CommunityMembership specified.
addNavigable(NavigableDefinitionId, int, BookDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookDefinitionControl
Adds a child page or book (a navigable) to the specified book.
addNavigable(NavigableDefinitionId, int, BookInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookInstanceControl
Adds a child page or book (a navigable) to the specified book.
addNode(ContentContext, int, String, String) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Create a Node in the repository.
addNode(ContentContext, int, String, String, String, Property[]) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Create a Node in the repository.
addPlaceableToPageDefinition(PlaceableDefinitionId, int, int, PageDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
Adds an existing book or portlet to the specified page definition.
addPlaceableToPageInstance(PlaceableDefinitionId, int, int, PageInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageInstanceControl
Adds a book or portlet definition to a page instance.
addPortletDefinition(PortletDefinitionId, PortletCategoryDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Adds a PortletDefinitionId to a portlet category.
addRole(String, String, String, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Method used to add/Create a new role.
addUsersToRole(String, List<String>, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
This method adds multiple users to a role definition.
addUserToGroup(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.addUserToGroup(groupname, username)
addUserToGroup(String, String) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Add a user to a group.
addUserToRole(String, String, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
This method adds one user to a role definition.
addWorkflow(ContentContext, String, String, String, byte[]) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Add a new workflow document to the system.
allOfTheseWords(String[]) - Method in interface com.bea.apps.groupspace.search.controls.FullTextSearchControl
Search text and optionally properties that contain all of these words
AnnouncementsControl - Interface in com.bea.apps.groupspace.announcements.controls
 
AnnouncementsPollerControl - Interface in com.bea.apps.groupspace.announcements.poller.controls
Copyright (c) 2005-2006 by BEA Systems, Inc.
anyOfTheseWords(String[]) - Method in interface com.bea.apps.groupspace.search.controls.FullTextSearchControl
Search text and optionally properties that contain any of these words
asList(SortableFilterablePagedResult<T>) - Method in interface com.bea.apps.groupspace.search.controls.SearchControl
Load all search results into memory and return as a List.
asSet(SortableFilterablePagedResult<T>) - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
Convert to Set.
asSet(SortableFilterablePagedResult<T>) - Method in interface com.bea.apps.groupspace.search.controls.SearchControl
Load all search results into memory and return as a List.
authenticate(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.UserManager
Deprecated Use UserInfoControl.authenticate(username, password)
authenticate(String, String) - Method in interface com.bea.p13n.controls.userInfoQuery.UserInfoControl
Authenticate a user.

B

BookDefinitionControl - Interface in com.bea.portal.tools.portal.controls
A custom control interface used to interact with BookDefinitions.
BookInstanceControl - Interface in com.bea.portal.tools.portal.controls
A custom control interface used to interact with BookInstances.

C

canDelegate(String, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationServiceControl
Determines if the DA role can delegate further and manage or not.
checkIn(ContentContext, ID, VersionableContent) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Checks in the the specified version of the node with the specified id.
checkOut(ContentContext, ID, String) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Check out the specified version of a content node.
cleanExpiredAnnouncements() - Method in interface com.bea.apps.groupspace.announcements.poller.controls.AnnouncementsPollerControl
Cleans up any announcements that have been expired.
cleanupMisconfiguredGroups() - Method in interface com.bea.p13n.controls.ejb.usermgmt.RealmConfiguration
Removes misconfigured groups (those with profiles, but no corresponding group in the authentication provider).
cleanupMisconfiguredGroups() - Method in interface com.bea.p13n.controls.profile.ProfileControl
Removes misconfigured groups.
cleanupMisconfiguredUsers() - Method in interface com.bea.p13n.controls.ejb.usermgmt.RealmConfiguration
Removes misconfigured users (those with profiles, but no corresponding group in the authentication provider).
cleanupMisconfiguredUsers() - Method in interface com.bea.p13n.controls.profile.ProfileControl
Removes misconfigured users.
clearMetadataParameters() - Method in interface com.bea.apps.groupspace.search.controls.FullTextSearchControl
Clear existing metadata parameters on the control
ClickContentEventControl - Interface in com.bea.p13n.controls.events.standard
This control dispatches a 'ClickContentEvent' to the Portal Behavior Tracking System.
clonePortletDefinition(PortletDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletDefinitionControl
Clones and creates new Portlet Definition based on the provided portlet definition id.
CM_Control<T extends com.bea.apps.groupspace.content.CommunityContent> - Interface in com.bea.apps.groupspace.controls.generic
Copyright (c) 2005-2006 by BEA Systems, Inc.
CmBrowserControl - Interface in com.bea.apps.groupspace.cmbrowser.controls
 
CmBrowserFoldersControl - Interface in com.bea.apps.groupspace.cmbrowser.controls
 
CmExpressionSearchControl - Interface in com.bea.apps.groupspace.search.controls
This control is used to generate and execute portal Expression-based searches.
CmExpressionSearchControl.SearchParams - Annotation Type in com.bea.apps.groupspace.search.controls
Set the defaults for search parameters
CmFullTextSearchControl<Node> - Interface in com.bea.apps.groupspace.search.controls
This class is used to build an execute FullTextSearch searches on data that is resides in any CM repository except the GroupSpace content repository.
CmFullTextSearchControl.SearchParams - Annotation Type in com.bea.apps.groupspace.search.controls
Set the defaults for search parameters
CmxControl - Interface in com.bea.content.controls.extensible
Copyright (c) 2005-2006 by BEA Systems, Inc.
CmxControl.Create - Annotation Type in com.bea.content.controls.extensible
Method-level annotation for @ControlExtention methods to Create CM Node & ObjectClass
CmxControl.Delete - Annotation Type in com.bea.content.controls.extensible
Method-level annotation for methods in a @ControlExtension which wish to Delete CM nodes.
CmxControl.DynamicProperties - Annotation Type in com.bea.content.controls.extensible
Parameter-level annotation to mark a parameter as a property
CmxControl.FindBy - Annotation Type in com.bea.content.controls.extensible
Method-level annotation for methods in a @ControlExtension which wish to find CM nodes using an expression.
CmxControl.FindById - Annotation Type in com.bea.content.controls.extensible
Method-level annotation for methods in a @ControlExtension which wish to find CM nodes using an ID...returns a Node.
CmxControl.Id - Annotation Type in com.bea.content.controls.extensible
Parameter-level annotation to mark a parameter as a property
CmxControl.Move - Annotation Type in com.bea.content.controls.extensible
Method-level annotation for methods in a @ControlExtension which wish to Delete CM nodes.
CmxControl.ParentId - Annotation Type in com.bea.content.controls.extensible
Parameter-level annotation to mark a parameter as a property
CmxControl.Property - Annotation Type in com.bea.content.controls.extensible
Parameter-level annotation to mark a parameter as a property
CmxControl.PropertyPair - Class in com.bea.content.controls.extensible
Holds a Property and its corresponding PropertyDefinition
CmxControl.PropertyPair() - Constructor for class com.bea.content.controls.extensible.CmxControl.PropertyPair
 
CmxControl.PropertyPair(Property, PropertyDefinition) - Constructor for class com.bea.content.controls.extensible.CmxControl.PropertyPair
 
CmxControl.RepositoryInfo - Annotation Type in com.bea.content.controls.extensible
Class-level annotation for making a RepositoryInfo available for use within the CmxControlImpl.
CmxControl.SearchPaths - Annotation Type in com.bea.content.controls.extensible
Parameter-level annotation to mark a parameter as a property
CmxControl.SortOrder - Annotation Type in com.bea.content.controls.extensible
Parameter-level annotation to mark a parameter as a property
CmxControl.Update - Annotation Type in com.bea.content.controls.extensible
Method-level annotation for methods in a @ControlExtension which wish to Delete CM nodes.
com.bea.apps.groupspace.announcements.controls - package com.bea.apps.groupspace.announcements.controls
 
com.bea.apps.groupspace.announcements.poller.controls - package com.bea.apps.groupspace.announcements.poller.controls
 
com.bea.apps.groupspace.cmbrowser.controls - package com.bea.apps.groupspace.cmbrowser.controls
 
com.bea.apps.groupspace.controls.generic - package com.bea.apps.groupspace.controls.generic
 
com.bea.apps.groupspace.documents.controls - package com.bea.apps.groupspace.documents.controls
 
com.bea.apps.groupspace.feeds.entries.controls - package com.bea.apps.groupspace.feeds.entries.controls
 
com.bea.apps.groupspace.feeds.folders.controls - package com.bea.apps.groupspace.feeds.folders.controls
 
com.bea.apps.groupspace.issues.controls - package com.bea.apps.groupspace.issues.controls
 
com.bea.apps.groupspace.links.controls - package com.bea.apps.groupspace.links.controls
 
com.bea.apps.groupspace.richtext.controls - package com.bea.apps.groupspace.richtext.controls
 
com.bea.apps.groupspace.search.controls - package com.bea.apps.groupspace.search.controls
 
com.bea.apps.groupspace.search.savedsearch.controls - package com.bea.apps.groupspace.search.savedsearch.controls
 
com.bea.content.controls.extensible - package com.bea.content.controls.extensible
 
com.bea.p13n.controls.createUser - package com.bea.p13n.controls.createUser
 
com.bea.p13n.controls.ejb.events - package com.bea.p13n.controls.ejb.events
 
com.bea.p13n.controls.ejb.property - package com.bea.p13n.controls.ejb.property
 
com.bea.p13n.controls.ejb.usermgmt - package com.bea.p13n.controls.ejb.usermgmt
 
com.bea.p13n.controls.ejb.usermgmt.profile - package com.bea.p13n.controls.ejb.usermgmt.profile
 
com.bea.p13n.controls.events.generic - package com.bea.p13n.controls.events.generic
 
com.bea.p13n.controls.events.standard - package com.bea.p13n.controls.events.standard
 
com.bea.p13n.controls.login - package com.bea.p13n.controls.login
 
com.bea.p13n.controls.profile - package com.bea.p13n.controls.profile
 
com.bea.p13n.controls.rules - package com.bea.p13n.controls.rules
 
com.bea.p13n.controls.securityProvider - package com.bea.p13n.controls.securityProvider
 
com.bea.p13n.controls.userInfoQuery - package com.bea.p13n.controls.userInfoQuery
 
com.bea.portal.tools.content.controls - package com.bea.portal.tools.content.controls
 
com.bea.portal.tools.da.controls - package com.bea.portal.tools.da.controls
 
com.bea.portal.tools.im.controls.discounts - package com.bea.portal.tools.im.controls.discounts
 
com.bea.portal.tools.im.controls.events - package com.bea.portal.tools.im.controls.events
 
com.bea.portal.tools.portal.controls - package com.bea.portal.tools.portal.controls
 
com.bea.portal.tools.wsrp.controls - package com.bea.portal.tools.wsrp.controls
 
CommunityContextControl - Interface in com.bea.portal.tools.portal.controls
Control for contextual Community functionality-- functionality pertaining to the currently authenticated user and the currently viewed community.
communityIsRelatedTo(CommunityDefinition, String) - Method in interface com.bea.apps.groupspace.search.controls.GsKeywordSearchControl
Given this keyword, see whether this community is related to that.
CommunityManagerControl - Interface in com.bea.portal.tools.portal.controls
 
CommunityMemberControl - Interface in com.bea.portal.tools.portal.controls
Control for Community member functionality.
CommunitySearchControl - Interface in com.bea.apps.groupspace.search.controls
This base interface contains methods that may be used by GroupSpace and non-GroupSpace communities.
CommunitySearchControl.CommunitySearchParams - Annotation Type in com.bea.apps.groupspace.search.controls
Scope the search
ContentControlBase<T extends com.bea.apps.groupspace.content.ContentBase,V extends com.bea.apps.groupspace.folders.FolderBase> - Interface in com.bea.apps.groupspace.controls.generic
Copyright (c) 2005-2006 by BEA Systems, Inc.
ContentControlBase.NodeSearchType - Enum in com.bea.apps.groupspace.controls.generic
 
ContentControlBase.Params - Annotation Type in com.bea.apps.groupspace.controls.generic
 
ContentNodeControl - Interface in com.bea.portal.tools.content.controls
Control to represent interface to node methods in content mgmt system.
ContentRepositoryControl - Interface in com.bea.portal.tools.content.controls
Control to represent interface to Content Repository Operations in the Content Mgmt System.
ContentSearchControl - Interface in com.bea.portal.tools.content.controls
Control to represent interface to search methods in content mgmt system.
ContentTypeControl - Interface in com.bea.portal.tools.content.controls
 
ContentVersionControl - Interface in com.bea.portal.tools.content.controls
Control to represent interface to version methods in content mgmt system.
ContentWorkflowControl - Interface in com.bea.portal.tools.content.controls
Control to represent interface to workflow methods in content mgmt system.
copy(ContentContext, ID, ID) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Copy a node.
create(String, String, CommunityContent.Visibility, Calendar, String) - Method in interface com.bea.apps.groupspace.announcements.controls.AnnouncementsControl
Creates an announcement with the effective date of the announcement being set to the current time.
create(String, String, CommunityContent.Visibility, String, Calendar, String, ID) - Method in interface com.bea.apps.groupspace.announcements.controls.AnnouncementsControl
Creates an announcement with the effective date of the announcement being set to the current time.
create(String, String, CommunityContent.Visibility, String, String, String, Calendar, Calendar, String, ID, ID[]) - Method in interface com.bea.apps.groupspace.announcements.controls.AnnouncementsControl
Creates an announcement.
create(String, String, CommunityContent.Visibility, String, String, String, Calendar, Calendar, String, ID, ID[], Set<CmxControl.PropertyPair>) - Method in interface com.bea.apps.groupspace.announcements.controls.AnnouncementsControl
 
create(String, String, CommunityContent.Visibility, String, Folder) - Method in interface com.bea.apps.groupspace.controls.generic.FoldersControl
 
create(String, String, CommunityContent.Visibility, String, ID) - Method in interface com.bea.apps.groupspace.controls.generic.FoldersControl
 
create(String, String, CommunityContent.Visibility, String, String, String, byte[], ID, ID[]) - Method in interface com.bea.apps.groupspace.documents.controls.GsDocControl
 
create(String, String, CommunityContent.Visibility, String, String, String, String, long, byte[], ID, ID[], Set<CmxControl.PropertyPair>) - Method in interface com.bea.apps.groupspace.documents.controls.GsDocControl
 
create(String, CommunityContent.Visibility, String, String, String, String, String, Calendar, String, boolean, FeedFolder) - Method in interface com.bea.apps.groupspace.feeds.entries.controls.FeedEntriesControl
 
create(String, CommunityContent.Visibility, String, String, String, String, String, String, Calendar, String, boolean, FeedFolder, Set<CmxControl.PropertyPair>) - Method in interface com.bea.apps.groupspace.feeds.entries.controls.FeedEntriesControl
 
create(String, String, String) - Method in interface com.bea.apps.groupspace.feeds.folders.controls.FeedFoldersControl
 
create(String, String, CommunityContent.Visibility, String, String, String, Calendar, String, String, long) - Method in interface com.bea.apps.groupspace.feeds.folders.controls.FeedFoldersControl
 
create(String, String, CommunityContent.Visibility, String, String, String, Calendar, String, String, long, Folder) - Method in interface com.bea.apps.groupspace.feeds.folders.controls.FeedFoldersControl
 
create(Folder, String, CommunityContent.Visibility, String, String) - Method in interface com.bea.apps.groupspace.issues.controls.IssuesControl
Creates the issue below the named folder.
create(Folder, String, String, String, CommunityContent.Visibility, String, String, boolean, String, ID[]) - Method in interface com.bea.apps.groupspace.issues.controls.IssuesControl
 
create(Folder, String, String, String, CommunityContent.Visibility, String, String, boolean, String, String, ID[], Set<CmxControl.PropertyPair>) - Method in interface com.bea.apps.groupspace.issues.controls.IssuesControl
 
create(String, String, String, String, CommunityContent.Visibility) - Method in interface com.bea.apps.groupspace.links.controls.LinksControl
Create a new Link, putting it in the named group folder, unless the visibility is personal, in which case it will be ignored.
create(String, String, String, String, String, CommunityContent.Visibility) - Method in interface com.bea.apps.groupspace.links.controls.LinksControl
Create a new Link, putting it in the named group folder, unless the visibility is personal, in which case it will be ignored.
create(String, String, String, CommunityContent.Visibility) - Method in interface com.bea.apps.groupspace.links.controls.LinksControl
Create a new Link that will be put in default group folder.
create(String, String, String, String, CommunityContent.Visibility, ID[]) - Method in interface com.bea.apps.groupspace.links.controls.LinksControl
Create a new Link that has related Community Content.
create(String, String, String, String, String, CommunityContent.Visibility, ID[]) - Method in interface com.bea.apps.groupspace.links.controls.LinksControl
Create a new Link that has related Community Content.
create(String, String, String, CommunityContent.Visibility, ID[], Set<CmxControl.PropertyPair>) - Method in interface com.bea.apps.groupspace.links.controls.LinksControl
Create a new Link that has related Community Content.
create(String, String, String, String, CommunityContent.Visibility, ID[], Set<CmxControl.PropertyPair>) - Method in interface com.bea.apps.groupspace.links.controls.LinksControl
Create a new Link that has related Community Content.
create(String, String, String, CommunityContent.Visibility) - Method in interface com.bea.apps.groupspace.richtext.controls.RichTextControl
 
create(String, String, String, CommunityContent.Visibility, Folder) - Method in interface com.bea.apps.groupspace.richtext.controls.RichTextControl
The parent folder is only relevant for Community and Private visibility.
create(String, String, String, CommunityContent.Visibility, Folder, ID[], Set<CmxControl.PropertyPair>) - Method in interface com.bea.apps.groupspace.richtext.controls.RichTextControl
The parent folder is only relevant for Community and Private visibility.
create(String, String, CommunityContent.Visibility, String, String, String, String, String, String, String[], String[], ID, ID[], Set<CmxControl.PropertyPair>) - Method in interface com.bea.apps.groupspace.search.savedsearch.controls.SavedSearchControl
 
createBookDefinition(String, String, MenuDefinitionId, boolean, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookDefinitionControl
Creates a new BookDefinition based off the supplied parameters.
createCategory(String, String, PortletCategoryDefinitionId, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Creates a persistent version of a PortletCategoryDefinition from the provided PortletCategoryDefinition.
createCommunity(CommunityInfo, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityManagerControl
Creates a new community.
createCommunityFromTemplate(String, String, PortalPath, DesktopPath, CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityManagerControl
Creates a new community from a template.
createCommunityFromTemplateAndUpdateInfo(CommunityInfo, String, String, PortalPath, DesktopPath, CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityManagerControl
 
createCommunityTemplate(CommunityInfo, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityManagerControl
 
createDefaultSearch(String, String, CommunityContent.Visibility, String, String, String, String, String, ID, ID[], Set<CmxControl.PropertyPair>) - Method in interface com.bea.apps.groupspace.search.savedsearch.controls.SavedSearchControl
 
createDesktopDefinition(String, String, ShellDefinitionId, LookAndFeelDefinitionId, BookDefinitionId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Creates a new desktop defintion.
createDesktopFromPortalFile(String, String, String, String, PortalPath, DesktopPath, int, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Creates a desktop from a portal file
createDesktopFromTemplate(TemplateId, PortalPath, DesktopPath, String, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Creates a desktop from the specified template
createDesktopTemplate(String, String, ShellDefinitionId, LookAndFeelDefinitionId, BookDefinitionId, String, PortalPath, DesktopPath, boolean, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Creates a new desktop template.
createDesktopTemplateFromPortalFile(String, String, String, String, PortalPath, DesktopPath, int, boolean, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Creates a desktop template from a portal file
createFolder(String, Folder) - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
This will create a folder with the default visiblity "COMMUNITY", having an owner whose username is the request principal.
createFolder(String, ID) - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
This will create a folder with the default visiblity "COMMUNITY", having an owner whose username is the request principal.
createGroup(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.createGroup(name)
createGroup(String) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Caller must be in the role of PortalSystemAdminstrator
createGroupProfile(String) - Method in interface com.bea.p13n.controls.profile.ProfileControl
Create a new group profile
createMember(boolean, boolean, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Creates a new CommunityMember for the currently authenticated user.
createObjectClass() - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Creates an ObjectClass for the given control
createObjects(Node[]) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Create a collection of things of type T from an array of Nodes
createObjects(Set<Node>) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Create a collection of things of type T from a set of Nodes
createPageDefinition(String, String, LayoutDefinitionId, boolean, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
The method is used to create a page definition.
createPortalDefinition(String, PortalPath, String, String, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortalDefinitionControl
Create a new portal definition.
createProfile(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().createProfile(name)
createProfile(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().createProfile(name)
createPropertySearch(String, String, CommunityContent.Visibility, String, String[], String[], ID, ID[], Set<CmxControl.PropertyPair>) - Method in interface com.bea.apps.groupspace.search.savedsearch.controls.SavedSearchControl
 
createRepositoryConfig(ContentContext, RepositoryConfig) - Method in interface com.bea.portal.tools.content.controls.ContentRepositoryControl
Create repository config
createRootCategory(String, String, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Creates and returns a ROOT category
createSuccessor(DesktopDefinitionId, PortletInstanceId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletInstanceControl
Creates a successor instance and returns its instance ID.
createType(ContentContext, String, String) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Create a type in the specified repository.
createType(ContentContext, ObjectClass) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Create a type in the specified repository.
createUniqueId(String, String) - Method in interface com.bea.p13n.controls.ejb.property.EntityPropertyManager
Deprecated with no replacement
createUser(String, String, HttpServletRequest) - Method in interface com.bea.p13n.controls.createUser.CreateUserControl
Deprecated Use UserProviderControl.createUser(username, password, request)
createUser(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.UserManager
Deprecated As of Portal 8.1.x, use UserProviderControl.createUser(username, password)
createUser(String, String, HttpServletRequest) - Method in interface com.bea.p13n.controls.securityProvider.UserProviderControl
Create a new user and return an object representing the user's information.
CreateUserControl - Interface in com.bea.p13n.controls.createUser
Deprecated  This control has been deprecated as of Portal 8.1.x
CreateUserControl.CreateUserParams - Annotation Type in com.bea.p13n.controls.createUser
Deprecated Define the properties for this control.
createUserOfProfileType(String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.UserManager
Deprecated As of Portal 8.1.x, use UserProviderControl.createUserOfType(username)
createUserProfile(String) - Method in interface com.bea.p13n.controls.profile.ProfileControl
Create a new user profile
createUserSimple(String, String) - Method in interface com.bea.p13n.controls.securityProvider.UserProviderControl
Create a new user and return an object representing the user's information.

D

deactivateCommunity(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Sets the state of the community associated with the currently viewed desktop to INACTIVE.
deactivateCommunity(CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityManagerControl
Deactivates a community.
DelegationRoleManagerControl - Interface in com.bea.portal.tools.da.controls
DelegationRoleManagerControlBean interface class that contains all the role management calls for Delegated Administration.
DelegationServiceControl - Interface in com.bea.portal.tools.da.controls
 
deleteBookDefinition(BookDefinitionId, boolean, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookDefinitionControl
Deletes the specified BookDefinition.
deleteCategory(PortletCategoryDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Deletes all (including localized) versions of a category.
deleteCommunity(boolean, CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityManagerControl
Deletes a community definition.
deleteDesktopDefinition(String, PortalPath, DesktopPath, boolean, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Deletes a desktop definition object
deleteLayoutDefinition(LayoutDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LayoutDefinitionControl
Deletes a LayoutDefintion and all associated placeholders.
deleteLocalizationResource(LocalizationLocaleId, LocalizationIntersectionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LocalizationControl
Deletes a localization resource.
deleteLookAndFeelDefinition(LookAndFeelDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LookAndFeelDefinitionControl
Deletes a specified LookAndFeelDefinition.
deleteMenuDefinitions(MenuDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.MenuDefinitionControl
Deletes the specified menu definition.
deletePageDefinition(PageDefinitionId, boolean, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
Deletes a PageDefinition This method attempts to clean up all related security policies on the deleted Page.
deletePortalDefinition(String, PortalPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortalDefinitionControl
Deletes a portal definition.
deletePortletDefinition(PortletDefinitionId, PortletCategoryDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Deletes a PortletDefinitionId from a portlet category.
deletePortletDefinition(PortletDefinitionId, boolean, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletDefinitionControl
Removes portlet definitions based on the provided list of portlet definition Ids with optional cascading.
deletePortletDefinitions(PortletDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Deletes a PortletDefinitionId from all portlet categories.
deleteProfile(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().deleteProfile(profileName)
deleteProfile(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated use ProfileControl.deleteProfile(profileName)
deleteRole(String, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Deletes a role from the delegation hierarchy
deleteShellDefinition(ShellDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.ShellDefinitionControl
Delete a ShellDefinition
deleteThemeDefinition(ThemeDefinitionId, boolean, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LookAndFeelDefinitionControl
Delete a ThemeDefinition if it is not currently in use.
DesktopDefinitionControl - Interface in com.bea.portal.tools.portal.controls
A custom control interface used to interact with DesktopDefinitions.
DesktopInstanceControl - Interface in com.bea.portal.tools.portal.controls
A custom control interface used to interact with DesktopInstances
disableMember(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Disables the CommunityMember associated with the currently authenticated user globally for all Communities.
disableMember(CommunityMemberId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityMemberControl
Disables a CommunityMember globally for all Communities.
disableMembership(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Disables the CommunityMembership associated with the currently viewed desktop and authenticated user.
disableMembership(CommunityMemberId, CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityMemberControl
Disables a CommunityMembership.
disablePersonalPages(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Disables members from adding personal pages to the community associated with the currently viewed desktop.
DiscountManagerControl - Interface in com.bea.portal.tools.im.controls.discounts
A custom Java Control used to manage user discounts.
dispatch() - Method in interface com.bea.p13n.controls.events.generic.GenericEventControl
Create and dispatch a non-trackable event.
dispatch(HttpServletRequest) - Method in interface com.bea.p13n.controls.events.generic.GenericTrackingControl
Dispatch a TrackingEvent.
dispatch(HttpServletRequest, String, String) - Method in interface com.bea.p13n.controls.events.standard.ClickContentEventControl
Dispatch a ClickContentEvent to the Event Service.
dispatch(HttpServletRequest, String, String) - Method in interface com.bea.p13n.controls.events.standard.DisplayContentEventControl
Dispatch a DisplayContentEvent to the Event Service.
dispatch(HttpServletRequest, String, String) - Method in interface com.bea.p13n.controls.events.standard.RuleEventControl
Dispatch a RuleEvent to the Event Service.
dispatch(HttpServletRequest) - Method in interface com.bea.p13n.controls.events.standard.SessionLoginEventControl
Dispatch a SessionLoginEvent to the Event Service.
dispatch(HttpServletRequest, String) - Method in interface com.bea.p13n.controls.events.standard.UserRegistrationEventControl
Dispatch a UserRegistrationEvent to the Event Service.
dispatchEvent(Event) - Method in interface com.bea.p13n.controls.ejb.events.EventService
Dispatch an event to the EventService.
DisplayContentEventControl - Interface in com.bea.p13n.controls.events.standard
This control dispatches a 'DisplayContentEvent' to the Portal Behavior Tracking System.

E

enableCommunitySearch(CommunityDefinition, boolean) - Method in interface com.bea.apps.groupspace.search.controls.GsKeywordSearchControl
Make the named community searchable or not
enablePersonalPages(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Enables members to add personal pages to the community associated with the currently viewed desktop.
EnterpriseSearchControl - Interface in com.bea.apps.groupspace.search.controls
This class performs full text search outside the scope of the BEA repositories.
EnterpriseSearchControl.SearchParams - Annotation Type in com.bea.apps.groupspace.search.controls
Set the defaults for search parameters
EntityPropertyManager - Interface in com.bea.p13n.controls.ejb.property
EntityPropertyManager is the remote interface for a session bean that manages persistence of ConfigurableEntity EJB's and their properties.
evaluate(String, String, Object[]) - Method in interface com.bea.p13n.controls.rules.RulesExecutorControl
Applies a named rule in the ruleset uri to the set of objects provided by the caller and returns an iterator over the resultant set of objects.
evaluateAll(String, Object[]) - Method in interface com.bea.p13n.controls.rules.RulesExecutorControl
Applies all rules within the named rule set to the set of objects provided by the caller and returns an iterator over the resultant set of objects.
evaluateRule(Object[]) - Method in interface com.bea.p13n.controls.rules.RulesExecutorControl
Applies a named rule to the set of objects provided by the caller and returns an iterator over the resultant set of objects.
evaluateRuleSet(Object[]) - Method in interface com.bea.p13n.controls.rules.RulesExecutorControl
Applies all rules within the named rule set to the set of objects provided by the caller and returns an iterator over the resultant set of objects.
EventManagerControl - Interface in com.bea.portal.tools.im.controls.events
A custom Java Control used to manage user events.
EventService - Interface in com.bea.p13n.controls.ejb.events
Event Service remote interface.
executeActions(List<ControlAction>, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortalControl
Executes the specified portal actions within a single transaction.
ExpressionSearchControl<T> - Interface in com.bea.apps.groupspace.search.controls
Usage: optionally set the search path optionally set the object class to limit the search to construct the expression string, using the available logical operators, repo search fields, and/or properties execute the search using that expression

F

FeedEntriesControl - Interface in com.bea.apps.groupspace.feeds.entries.controls
Create a GroupSpace Feed Entry.
FeedFoldersControl - Interface in com.bea.apps.groupspace.feeds.folders.controls
Create a GroupSpace Feed Folder
FeedFoldersControl.Properties - Annotation Type in com.bea.apps.groupspace.feeds.folders.controls
 
findAllMemberships() - Method in interface com.bea.apps.groupspace.search.controls.CommunitySearchControl
Find all memberships of this community
findAllMemberships(CommunityDefinition) - Method in interface com.bea.apps.groupspace.search.controls.CommunitySearchControl
Find all memberships of the named community
findBooks(int, FindRequest, String, ServletContext, ResourceContext) - Method in interface com.bea.portal.tools.wsrp.controls.ProducerRegistryControl
Gets a paged result of books matching a particular search string.
findByArchiveStatus(boolean, String) - Method in interface com.bea.apps.groupspace.feeds.entries.controls.FeedEntriesControl
 
findByDescription(String) - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
Returns null if none found
findById(String) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Find an item of type T based on its Node ID.
findByTitle(String) - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
Returns null if none found
findByUid(String) - Method in interface com.bea.apps.groupspace.feeds.entries.controls.FeedEntriesControl
 
findByUid(String, String) - Method in interface com.bea.apps.groupspace.feeds.entries.controls.FeedEntriesControl
 
findByUrl(String) - Method in interface com.bea.apps.groupspace.feeds.folders.controls.FeedFoldersControl
 
findByUrl(String, CommunityContent.Visibility) - Method in interface com.bea.apps.groupspace.feeds.folders.controls.FeedFoldersControl
 
findCommunityDefsRelatedTo(String) - Method in interface com.bea.apps.groupspace.search.controls.GsKeywordSearchControl
Find all communities that are related to (eg, keywords contain) this subject
findCommunityURLsRelatedTo(String) - Method in interface com.bea.apps.groupspace.search.controls.GsKeywordSearchControl
Find all communities that are related to (eg, keywords contain) this keyword.
findContentById(String) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Find ANY item based on its Node ID.
findFolder(String, String) - Method in interface com.bea.apps.groupspace.controls.generic.FoldersControl
 
findInFolder(String) - Method in interface com.bea.apps.groupspace.feeds.entries.controls.FeedEntriesControl
 
findMany(String, String[]) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Retrieve a set of things based on properties in an expression.
findMany(String, String[], SortCriteria[]) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Retrieve a set of things based on properties in an expression.
findManyChildren(String) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
 
findPages(int, FindRequest, String, ServletContext, ResourceContext) - Method in interface com.bea.portal.tools.wsrp.controls.ProducerRegistryControl
Gets a paged result of pages matching a particular search string.
findPortlets(int, FindRequest, String, ServletContext, ResourceContext) - Method in interface com.bea.portal.tools.wsrp.controls.ProducerRegistryControl
Gets a paged result of portlets matching a particular search string.
findProducers(int, FindRequest, String, ServletContext, ResourceContext) - Method in interface com.bea.portal.tools.wsrp.controls.ProducerRegistryControl
Gets a paged result of producers matching a particular search string.
findSavedSearch(String[], CommunityContent.Visibility[], SortCriteria[]) - Method in interface com.bea.apps.groupspace.search.savedsearch.controls.SavedSearchControl
 
findSearchableCommunities() - Method in interface com.bea.apps.groupspace.search.controls.GsKeywordSearchControl
Find all GroupSpace communities that have been marked as 'searchable'
flushSearchCache() - Method in interface com.bea.apps.groupspace.search.controls.SearchControl
Flush the search cache containing the search results
FoldersControl - Interface in com.bea.apps.groupspace.controls.generic
todo: clean up this class and get rid of methods we're not using.
FoldersControlBase<T extends com.bea.apps.groupspace.content.ContentBaseImpl,V extends com.bea.apps.groupspace.folders.FolderBase> - Interface in com.bea.apps.groupspace.controls.generic
Copyright (c) 2005-2006 by BEA Systems, Inc.
forceRemoveGroup(String) - Method in interface com.bea.apps.groupspace.links.controls.LinksControl
Remove this link folder and all links beneath it, regardless of ownership.
FullTextSearchControl<T> - Interface in com.bea.apps.groupspace.search.controls
This control leverages the full text search capabilites of a full-fledged search engine to search both metadata and binary text.

G

GenericEventControl - Interface in com.bea.p13n.controls.events.generic

Control from which non-tracking events may be configured, generated, and dispatched to the event service.
GenericEventControl.GenericEventParams - Annotation Type in com.bea.p13n.controls.events.generic
Define the properties for this control.
GenericTrackingControl - Interface in com.bea.p13n.controls.events.generic

Control from which tracking events may be configured, generated, and dispatched to the event service.
GenericTrackingControl.GenericTrackingParams - Annotation Type in com.bea.p13n.controls.events.generic
Define the properties for this control.
getActivePublishedVersion(List<Version>) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Finds the most recently published Version.
getAllAssociableWorkflows(ContentContext, String, int) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Returns all the workflows in the specified repository [Including the Default Workflow document] to which the user has can_associate capability.
getAllFeeds(CommunityContent.Visibility) - Method in interface com.bea.apps.groupspace.feeds.folders.controls.FeedFoldersControl
 
getAllGroupNames() - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.getAllGroupNames()
getAllGroupNames() - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
 
getAllGroupNames() - Method in interface com.bea.p13n.controls.userInfoQuery.UserInfoControl
Deprecated Use GroupProviderControl.getAllGroupNames()
getAllProfileNames() - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().getAllProfileNames()
getAllProfileNames() - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated use ProfileControl.getAllProfileNames()
getAllProfileNames() - Method in interface com.bea.p13n.controls.profile.UserProfileControl
Deprecated as of Portal 8.1 Use ProfileControl.getUserProfileManager().getAllProfileNames() or Use ProfileControl.getGroupProfileManager().getAllProfileNames()
getAllPropertyDefinitions() - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
 
getAllRegistries(ServletContext, ResourceContext) - Method in interface com.bea.portal.tools.wsrp.controls.ProducerRegistryControl
Gets a map of all registry entries for the supplied ServletContext.
getAllRoles(ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Gets a pruned and sorted list of available Role Policies.
getAllSuccessors(PortletInstanceId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletInstanceControl
Returns a list of all successor instances including successors of successors.
getAllWorkflows(ContentContext, String) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Returns all the workflows in the specified repository [Including the Default Lifecycle document] Please note that these workflow documents are lightweight objects and do not contain the actual workflow data.
getAllWorkflows(ContentContext, String, int) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Returns all the workflows in the specified repository [Including the Default Lifecycle document] Please note that these workflow documents are lightweight objects and do not contain the actual workflow data.
getAttachment(GsDoc) - Method in interface com.bea.apps.groupspace.documents.controls.GsDocControl
 
getAttribute(String) - Method in interface com.bea.p13n.controls.events.generic.GenericEventControl
Get named event attribute.
getAttributeNames() - Method in interface com.bea.p13n.controls.events.generic.GenericEventControl
Return the attribute names that have been set on this event.
getAuthenticatedUserId(HttpServletRequest) - Method in interface com.bea.p13n.controls.userInfoQuery.UserInfoControl
Get the authenticated user from the request object
getAvailableObjectClasses() - Method in interface com.bea.apps.groupspace.search.controls.RepoFullTextSearchControl
Show available ObjectClasses
getAvailableObjectClasses() - Method in interface com.bea.apps.groupspace.search.controls.RepoSearchControl
Show available ObjectClasses
getAvailableServices() - Method in interface com.bea.apps.groupspace.search.controls.EnterpriseSearchControl
Get a Map of the available Autonomy services to which the search will be restricted.
getAvailableUserRoles(HttpServletRequest) - Method in interface com.bea.p13n.controls.userInfoQuery.UserInfoControl
Get a list of role names that the user is in
getBeanProperties() - Method in interface com.bea.apps.groupspace.search.controls.GsExpressionSearchControl
Return the set of Property names available on the BeanType.
getBookDefinition(BookDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookDefinitionControl
Returns the BookDefinition of the specified book definition id.
getBookDefinition(String, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookDefinitionControl
Getter for returning a single BookDefinition object given a supplied book definition label.
getBookDefinitions(int, BookSearchCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookDefinitionControl
Returns a list of all the book definitions scoped to the web app.
getBookInstance(BookInstanceId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookInstanceControl
Returns the BookInstance of the specified book instance id.
getBookView(BookDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookDefinitionControl
Returns the BookView of the specified book.
getBookView(String, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookDefinitionControl
Returns the BookView of the specified book.
getBookView(BookInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookInstanceControl
Returns the BookView of the specified book.
getBookViewFromBookFile(String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookDefinitionControl
 
getCategories(int, WebAppSearchCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Returns a SortableFilterablePagedResult of PortletCategoryDefinitions corresponding to an array of PortletCategoryDefinitionIds.
getCategory(PortletCategoryDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Returns a PortletCategoryDefinition corresponding to a PortletCategoryDefinitionId.
getCheckedOutNodes(ContentContext) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Return all the checked-out nodes for the user.
getChild(String, int, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Gets a child name at a specified index from the parent node.
getChildGroupNames(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.getChildGroupNames(groupname)
getChildGroupNames(String) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Caller must be in the role of PortalSystemAdminstrator Retrieve a list of all children of a group.
getChildrenViaNode(Node) - Method in interface com.bea.apps.groupspace.cmbrowser.controls.CmBrowserFoldersControl
 
getChildRoles(String, ResourceContext, boolean) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Gets all children of the parent node.
getChildTypes(ContentContext, ID, int) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Returns a list of object classes which extend the given object class.
getCommunities(int, CommunitySearchCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityManagerControl
Does a paginated communities get.
getCommunity() - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
Get all community-scoped data beneath the top content folder
getCommunity(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Retrieves the CommunityDefinition for the community currently being viewed, or null if no community is currently being viewed.
getCommunity(boolean, CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityManagerControl
Gets a single CommunityDefintion.
getCommunity(String, PortalPath, DesktopPath, boolean, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityManagerControl
 
getCommunityAndPrivate() - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
returns all of the children of the top node as Type T
getCommunityContext(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Retrieves the "default" CommunityContext object if it is appropriate.
getCommunityContext(CommunityURI, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Returns the CommunityContext object associated with the specified community.
getCommunityContext(CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Returns the CommunityContext object associated with the specified CommunityDefinitionId.
getCommunityFolder() - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
Return the top node of this community.
getCommunityKeywords(CommunityDefinition) - Method in interface com.bea.apps.groupspace.search.controls.GsKeywordSearchControl
Keywords are used to search communites so we can find 'related to'.
getCommunityMemberships(int, CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityMemberControl
Retrieves a paginated set of all memberships for the specified community.
getCommunityMemberships(int, MembershipCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityMemberControl
Retrieves a paginated set of all memberships matching the specified criteria.
getCommunitySearchPath(HttpServletRequest) - Method in interface com.bea.apps.groupspace.search.controls.GsExpressionSearchControl
Get the search path for this GroupSpace community
getCommunitySearchPath(HttpServletRequest) - Method in interface com.bea.apps.groupspace.search.controls.GsFullTextSearchControl
Get the search path for this GroupSpace community
getCommunityTemplate(TemplateId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.TemplateDefinitionControl
Gets a CommunityTemplate.
getCommunityTemplates(int, TemplateSearchCriteria, boolean, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.TemplateDefinitionControl
Gets a PagedResult of all the Community Templates.
getCommunityURL(HttpServletResponse, CommunityURI, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Returns a URL to the specified community, if the URL can be determined.
getConfiguredServices() - Method in interface com.bea.apps.groupspace.search.controls.EnterpriseSearchControl
Get a Map of the Autonomy services that are configured, but not necessarily available.
getContents(FeedEntry) - Method in interface com.bea.apps.groupspace.feeds.entries.controls.FeedEntriesControl
 
getDefaultFolder(CommunityContent.Visibility) - Method in interface com.bea.apps.groupspace.feeds.folders.controls.FeedFoldersControl
 
getDefaultSearchPaths(HttpServletRequest) - Method in interface com.bea.apps.groupspace.search.controls.GsExpressionSearchControl
Get the search path to the user's personal data as well as the current community
getDefaultSearchPaths(HttpServletRequest) - Method in interface com.bea.apps.groupspace.search.controls.GsFullTextSearchControl
Get the search path to the user's personal data as well as the current community
getDefaultStringValue(String) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
 
getDefaultVisibility() - Method in interface com.bea.apps.groupspace.feeds.folders.controls.FeedFoldersControl
 
getDefaultWorkflow(ContentContext, String) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Returns the default workflow for the given repository.
getDefinitionCount(String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortalDefinitionControl
Gets a DefinitionCount object containing counts of definitions within the specified webapp.
getDelegationHierarchy(ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Gets the DelegationHierarchy
getDesktopDefinition(String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Gets a mutable DesktopDefinition object.
getDesktopDefinition(DesktopDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Gets the DesktopDefinition for the specified ID.
getDesktopDefinitionCount(String, PortalPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortalDefinitionControl
Returns the number of desktops in a portal for a given web app.
getDesktopDefinitions(int, DesktopSearchCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Gets all the desktop defintions scoped to the specified webapp and portal.
getDesktopTemplate(TemplateId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.TemplateDefinitionControl
Gets a DesktopTemplate.
getDesktopTemplates(int, TemplateSearchCriteria, boolean, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.TemplateDefinitionControl
Gets a list of all the desktop templates
getDesktopView(String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Gets a desktop view scoped to the web app.
getDesktopView(String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopInstanceControl
Gets a desktop view scoped to the web app.
getDesktopViewFromPortalFile(String, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Gets a desktop view from a portal file.
getDiscount(String, ResourceContext) - Method in interface com.bea.portal.tools.im.controls.discounts.DiscountManagerControl
Return the DataItem for the given name.
getDiscountNames(int, ResourceContext) - Method in interface com.bea.portal.tools.im.controls.discounts.DiscountManagerControl
Returns a PagedResult of Strings representing the names of all the user discounts within the system, in arbitrary order.
getDiscounts(int, ResourceContext) - Method in interface com.bea.portal.tools.im.controls.discounts.DiscountManagerControl
Returns a PagedResult of all the DataItem objects within the system representing user discounts, in arbitrary order.
getDynamicProperties(PropertyLocator, String) - Method in interface com.bea.p13n.controls.ejb.property.EntityPropertyManager
Deprecated with no replacement
getEffectiveAnnouncements() - Method in interface com.bea.apps.groupspace.announcements.controls.AnnouncementsControl
Returns the set of announcements that are: Currently in effect Apply to the currently logged in user.
getEffectiveAnnouncementsAsPagedResult(SortCriteria[]) - Method in interface com.bea.apps.groupspace.announcements.controls.AnnouncementsControl
Returns the set of announcements that are: Currently in effect Apply to the currently logged in user.
getEligibleToJoinCommunities(MemberMembershipCriteria) - Method in interface com.bea.apps.groupspace.search.controls.CommunitySearchControl
Find all GroupSpace communites that I don't belong to, but am eligible to join.
getEnterpriseSearchBuilder() - Method in interface com.bea.apps.groupspace.search.controls.EnterpriseSearchControl
Access the TextSearchBuilder for more complex query construction for text and metadata
getEntityNames(String) - Method in interface com.bea.p13n.controls.ejb.property.EntityPropertyManager
Deprecated with no replacement
getEntryDescription(FeedEntry) - Method in interface com.bea.apps.groupspace.feeds.entries.controls.FeedEntriesControl
 
getEvent(String, ResourceContext) - Method in interface com.bea.portal.tools.im.controls.events.EventManagerControl
Return the DataItem for the given name.
getEventNames(int, ResourceContext) - Method in interface com.bea.portal.tools.im.controls.events.EventManagerControl
Returns a PagedResult of Strings representing the names of all the user events within the system, in arbitrary order.
getEvents(int, ResourceContext) - Method in interface com.bea.portal.tools.im.controls.events.EventManagerControl
Returns a PagedResult of all the DataItem objects within the system representing user events, in arbitrary order.
getExpressionBuilder() - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Return the ExpressionBuilder for use in constructing more comples expressions
getFakeNode(String) - Method in interface com.bea.apps.groupspace.cmbrowser.controls.CmBrowserFoldersControl
 
getFolder(String, String, Node, CommunityContent.Visibility, String) - Method in interface com.bea.apps.groupspace.cmbrowser.controls.CmBrowserFoldersControl
Look for it before creating.
getFolder(String, String, Node) - Method in interface com.bea.apps.groupspace.cmbrowser.controls.CmBrowserFoldersControl
Look for it before creating.
getFolder(ID) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Get Folder of type V of the Node with the supplied ID.
getFolder(String, Node) - Method in interface com.bea.apps.groupspace.controls.generic.FoldersControl
Look for it before creating.
getFolder(String, String, Node, CommunityContent.Visibility, String) - Method in interface com.bea.apps.groupspace.controls.generic.FoldersControl
Look for it before creating.
getFolder(String, String, Node) - Method in interface com.bea.apps.groupspace.controls.generic.FoldersControl
Look for it before creating.
getFullTextSearchBuilder() - Method in interface com.bea.apps.groupspace.search.controls.RepoFullTextSearchControl
Access the FullTextSearchBuilder for more complex query construction for both text and property
getGroupNamesForUser(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.getGroupNamesForUser(username)
getGroupNamesForUser(String) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Get a list of groups to which this user belongs
getGroupNamesForUser(String) - Method in interface com.bea.p13n.controls.userInfoQuery.UserInfoControl
Get a list of groups to which this user belongs This method federated through all readable GroupProviders in default security realm
getGroupProfile(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use UserProfileControl.getProfileForGroup(name)
getGroupProfile(String) - Method in interface com.bea.p13n.controls.profile.ProfileControl
Access the ProfileWrapper for the given groupname, if the group profile exists
getGroupProfileManager(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated Use ProfileControl.getGroupProfileManager(name)
getGroupProfileManager() - Method in interface com.bea.p13n.controls.profile.ProfileControl
Returns the GroupProfileManager EJB, a stateless session bean used to access profile values.
getGroupProfileNames() - Method in interface com.bea.p13n.controls.ejb.usermgmt.RealmConfiguration
Returns just the group profile names.
getGroupProfileNames() - Method in interface com.bea.p13n.controls.profile.ProfileControl
Returns just the groups found in the database.
getHtmlBody(RichText) - Method in interface com.bea.apps.groupspace.richtext.controls.RichTextControl
 
getImmediateChildren(V, ContentControlBase.NodeSearchType) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Get the immediate children of this item as a set.
getImmediateChildren(V, SortCriteria[], ContentControlBase.NodeSearchType) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Get the immediate children of this item as a set.
getImmediateChildrenAsPagedResult(Node, SortCriteria[], ContentControlBase.NodeSearchType) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Get the immediate children of this item as a paged result.
getInstantiableTypes(ContentContext, String, int) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Returns all the types for the given repository for which the user has INSTANTIATION privileges on that type.
getJndiName() - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().getJNDIName()
getJndiName() - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().getJNDIName()
getLayoutDefinition(LayoutDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LayoutDefinitionControl
Used to retieve a single LayoutDefinition object given a layoutId.
getLayoutDefinitions(int, WebAppSearchCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LayoutDefinitionControl
Retrieves all the LayoutDefinitions scoped to this web app
getLinkGroup(String) - Method in interface com.bea.apps.groupspace.links.controls.LinksControl
Get the Node associated with this link group.
getLinkGroupNames() - Method in interface com.bea.apps.groupspace.links.controls.LinksControl
Get all link group names.
getLinksInGroup(String, SortCriteria[]) - Method in interface com.bea.apps.groupspace.links.controls.LinksControl
Get all the links beneath this group node.
getLocale(LocalizationLocaleId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LocalizationControl
This method will lookup the locale associated with the localizationLocaleId.
getLocalizationLocales(int, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LocalizationControl
Gets all the available locales.
getLocalizationResources(LocalizationIntersectionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LocalizationControl
Returns all the LocalizationResources given a LocalizationIntersectionId.
getLocalizationResources(int, LocalizationIntersectionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LocalizationControl
Returns all the LocalizationResources given a LocalizationIntersectionId.
getLookAndFeelDefinition(LookAndFeelDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LookAndFeelDefinitionControl
Used to retieve a single LookAndFeelDefinition object given an Id.
getLookAndFeelDefinitionId(String, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LookAndFeelDefinitionControl
Getter for returning a single LookAndFeelDefinitionId object given a supplied lookAndFeel markup name and webapp.
getLookAndFeelDefinitions(int, WebAppSearchCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LookAndFeelDefinitionControl
This methods gets all LookAndFeelDefinitions scoped to the specified webapp
getMember(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Retrieves the CommunityMember object populated with information for the community member currently logged in.
getMember(String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityMemberControl
Retrieves a CommunityMember object populated with information for the CommunityMember specified by id.
getMember(CommunityMemberId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityMemberControl
Retrieves a CommunityMember object populated with information for the CommunityMember specified by CommunityMemberId.
getMemberCommunityMemberships(MemberMembershipCriteria, int, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Returns a paginated set of all CommunityMembership objects for a specified user or the currently authenticated user that meet the specified criteria.
getMemberMembershipCriteria(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Returns a MemberMembershipCriteria object for the currently authenticated user.
getMembership(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Retrieves the CommunityMembership object assicated with this CommunityContext object, if a membership exists.
getMembership(CommunityMemberId, CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityMemberControl
Returns the CommunityMembership information for a CommunityMember, if they have a membership in the specified community.
getMembership(String, CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityMemberControl
Returns the CommunityMembership information for a user if they have a membership in the specified community.
getMembershipsForCapability(MembershipCapability) - Method in interface com.bea.apps.groupspace.search.controls.CommunitySearchControl
Get the Set of CommunityMemberships having this MembershipCapability
getMenuDefinition(MenuDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.MenuDefinitionControl
Returns a MenuDefinition from a menu definition id.
getMenuDefinitions(int, WebAppSearchCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.MenuDefinitionControl
Gets a page iterator of menu definitions.
getMessageBody(Announcement) - Method in interface com.bea.apps.groupspace.announcements.controls.AnnouncementsControl
 
getMetadataSearchBuilder() - Method in interface com.bea.apps.groupspace.search.controls.EnterpriseSearchControl
Access the MetadataSearchBuilder for more complex query construction for metadata
getMisconfiguredGroups() - Method in interface com.bea.p13n.controls.ejb.usermgmt.RealmConfiguration
Returns the group names that have profiles, but group does not exist in the authentication provider.
getMisconfiguredGroups() - Method in interface com.bea.p13n.controls.profile.ProfileControl
Returns the group names that have profiles, but do not exist in the realm (no group created).
getMisconfiguredUsers() - Method in interface com.bea.p13n.controls.ejb.usermgmt.RealmConfiguration
Returns the user names that have profiles, but user does not exist in the authentication provider.
getMisconfiguredUsers() - Method in interface com.bea.p13n.controls.profile.ProfileControl
Returns the usernames that have profiles, but do not exist in the realm as users.
getMyCommunityURLs(MemberMembershipCriteria) - Method in interface com.bea.apps.groupspace.search.controls.CommunitySearchControl
Find all communities of which this user is a member.
getMyCommunityURLsAsString(MemberMembershipCriteria) - Method in interface com.bea.apps.groupspace.search.controls.CommunitySearchControl
Find all communities of which I'm a member.
getNode(ContentContext, String) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Get a node by path.
getNodeByUUID(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
This method gets a particular Node based on its ID.
getNodeReferences(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Retrieve nodes which have a link property referring to the specified node.
getNodes(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Return all the children of the node.
getNodes(ContentContext, ID, int) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Returns the children of the provided parent node.
getNodesForWorkflow(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Returns the Nodes associated with the given workflow.
getNodesForWorkflow(ContentContext, ID, int) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Returns the Nodes associated with the given workflow.
getNodesWithNestedDACheck(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Return all the children of the node.
getNonCategorizedPortletDefinitions(int, WebAppSearchCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Returns noncategorized PortletDefinitions.
getNotes(Issue) - Method in interface com.bea.apps.groupspace.issues.controls.IssuesControl
 
getObjectClass() - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Return the object class associated with the thing T
getObjectClassFromNode(Node, boolean, HttpServletRequest) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
The only time you can get the ObjectClass directly from Node.getObjectClass() is when the node has published content.
getObjectClassProperties(String) - Method in interface com.bea.apps.groupspace.search.controls.RepoFullTextSearchControl
Return the set of searchable property names available for this ObjectClass.
getObjectClassProperties(String) - Method in interface com.bea.apps.groupspace.search.controls.RepoSearchControl
Return the set of searchable property names available for this ObjectClass.
getObjectClassPropertyDefinitions(String) - Method in interface com.bea.apps.groupspace.search.controls.RepoFullTextSearchControl
Get all of the property definitions that belong to the specified object class
getObjectClassPropertyDefinitions(String) - Method in interface com.bea.apps.groupspace.search.controls.RepoSearchControl
Get all of the property definitions that belong to the specified object class
getOnlyAssignedNodes(ContentContext) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Return all the assigned nodes for the user.
getPageDefinition(PageDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
Get a specific page definition object.
getPageDefinition(String, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
Getter for returning a single PageDefinition object given a supplied page definition label.
getPageDefinitions(int, PageSearchCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
Gets an Iterator of page definitions.
getPageInstance(PageInstanceId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageInstanceControl
Gets a PageInstance object
getPageView(PageDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
Gets a deep immutable view of a page view.
getPageView(String, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
Returns the PageView of the specified page.
getPageView(PageInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageInstanceControl
Gets a deep immutable view of a page instance.
getParentGroupName(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.getParentGroupNames(groupname)
getParentGroupNames(String) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Retrieve the parents of a group.
getParentInheritanceFlag(ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationServiceControl
Method used to determine if a role has implicitly granted the capabilities of a sub-role to its parent role
getPersonal() - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
retrieves all of the children of the user's personal folder
getPersonalContentFolder() - Method in interface com.bea.apps.groupspace.controls.generic.CM_Control
Get the user folder associated with type of content.
getPolicyRefs(String, int, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
 
getPortalDefinition(String, PortalPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortalDefinitionControl
Gets a mutable PortalDefinition object.
getPortalDefinitionCount(String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortalDefinitionControl
Returns the number of portal definitions defined in the system.
getPortalDefinitions(int, WebAppSearchCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortalDefinitionControl
Gets all the portal definitions for this web app.
getPortletDefinition(PortletDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletDefinitionControl
Returns a single PortletDefinition based on the provided portlet definition ID.
getPortletDefinitionCount(PortletCategoryDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Returns the number of PortletDefinitions under category pcdId.
getPortletDefinitions(int, PortletCategoryDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Returns PortletDefinitions under the category pcdId.
getPortletDefinitions(int, WebAppSearchCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletDefinitionControl
Returns every portlet definition for the provided webapp.
getPortletInstance(PortletInstanceId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletInstanceControl
Getter for returning a single PortletInstance.
getPortletView(PortletDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletDefinitionControl
Returns a PortletView based on the provided portlet definition ID.
getPortletView(PortletInstanceId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletInstanceControl
Getter for returning an immutable deep copy of a PortletView.
getPortletViews(int, PortletCategoryDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Returns PortletViews.
getPredecessor(PortletInstanceId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletInstanceControl
Returns the instance ID of the predecessor to the given instance ID.
getPrivate() - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
Get all private-scoped data beneath the top content folder for this user
getProfile(String, String) - Method in interface com.bea.p13n.controls.profile.ProfileControl
Get the profile wrapper for this user, using the group profile as the successor.
getProfile(String, String) - Method in interface com.bea.p13n.controls.profile.UserProfileControl
Deprecated as of Portal 8.1 Use ProfileControl.getProfile(username, groupname)
getProfileForGroup(String) - Method in interface com.bea.p13n.controls.profile.UserProfileControl
Deprecated as of Portal 8.1 Use ProfileControl.getProfileForGroup(groupname)
getProfileForUser(String) - Method in interface com.bea.p13n.controls.profile.UserProfileControl
Deprecated as of Portal 8.1 Use ProfileControl.getProfileForUser(username)
getProfileFromRequest(HttpServletRequest) - Method in interface com.bea.p13n.controls.profile.ProfileControl
Get the existing ProfileWrapper from the request, or return null if none exists.
getProfileFromRequest(HttpServletRequest) - Method in interface com.bea.p13n.controls.profile.UserProfileControl
Deprecated as of Portal 8.1 Use ProfileControl.getProfileFromRequest(request)
getProfileName(long) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().getProfileName(profileId)
getProfileName(long) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().getProfileName()
getProfileTypeNames() - Method in interface com.bea.p13n.controls.ejb.usermgmt.UserManager
Deprecated As of Portal 8.1.x, use ProfileControl.getProfileTypeNames() in conjunction with the UserProviderControl
getPropDef() - Method in class com.bea.content.controls.extensible.CmxControl.PropertyPair
 
getProperties(PropertyLocator) - Method in interface com.bea.p13n.controls.ejb.property.EntityPropertyManager
Deprecated Use the ProfileControl to get the user or group profile manager, then call getProperties() on that. For example: ProfileControl.getUserProfileManager().getProperties(profileName, propertySetName)
getProperties(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().getProperties(profileName)
getProperties(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().getProperties()
getProperties(ProfileWrapper) - Method in interface com.bea.p13n.controls.profile.PropertyControl
Get all properties for this profile, and return as an EntityPropertyCache.
getProperties(ProfileWrapper) - Method in interface com.bea.p13n.controls.profile.UserProfileControl
Deprecated as of Portal 8.1 Use ProfileControl.getProperties(profileName)
getPropertiesForKeys(String, Set) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().getPropertiesForKeys(profileName, propertyMapKeys)
getPropertiesForKeys(String, Set) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().getPropertiesForKeys()
getPropertiesFromKeys(ProfileWrapper, Set) - Method in interface com.bea.p13n.controls.profile.PropertyControl
Get all properties that match the set of PropertyMapKeys for this profile A PropertyMapKey is a 'propertySet/propertyName' pair.
getPropertiesFromKeys(ProfileWrapper, Set) - Method in interface com.bea.p13n.controls.profile.UserProfileControl
Deprecated as of Portal 8.1 Use ProfileControl.getProfileManager().getProperties(profileName, propertyMapKeys)
getPropertiesFromSet(ProfileWrapper, String) - Method in interface com.bea.p13n.controls.profile.PropertyControl
Get all properties for named property set for this profile, and return as an EntityPropertyCache.
getPropertiesFromSet(ProfileWrapper, String) - Method in interface com.bea.p13n.controls.profile.UserProfileControl
Deprecated as of Portal 8.1 Use ProfileControl.getProfileManager().getProperties(profileName, propertySetName)
getPropertiesInPropertySet(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().getPropertiesInPropertySet(profileName, propertySetName)
getPropertiesInPropertySet(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().getPropertiesInPropertySet()
getProperty() - Method in class com.bea.content.controls.extensible.CmxControl.PropertyPair
 
getProperty(PropertyLocator, String, String) - Method in interface com.bea.p13n.controls.ejb.property.EntityPropertyManager
Deprecated Use the ProfileControl to get the user or group profile manager, then call getProperties() on that. For example: ProfileControl.getUserProfileManager().getProperty(profileName, propertySet, propertyName)
getProperty(String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().getProperty(profileName, propertySet, propertyName)
getProperty(String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().getProperty()
getProperty(ProfileWrapper, String, String) - Method in interface com.bea.p13n.controls.profile.PropertyControl
Get an individual property.
getProperty(ProfileWrapper, String, String) - Method in interface com.bea.p13n.controls.profile.UserProfileControl
Deprecated as of Portal 8.1 Use ProfileControl.getProfileManager().getProperty(profileName, propertySet, property)
getPropertyAsString(String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().getPropertyAsString(profileName, propertySet, propertyName)
getPropertyAsString(String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().getPropertyAsString()
getPropertyAsStringTrySuccessor(String, String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().getPropertyAsStringTrySuccessor()
getPropertyAsStringTrySuccessor(String, String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().getPropertyAsStringTrySuccessor()
getPropertyLocator(long) - Method in interface com.bea.p13n.controls.ejb.property.EntityPropertyManager
Deprecated with no replacement
getPropertyNoDefault(String, String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().getPropertyNoDefault()
getPropertyNoDefault(String, String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().getPropertyNoDefault()
getPropertySearchBuilder() - Method in interface com.bea.apps.groupspace.search.controls.RepoFullTextSearchControl
Access the PropertySearchBuilder for more complex query construction for property
getPropertySet(String, String) - Method in interface com.bea.p13n.controls.ejb.property.PropertySetManager
Deprecated Use the ProfileControl to get the PropertySetManager associated with that profile manager and call the methods directly on the PropertySetManager.
getPropertySets(String) - Method in interface com.bea.p13n.controls.ejb.property.PropertySetManager
Deprecated Use the ProfileControl to get the PropertySetManager associated with that profile manager and call the methods directly on the PropertySetManager
getPropertySetXml(String, String) - Method in interface com.bea.p13n.controls.ejb.property.PropertySetManager
Deprecated Use the ProfileControl to get the PropertySetManager associated with that profile manager and call the methods directly on the PropertySetManager
getPropertyTrySuccessor(String, String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().getPropertyTrySuccessor()
getPropertyTrySuccessor(String, String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().getPropertyTrySuccessor()
getRealmGroups() - Method in interface com.bea.p13n.controls.ejb.usermgmt.RealmConfiguration
Get a list of groups in all authentication providers configured for the realm.
getRealmUsers() - Method in interface com.bea.p13n.controls.ejb.usermgmt.RealmConfiguration
Get a list of groups in all authentication providers configured for the realm.
getReferencingContent(Node) - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
Returns null if none found
getReferencingContent(T) - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
For a given content item retrieves content items that reference it via a Link Property
getRelatedContent(T) - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
Retrieves related content and returns null if none found
getRepositoryConfig(ContentContext, String) - Method in interface com.bea.portal.tools.content.controls.ContentRepositoryControl
Get the named repository config.
getRepositoryConfigMap(ContentContext) - Method in interface com.bea.portal.tools.content.controls.ContentRepositoryControl
Return the repository config.
getRepositoryConfigs(ContentContext, int) - Method in interface com.bea.portal.tools.content.controls.ContentRepositoryControl
Return a PagedResult of the available RepositoryConfigs
getRepositoryNames(ContentContext, int) - Method in interface com.bea.portal.tools.content.controls.ContentRepositoryControl
Return a PagedResult of the available Repository names in the system.
getResourceIdsOnRoot(String, int, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationServiceControl
Returns all the resourceIds that the currently logged in user tests true for that contain the following root String.
getRoleItem(String, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Getter for the role policy item.
getRoot(ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Getter for the root of the Delegation Hierarchy.
getRootCategory(String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Returns root of the PortletCategory hierarchy.
getRuleDescription(String, String) - Method in interface com.bea.p13n.controls.rules.RulesManagerControl
Retrieves the desrciption of the rule within the named ruleset
getRuleSets() - Method in interface com.bea.p13n.controls.rules.RulesManagerControl
Retrieves an immutable Collection containing the URI strings of all the rule sets available in the rule set repository subsystem.
getRuleSetXml(String) - Method in interface com.bea.p13n.controls.rules.RulesManagerControl
Retrieves the rule set as an XML String
getRulesForRuleSet(String) - Method in interface com.bea.p13n.controls.rules.RulesManagerControl
Retrieves an array rule names for a given ruleset
getSearchDatabases() - Method in interface com.bea.apps.groupspace.search.controls.FullTextSearchControl
Show available databases to search.
getSearchFields() - Method in interface com.bea.apps.groupspace.search.controls.EnterpriseSearchControl
Show indexed fields that are available to search.
getServiceDescription(String, HttpServletResponse, ServletContext, ResourceContext) - Method in interface com.bea.portal.tools.wsrp.controls.ProducerRegistryControl
Gets a service description for a producer given a WSDL URL.
getShellDefinition(ShellDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.ShellDefinitionControl
Getter for returning a single ShellDefinition object given a supplied shell definition identifier.
getShellDefinitionId(String, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.ShellDefinitionControl
Getter for returning a single ShellDefinitionId object given a shell markup name.
getShellDefinitions(int, WebAppSearchCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.ShellDefinitionControl
Getter for returning a list of all ShellDefinitions scoped to the supplied webapp.
getSortCriteria() - Method in interface com.bea.apps.groupspace.search.controls.SearchControl
Get sort criteria already set on the control
getSortOrder() - Method in interface com.bea.apps.groupspace.search.controls.GsFullTextSearchControl
Get the desired sort order...refers first to sort order found in sortCriteria
getStatusOptions(Node, Version, ContentContext) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Gets a list of valid workflow statuses that the given node version can transition to, considering the current workflow status
getStatusOptionsMap(Node, Version, ContentContext) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Gets a list of valid workflow statuses (with corresponding int value) that the given node version can transition to, considering the current workflow status
getStream(ContentContext, ID, String) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Gets the Binary data for the given Node and its property.
getStream(ContentContext, ID, ID) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Return the bytes for the given property choice.
getStream(ContentContext, ID, ID) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Gets the Binary data for the given Node and Property Id.
getStream(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Allow users to download the byte[] representing the document of the workflow.
getSubCategories(int, PortletCategoryDefinitionId, WebAppSearchCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Returns a SortableFilterablePagedResult of PorletCategoryDefinitions for subcategories of the category represented by pcdId If no definitions are found an empty SortableFilterablePagedResult is returned.
Implementation has to ensure that repeated calls to this method return PortletCategoryDefinitions in a consistent order.
getSubCategoryCount(PortletCategoryDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletCategoryDefinitionControl
Returns the number of immediate categories under category pcdId.
getSuccessor(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().getSuccessor(profileName, propertySet)
getSuccessor(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().getSuccessor()
getSuccessors(PortletInstanceId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletInstanceControl
Returns a list of successor instances.
getTaxonomy(Node) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Return the taxonomy of the node used by the DA System.
getTaxonomy(String) - Method in interface com.bea.portal.tools.content.controls.ContentRepositoryControl
Return the taxonomy of the repository used by the DA System.
getTextSearchBuilder() - Method in interface com.bea.apps.groupspace.search.controls.FullTextSearchControl
Access the TextSearchBuilder for more complex query construction for text
getThemeDefinition(ThemeDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LookAndFeelDefinitionControl
Getter for returning a single ThemeDefinition object given a supplied theme definition identifier.
getThemeDefinitions(int, WebAppSearchCriteria, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LookAndFeelDefinitionControl
Return a PagedResult of ThemeDefinitions matching the specified criteria.
getTopFolder() - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Get the top-level node of each data type (eg, top Links folder)
getTopFolder(String) - Method in interface com.bea.apps.groupspace.controls.generic.FoldersControl
 
getTopLevelGroupNames() - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.getTopLevelGroupNames()
getTopLevelGroupNames() - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Retrieve a list of groups that do not have parent groups.
getTopNode() - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Get the top-level node of each data type (eg, top Links folder)
getType(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Returns the type with the given ID.
getType(ContentContext, String, String) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Returns the type with the given name.
getTypesForWorkflow(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Returns the Types associated with the given workflow.
getTypesForWorkflow(ContentContext, ID, int) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Returns the Types associated with the given workflow.
getUniqueId(String, String) - Method in interface com.bea.p13n.controls.ejb.property.EntityPropertyManager
Deprecated with no replacement
getUniqueId(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().getUniqueId()
getUniqueId(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().getUniqueId()
getUserFolder(String) - Method in interface com.bea.apps.groupspace.controls.generic.FoldersControl
Get the user folder associated with this user.
getUserGroupNames(HttpServletRequest) - Method in interface com.bea.p13n.controls.userInfoQuery.UserInfoControl
Get a list of groups to which this user belongs This method federated through all readable GroupProviders in default security realm
getUserNames(String, int) - Method in interface com.bea.p13n.controls.ejb.usermgmt.UserManager
Deprecated As of Portal 8.1.x, use UserProviderControl.getUserNames(searchExpression, limit)
getUserNames(String, int) - Method in interface com.bea.p13n.controls.profile.UserProfileControl
Deprecated as of Portal 8.1 Use UserProviderControl.getUserNames(searchExpression, limit)
getUserNames(String, int) - Method in interface com.bea.p13n.controls.securityProvider.UserProviderControl
Get a list of all user names
getUsernamesForCapability(MembershipCapability) - Method in interface com.bea.apps.groupspace.search.controls.CommunitySearchControl
Get the list of usernames of memberships in this community having this MembershipCapability.
getUsernamesForGroup(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.getUsernamesForGroup(groupname)
getUsernamesForGroup(String) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Caller must be in the role of PortalSystemAdminstrator
getUsernamesForGroupLimited(String, String, int) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.getUsernamesForGroupLimited(groupname, searchExpression, limit)
getUsernamesForGroupLimited(String, String, int) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Retrieve a list of users in a group, matching the provided wildcard expression Caller must be in the role of PortalSystemAdminstrator
getUserProfile(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.UserManager
Deprecated As of Portal 8.1.x, use ProfileControl.getProfileForUser(username) in conjunction with the UserProviderControl
getUserProfile(String) - Method in interface com.bea.p13n.controls.profile.ProfileControl
Access the profile wrapper for this user, if the user profile exists.
getUserProfileManager(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.UserManager
Deprecated As of Portal 8.1.x, use ProfileControl.getProfileForUser(username) in conjunction with the UserProviderControl
getUserProfileManager() - Method in interface com.bea.p13n.controls.profile.ProfileControl
Returns the UserProfileManager EJB, a stateless session bean used to access profile values.
getUserProfileNames() - Method in interface com.bea.p13n.controls.ejb.usermgmt.RealmConfiguration
Returns just the user profiles.
getUserProfileNames() - Method in interface com.bea.p13n.controls.profile.ProfileControl
Returns just the users found in the database.
getUserSearchPath(HttpServletRequest) - Method in interface com.bea.apps.groupspace.search.controls.GsExpressionSearchControl
Get the search path for the current user's personal data
getUserSearchPath(HttpServletRequest) - Method in interface com.bea.apps.groupspace.search.controls.GsFullTextSearchControl
Get the search path for the current user's personal data
getVersion(ContentContext, ID, String) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Get the specified version for a given node.
getVersionHistory(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Returns all the versions for a given node.
getVersions(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Returns all the versions for a given node.
getViewableTypes(ContentContext, String, int) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Returns all the types for the given repository for which the user has VIEW privileges on
getVirtualNode(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Returns a VirtualNode corresponding to the provided Node id.
getWorkflow(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Return a specific workflow document with the given id
getWorkflow(ContentContext, String, String) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Return a specific workflow document with the given name
getWorkflowForNode(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Returns the workflow document associated with the node.
getWorkflowForType(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Get the workflow for the type.
getWorkflowOrDefaultWorkflowForNode(ContentContext, Node) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
If the given node has a workflow expicitly assigned to it, it is returned.
getWorkingNodes(ContentContext) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Return all the working nodes for the user.
groupExists(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.groupExists(group)
groupExists(String) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Determines if a group exists in the realm.
GroupManager - Interface in com.bea.p13n.controls.ejb.usermgmt
Remote interface for the GroupManager session bean.
groupProfileExists(String) - Method in interface com.bea.p13n.controls.profile.ProfileControl
Determine whether the group profile exists
GroupProfileManager - Interface in com.bea.p13n.controls.ejb.usermgmt.profile
ProfileManager is a stateless session bean used to access profile values.
GroupProviderControl - Interface in com.bea.p13n.controls.securityProvider
This control: is used as an interface to the Portal security provider functionality that is specific to groups.
GroupProviderControl.GroupProviderParams - Annotation Type in com.bea.p13n.controls.securityProvider
Define the properties for this control.
GroupSpaceContentControl<T extends com.bea.apps.groupspace.content.CommunityContent> - Interface in com.bea.apps.groupspace.controls.generic
Copyright (c) 2005-2006 by BEA Systems, Inc.
GsDocControl - Interface in com.bea.apps.groupspace.documents.controls
Create a GroupSpace Document.
GsExpressionSearchControl<T extends com.bea.apps.groupspace.content.ContentBase> - Interface in com.bea.apps.groupspace.search.controls
This control is used to generate and execute portal Expression-based searches.
GsExpressionSearchControl.SearchParams - Annotation Type in com.bea.apps.groupspace.search.controls
Set the defaults for search parameters
GsFullTextSearchControl<T extends com.bea.apps.groupspace.content.ContentBase> - Interface in com.bea.apps.groupspace.search.controls
This class is used to build an execute FullTextSearch searches on data that is restricted to GroupSpace.
GsFullTextSearchControl.SearchParams - Annotation Type in com.bea.apps.groupspace.search.controls
Set the defaults for search parameters
GsKeywordSearchControl - Interface in com.bea.apps.groupspace.search.controls
This control will search ONLY GroupSpace communities that have been deployed to this same web app.
GsKeywordSearchControl.GroupSpaceSearchParams - Annotation Type in com.bea.apps.groupspace.search.controls
Scope the search

H

hasAssociateCapability(ContentContext, String, ObjectClass) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Check to see if the given type has CAN_ASSOCIATE capability for it to be associated with any workflow.
hasAssociateCapability(ContentContext, String, Workflow) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Check to see if the given workflow has CAN_ASSOCIATE capability for it to be associated with a node for the current user.
hasBrowseCapability(ContentContext, String, Node) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Check to see if the given node hasBrowseCapability for the current user.
hasCreateCapability(ContentContext, String, Node) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Check to see if the given node hasCreateCapability
hasCreateCapability(ContentContext, String, ObjectClass) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Check to see if the given type hasCreateCapability
hasCreateCapability(ContentContext, String, Workflow) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Check to see if the given workflow hasCreateCapability
hasDeleteCapability(ContentContext, String, Node) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Check to see if the given node hasDeleteCapability for the current user.
hasDeleteCapability(ContentContext, String, ObjectClass) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Check to see if the given type hasDeleteCapability for the current user.
hasDeleteCapability(ContentContext, String, Workflow) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Check to see if the given workflow hasDeleteCapability for the current user.
hasInstantiateCapability(ContentContext, String, ObjectClass) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Check to see if the given type can be instantiated by the given user
hasManageCapability(ContentContext, String) - Method in interface com.bea.portal.tools.content.controls.ContentRepositoryControl
checks if the user has the CAN_MANAGE capability on the given repository if repositoryName is null, it will test the capability on the REPOSITORY_ROOT
hasNodeReferences(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Determines if there are any nodes (including possibly some which cannot be accessed) which have a link property referring to the specified node.
hasUpdateCapability(ContentContext, String, Node) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Check to see if the given node hasUpdateCapability for the current user.
hasUpdateCapability(ContentContext, String, ObjectClass) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Check to see if the given type hasUpdateCapability for the current user.
hasUpdateCapability(ContentContext, String, Workflow) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Check to see if the given workflow hasUpdateCapability for the current user.
hasViewCapability(ContentContext, String, Node) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Check to see if the given node hasViewCapability for the current user.
hasViewCapability(ContentContext, String, ObjectClass) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Check to see if the given type hasViewCapability for the current user.
hasViewCapability(ContentContext, String, Workflow) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Check to see if the given workflow hasViewCapability for the current user.

I

isAccessAllowed(String, String, String, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationServiceControl
Runtime method used to determine if the currently logged in user will be allowed access to the particular resource.
isANewContentNode(ContentContext, ID, boolean) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Check whether or not a node has ever been published.
isAnyRepositoryManaged(ContentContext) - Method in interface com.bea.portal.tools.content.controls.ContentRepositoryControl
Return true if any repository is managed.
isCheckedOut(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Convenience method to help determine whether a node is checked out or not.
isCheckedOutByCurrentUser(ID, HttpServletRequest) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Returns true if the VirtualNode exists and is checked out by the currently logged in user
isCmBinaryDataEncoded() - Method in interface com.bea.apps.groupspace.search.controls.RepoFullTextSearchControl
 
isCmMetadataEncoded() - Method in interface com.bea.apps.groupspace.search.controls.RepoFullTextSearchControl
 
isCommunitySearchable(CommunityDefinition) - Method in interface com.bea.apps.groupspace.search.controls.GsKeywordSearchControl
Is this named community searchable?
isCurrentUserInRole(HttpServletRequest, String) - Method in interface com.bea.p13n.controls.userInfoQuery.UserInfoControl
Determine whether this user is allowed in this particular role
isDeletableGroup(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Determine if a group can be deleted.
isDeletableGroup(String) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Determine if a group can be deleted.
isDescendent(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.isDescendent(ancestor, descendent)
isDescendent(String, String) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Determine if one group is a descendent of another.
isLeaf(String, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Determines if a node has more child nodes or not.
isManageableRealm() - Method in interface com.bea.p13n.controls.ejb.usermgmt.RealmConfiguration
Determine if the current realm is writable.
isMember(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.isMemberGroup(groupname, username, recurse)
isMemberOfGroup(String, String, boolean) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Determine if a user is a member of a group.
isMemberOfGroup(String, String) - Method in interface com.bea.p13n.controls.userInfoQuery.UserInfoControl
Determine if a user is a member of a group This method federated through all readable GroupProviders in default security realm
isMembershipActive(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Determines if the member and membership records associated with the authenticated principal (logged-in user) and the currently-viewed community are active or disabled.
isNameOfExistingGroup(String) - Method in interface com.bea.apps.groupspace.links.controls.LinksControl
Validate that the group with groupName exists.
isPlaceholderLocked(int, PageDefinitionId, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
Returns true if the placeholder has an update security policy on it.
isPlaceholderLocked(int, PageInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageInstanceControl
Returns true if the placeholder has an update security policy on it.
isRepositoryManaged(ContentContext, String) - Method in interface com.bea.portal.tools.content.controls.ContentRepositoryControl
Return true if the repository is managed.
IssuesControl - Interface in com.bea.apps.groupspace.issues.controls
Create a GroupSpace Issue.

L

LayoutDefinitionControl - Interface in com.bea.portal.tools.portal.controls
A custom control interface used to interact with LayoutDefinitions.
limitSearchToDocTypes(Set<String>) - Method in interface com.bea.apps.groupspace.search.controls.EnterpriseSearchControl
Limit search to only those documents ending with this suffix.
LinksControl - Interface in com.bea.apps.groupspace.links.controls
This control creates the Link content object for GroupSpace.
LinksControl.Params - Annotation Type in com.bea.apps.groupspace.links.controls
 
LocalizationControl - Interface in com.bea.portal.tools.portal.controls
 
login(String, String, HttpServletRequest) - Method in interface com.bea.p13n.controls.login.UserLoginControl
Log this user into the Portal application
logout(HttpServletRequest) - Method in interface com.bea.p13n.controls.login.UserLoginControl
Log out current user
LookAndFeelDefinitionControl - Interface in com.bea.portal.tools.portal.controls
A custom control interface used to interact with LookAndFeelDefinitions.

M

MenuDefinitionControl - Interface in com.bea.portal.tools.portal.controls
A custom control interface used to interact with MenuDefinitionControls.
move(ID, ID) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Move Node identified by source ID to destination specified by newParent ID
move(String, String) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Move Node identified by source id string to destination specified by newParent id string
move(ContentContext, ID, ID) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Move a node.
moveLinkToGroup(Link, String) - Method in interface com.bea.apps.groupspace.links.controls.LinksControl
Move this link to another group.
moveNavigable(NavigableDefinitionId, int, BookDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookDefinitionControl
Moves a child book or page (a navigable) within the specified book.
moveNavigable(NavigableInstanceId, int, BookInstanceId, BookInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookInstanceControl
Moves a child book or page (a navigable) within the specified book.
movePlaceable(PlaceableInstanceId, int, int, PageInstanceId, PageInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageInstanceControl
Moves a book or portlet to another page instance.
movePlaceableInPageDefinition(PlaceableInstanceId, int, int, PageDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
Used to change the position of a book or portlet in a page.
movePlaceableInPageInstance(PlaceableInstanceId, int, int, PageInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageInstanceControl
Moves a book or portlet to another placeholder in the same page instance.
moveRole(String, String, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
 

N

notifyPendingAnnouncements() - Method in interface com.bea.apps.groupspace.announcements.poller.controls.AnnouncementsPollerControl
Searches all application related announcements for all communities and sends notifications for those announcements.

P

PageDefinitionControl - Interface in com.bea.portal.tools.portal.controls
A custom control interface used to interact with PageDefinitions.
PageInstanceControl - Interface in com.bea.portal.tools.portal.controls
A custom control interface used to interact with PageInstances.
pingRepository(String) - Method in interface com.bea.portal.tools.content.controls.ContentRepositoryControl
Pings a repository to check if it is available or not.
PortalControl - Interface in com.bea.portal.tools.portal.controls
 
PortalDefinitionControl - Interface in com.bea.portal.tools.portal.controls
 
PortletCategoryDefinitionControl - Interface in com.bea.portal.tools.portal.controls
A custom control interface used to interact with portlet categories.
PortletDefinitionControl - Interface in com.bea.portal.tools.portal.controls
A custom control interface used to interact with portlet definition.
PortletInstanceControl - Interface in com.bea.portal.tools.portal.controls
A custom control interface used to interact with portlet instances.
ProducerRegistryControl - Interface in com.bea.portal.tools.wsrp.controls
 
ProfileControl - Interface in com.bea.p13n.controls.profile
Control to access and modify the user profile.
profileExists(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().profileExists(name)
profileExists(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().profileExists(profileName)
promoteToCommunity(T, boolean) - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
Modifies the visibility of content from Private to Community
PropertyControl - Interface in com.bea.p13n.controls.profile
Control to access and modify the user profile.
PropertySetManager - Interface in com.bea.p13n.controls.ejb.property
PropertySetManager is a stateless session bean that provides access to property sets, through PropertySetRepositories.
purgeRole(String, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Removes this role from all security policy references and deletes the role.

R

RealmConfiguration - Interface in com.bea.p13n.controls.ejb.usermgmt
* This is the public interface for keeping personalization profile records in sync with the WLS realm.
remove(T) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Remove the thing T
remove(Node) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Remove the node
remove(Set<T>) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Remove the Set of things T
remove(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
Delete a node from the system.
remove(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
Deletes the type with the given ID.
remove(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Delete the specified workflow document from the system.
removeAll() - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Remove all
removeAttribute(String) - Method in interface com.bea.p13n.controls.events.generic.GenericEventControl
Remove the attribute.
removeByUrl(String) - Method in interface com.bea.apps.groupspace.feeds.folders.controls.FeedFoldersControl
 
removeByUrl(String, CommunityContent.Visibility) - Method in interface com.bea.apps.groupspace.feeds.folders.controls.FeedFoldersControl
 
removeCommunityAndPrivate() - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
removes all of the children of the top node
removeCommunityMembership(CommunityMemberId, CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityMemberControl
Removes a Community Membership
removeEntity(PropertyLocator) - Method in interface com.bea.p13n.controls.ejb.property.EntityPropertyManager
Deprecated with no replacement
removeEntry(String, String) - Method in interface com.bea.apps.groupspace.feeds.entries.controls.FeedEntriesControl
 
removeGroup(String) - Method in interface com.bea.apps.groupspace.links.controls.LinksControl
Remove this link folder and all links beneath it.
removeGroup(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.removeGroup(groupname)
removeGroup(String) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Remove a group.
removeGroupFromGroup(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.removeGroupFromGroup(parentGroup, childGroup)
removeGroupFromGroup(String, String) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Remove a child group from a group Caller must be in the role of PortalSystemAdminstrator
removeGroupFromRole(String, String, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Given a group name this method will remove it from the role definition.
removeGroupProfile(String) - Method in interface com.bea.p13n.controls.profile.ProfileControl
Remove this group's profile.
removeGroupsFromRole(String, List<String>, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Given a list of groups this method will remove them from the role definition.
removeMember(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Removes the CommunityMember associated with the currently authenticated user globally for all Communities.
removeMember(CommunityMemberId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityMemberControl
Removes a CommunityMember globally for all Communities.
removeMembership(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Destroys the CommunityMembership associated with the currently viewed desktop and authenticated user.
removeMembershipCapability(MembershipCapability, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Removes a capability from the CommunityMembership associated with the currently viewed desktop and authenticated user.
removeMembershipCapability(CommunityMemberId, CommunityDefinitionId, MembershipCapability, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityMemberControl
Removes a capability (owner, leader or manager) from the CommunityMembership specified.
removeNavigable(NavigableDefinitionId, BookDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookDefinitionControl
Removes a child book or page (a navigable) from the specified book.
removeNavigable(NavigableInstanceId, BookInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookInstanceControl
Removes a child book or page (a navigable) from the specified book.
removePersonal() - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
removes all of the children of the user's personal folder
removePlaceableFromPageDefinition(PlaceableInstanceId, PageDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
Removes a book or portlet from a page definition.
removePlaceableFromPageInstance(PlaceableInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageInstanceControl
Removes a portlet or book from a page instance.
removePlaceholderLock(int, PageDefinitionId, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
Removes the update security policy on a placeholder.
removePlaceholderLock(int, PageInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageInstanceControl
Removes the update security policy on a placeholder.
removePrivate() - Method in interface com.bea.apps.groupspace.controls.generic.GroupSpaceContentControl
removes all of the user's private data of type T
removeProperties(PropertyLocator) - Method in interface com.bea.p13n.controls.ejb.property.EntityPropertyManager
Deprecated with no replacement
removeProperty(PropertyLocator, String, String) - Method in interface com.bea.p13n.controls.ejb.property.EntityPropertyManager
Deprecated Use the ProfileControl to get the user or group profile manager, then call getProperties() on that . For example: ProfileControl.getUserProfileManager().removeProperty(profileName, propertySet, propertyName)
removeProperty(String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().removeProperty()
removeProperty(String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().removeProperty()
removeProperty(ProfileWrapper, String, String) - Method in interface com.bea.p13n.controls.profile.PropertyControl
Remove a property from the profile
removeRepositoryConfig(ContentContext, String) - Method in interface com.bea.portal.tools.content.controls.ContentRepositoryControl
Remove the repository config.
removeSuccessor(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().removeSuccessor()
removeSuccessor(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().removeSuccessor()
removeUser(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.UserManager
Deprecated As of Portal 8.1.x, use UserProviderControl.removeUser(username)
removeUser(String) - Method in interface com.bea.p13n.controls.securityProvider.UserProviderControl
Removes a user from the system.
removeUserFromGroup(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.GroupManager
Deprecated As of Portal 8.1.x, use GroupProviderControl.removeUserFromGroup(groupname, username)
removeUserFromGroup(String, String) - Method in interface com.bea.p13n.controls.securityProvider.GroupProviderControl
Remove a user from a group Caller must be in the role of PortalSystemAdminstrator
removeUserFromRole(String, String, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Given a user name this method will remove it from the role definition.
removeUserProfile(String) - Method in interface com.bea.p13n.controls.profile.ProfileControl
Remove this user's profile.
removeUsersFromRole(String, List<String>, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Given a list of users this method will remove them from the role definition.
rename(String, BookInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookInstanceControl
Resets the title of the book instance.
rename(String, PageInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageInstanceControl
Rename the title of the page.
RepoFullTextSearchControl<T> - Interface in com.bea.apps.groupspace.search.controls
This control is used to perform FullTextSearch in BEA content repositories.
RepoSearchControl<T> - Interface in com.bea.apps.groupspace.search.controls
A base control interface that allows configuration of parameters for searches restricted to the BEA repository (ies).
revert(ContentContext, ID) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Reverts a given checked out node.
RichTextControl - Interface in com.bea.apps.groupspace.richtext.controls
 
RuleEventControl - Interface in com.bea.p13n.controls.events.standard
This control dispatches a 'RuleEvent' to the Portal Behavior Tracking System.
RulesExecutorControl - Interface in com.bea.p13n.controls.rules
 
RulesExecutorControl.RuleParams - Annotation Type in com.bea.p13n.controls.rules
Define the properties for this control.
RulesManagerControl - Interface in com.bea.p13n.controls.rules
This control defines the API for accessing and managing rules and rulesets for the portal rules manager.

S

save(ContentContext, Node) - Method in interface com.bea.portal.tools.content.controls.ContentNodeControl
This method updates an existing node in a single transaction.
save(ContentContext, ObjectClass) - Method in interface com.bea.portal.tools.content.controls.ContentTypeControl
This method updates an existing object class in a single transaction.
save(ContentContext, ID, VersionableContent) - Method in interface com.bea.portal.tools.content.controls.ContentVersionControl
Updates the current version of the node with the specified data.
save(ContentContext, ID, String, String) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Update the workflow document meta-data.
save(ContentContext, ID, byte[]) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Updates the workflow document data.
SavedSearchControl - Interface in com.bea.apps.groupspace.search.savedsearch.controls
 
search() - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Search using the current criteria set on the control properties.
search(String) - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Execute the search with the given expression
search(Expression) - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Execute the search with the given Expression object
search(String[], String[], String) - Method in interface com.bea.apps.groupspace.search.controls.FullTextSearchControl
Construct a FullTextSearch object that will search metadata and text based on all of these restrictions.
search(ContentContext, Search, int) - Method in interface com.bea.portal.tools.content.controls.ContentSearchControl
Perform a search in the content repository.
searchAsSet(String) - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Convenience method.
searchAsSet() - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
 
searchContains(String, String, boolean) - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Find items whose property contains exactly this criteria.
searchContainsAll(String, String[]) - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Find items whose property contains all of these criteria.
searchContainsAny(String, String[]) - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Find items whose property contains any of these criteria.
SearchControl<T> - Interface in com.bea.apps.groupspace.search.controls
This is the base interface for all GroupSpace search controls.
searchCount(String, int, ExpressionBuilder.CountCriteria) - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Construct the Expression to limit based on count.
searchDate(String, String, ExpressionBuilder.DateCriteria) - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Construct the Expression to limit the date of the search.
searchEquals(String, String) - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Include this property in the search.
searchForOne(String) - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Convenience method
searchLike(String, String, boolean) - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Find items whose property contains something similar to this criteria.
searchMetadata(IMetadataQueryParameter) - Method in interface com.bea.apps.groupspace.search.controls.EnterpriseSearchControl
Search only the metadata
searchNot(String, String) - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Excludes this property from the search.
searchProperty(IMetadataQueryParameter) - Method in interface com.bea.apps.groupspace.search.controls.RepoFullTextSearchControl
Search only the properties
sendNotification(Announcement, boolean) - Method in interface com.bea.apps.groupspace.announcements.poller.controls.AnnouncementsPollerControl
Sends an announcement notification based on the provided announcement.
sendNotification(Announcement, String) - Method in interface com.bea.apps.groupspace.announcements.poller.controls.AnnouncementsPollerControl
Sends an announcement notification based on the provided announcement to the provided user only.
SessionLoginEventControl - Interface in com.bea.p13n.controls.events.standard
This control dispatches a 'SessionLoginEvent' to the Portal Behavior Tracking System.
setAttribute(String, Serializable) - Method in interface com.bea.p13n.controls.events.generic.GenericEventControl
Set a named event attribute.
setAttribute(String, Serializable) - Method in interface com.bea.p13n.controls.events.generic.GenericTrackingControl
Set a named event attribute.
setCmBinaryDataEncoded(boolean) - Method in interface com.bea.apps.groupspace.search.controls.RepoFullTextSearchControl
 
setCmMetadataEncoded(boolean) - Method in interface com.bea.apps.groupspace.search.controls.RepoFullTextSearchControl
 
setCommunityExpirationDate(Date, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Sets the expiration date for the community associated with the currently viewed desktop.
setCommunityKeywords(CommunityDefinition, Set<String>) - Method in interface com.bea.apps.groupspace.search.controls.GsKeywordSearchControl
Add a set of keywords for this named community that will be used to describe the community, and on which we'll search (eg, find communities related to 'bears')
setDefaultNavigable(NavigableDefinitionId, BookDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookDefinitionControl
Sets the default navigable for a book.
setDefaultNavigable(NavigableInstanceId, BookInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookInstanceControl
Sets the default navigable for a book.
setDefaultVisibility(CommunityContent.Visibility) - Method in interface com.bea.apps.groupspace.feeds.folders.controls.FeedFoldersControl
 
setDefaultWorkflow(ContentContext, String, byte[]) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Sets a default workflow for the repository
setDoFilter(boolean) - Method in interface com.bea.p13n.controls.rules.RulesExecutorControl
Toggle the filtering option, overriding the control property setting.
setEnableSearchCache(boolean) - Method in interface com.bea.apps.groupspace.search.controls.RepoFullTextSearchControl
By default, the search cache is disabled
setExcludeObjectClassNames(String[]) - Method in interface com.bea.apps.groupspace.search.controls.ExpressionSearchControl
Exclude these ObjectClasses from the search.
setFilterClass(String) - Method in interface com.bea.p13n.controls.rules.RulesExecutorControl
Set the Java Class on which the rules results will be filtered.
setFilterClasses(String[]) - Method in interface com.bea.p13n.controls.rules.RulesExecutorControl
Set the array of Java Class names on which the rules results will be filtered.
setFilterRule(String) - Method in interface com.bea.p13n.controls.rules.RulesExecutorControl
Set the rule name for which the filter will be applied.
setForkRender(boolean, PortletDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletDefinitionControl
Convienience method for setting the Thread behavior for the provided portlet.
setMetadataParameter(IMetadataQueryParameter) - Method in interface com.bea.apps.groupspace.search.controls.FullTextSearchControl
Add other restrictions on properties.
setMetadataParameters(IMetadataQueryParameter[]) - Method in interface com.bea.apps.groupspace.search.controls.FullTextSearchControl
Add other restrictions on properties.
setNodeWorkflow(ContentContext, ID, ID) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Sets the specific workflow document to the given node.
setParentInheritanceFlag(boolean, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationServiceControl
Method used to set whether a role has implicitly granted the capabilities of a sub-role to its parent role
setPassword(String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.UserManager
Deprecated As of Portal 8.1.x, use UserProviderControl.setPassword(username, password)
setPassword(String, String) - Method in interface com.bea.p13n.controls.securityProvider.UserProviderControl
Sets the password for a user in the realm.
setPersonalPagesEnabled(boolean, CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityManagerControl
Enabled Personal Pages.
setPlaceholderLock(int, PageDefinitionId, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
Creates an update secuity policy on a placholder.
setPlaceholderLock(int, PageInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageInstanceControl
Creates an update secuity policy on a placholder.
setPropDef(PropertyDefinition) - Method in class com.bea.content.controls.extensible.CmxControl.PropertyPair
 
setProperties(ProfileWrapper, EntityPropertyCache) - Method in interface com.bea.p13n.controls.profile.PropertyControl
Set properties in this EntityPropertyCache back into the user's profile.
setProperties(ProfileWrapper, EntityPropertyCache) - Method in interface com.bea.p13n.controls.profile.UserProfileControl
Deprecated as of Portal 8.1 Use multiple invocations of ProfileControl.setProperty(profileName, propertySet, property, value)
setProperty(Property) - Method in class com.bea.content.controls.extensible.CmxControl.PropertyPair
 
setProperty(PropertyLocator, String, String, Object) - Method in interface com.bea.p13n.controls.ejb.property.EntityPropertyManager
Deprecated Use the ProfileControl to get the user or group profile manager, then call setProperty() on that. For example: ProfileControl.getUserProfileManager().setProperty(profileName, propertySet, propertyName, value)
setProperty(String, String, String, Object) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().setProperty()
setProperty(String, String, String, Object) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().setProperty()
setProperty(ProfileWrapper, String, String, Object) - Method in interface com.bea.p13n.controls.profile.PropertyControl
Set an individual property.
setProperty(ProfileWrapper, String, String, Object) - Method in interface com.bea.p13n.controls.profile.UserProfileControl
Deprecated as of Portal 8.1 Use ProfileControl.setProperty(profileName, propertySet, property, value)
setRoleSegmentLogicalAnd(String, boolean, ResourceContext) - Method in interface com.bea.portal.tools.da.controls.DelegationRoleManagerControl
Sets the role segment logical and boolean value for a given role.
setSearchDatabases(Set<String>) - Method in interface com.bea.apps.groupspace.search.controls.FullTextSearchControl
Once we know from which databases we can choose, we can limit the search to that set of databases.
setSearchPath(String) - Method in interface com.bea.apps.groupspace.search.controls.RepoFullTextSearchControl
Search paths are automatically set for some controls, such as the GroupSpace controls.
setSearchPath(String) - Method in interface com.bea.apps.groupspace.search.controls.RepoSearchControl
Search paths are automatically set for some controls, such as the GroupSpace controls.
setSearchPaths(String[]) - Method in interface com.bea.apps.groupspace.search.controls.RepoFullTextSearchControl
Search paths are automatically set for some controls, such as the GroupSpace controls.
setSearchPaths(String[]) - Method in interface com.bea.apps.groupspace.search.controls.RepoSearchControl
Search paths are automatically set for some controls, such as the GroupSpace controls.
setSearchScope(GroupSpaceSearch.FullTextScope) - Method in interface com.bea.apps.groupspace.search.controls.FullTextSearchControl
Set the search scope of the control.
setSortCriteria(SortCriteria[]) - Method in interface com.bea.apps.groupspace.search.controls.SearchControl
Optionally add sort criteria to the search.
setSortOrder(SortOrder) - Method in interface com.bea.apps.groupspace.search.controls.GsFullTextSearchControl
Set the desired sort order...modifies sort order of all sortCriteria
setSuccessor(String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager
Deprecated Use ProfileControl.getGroupProfileManager().setSuccessor()
setSuccessor(String, String, String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager
Deprecated Use ProfileControl.getUserProfileManager().setSuccessor()
setTitleAndDescription(String, String, BookDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookDefinitionControl
Set the title and / or description for the specified book.
setTypeWorkflow(ContentContext, ID, ID) - Method in interface com.bea.portal.tools.content.controls.ContentWorkflowControl
Sets the specific workflow document to the given type.
ShellDefinitionControl - Interface in com.bea.portal.tools.portal.controls
A custom control interface used to interact with shell definitions.

T

TemplateDefinitionControl - Interface in com.bea.portal.tools.portal.controls
 
textContains(String) - Method in interface com.bea.apps.groupspace.search.controls.FullTextSearchControl
Text contains this value todo: give examples
textEquals(String) - Method in interface com.bea.apps.groupspace.search.controls.FullTextSearchControl
Match the exact value
toString() - Method in class com.bea.content.controls.extensible.CmxControl.PropertyPair
 

U

update(T) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Update an existing thing
update(Set<T>) - Method in interface com.bea.apps.groupspace.controls.generic.ContentControlBase
Update a Set of existing things
updateCache(boolean, int, PortletDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletDefinitionControl
Updates the portlet definition cache setting.
updateCommunity(CommunityDefinition, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Updates the CommunityDefinition for the community associated with the currently viewed desktop.
updateCommunity(CommunityInfo, CommunityDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityManagerControl
Updates a Community
updateDesktopDefinition(DesktopDefinition, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Update a desktop definition.
updateLastAccessDate(ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.CommunityContextControl
Updates the last access date for the membership associated with the currently viewed desktop and authenticated user.
updateLocalizationResource(LocalizationIntersectionId, Locale, String, String, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LocalizationControl
Updates a LocalizationResource
updateLocalizationResource(LocalizationResource, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.LocalizationControl
Updates a LocalizationResource
updateLookAndFeelInDesktopDefinition(LookAndFeelDefinitionId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Updates the the look and feel for a desktop definiton.
updateLookAndFeelInDesktopInstance(LookAndFeelDefinitionId, DesktopInstanceId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopInstanceControl
Updates the the look and feel for a desktop instance.
updatePageDefinitionLayout(LayoutDefinitionId, PageDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
Updates the layout of the page definition.
updatePageDefinitionTheme(ThemeDefinitionId, PageDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageDefinitionControl
Updates the page definition's theme.
updatePageInstanceLayout(LayoutDefinitionId, PageInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageInstanceControl
Updates the page instance layout.
updatePageInstanceTheme(ThemeDefinitionId, PageInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PageInstanceControl
Updates the page instance theme.
updatePortalDefinition(String, PortalPath, PortalDefinition, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortalDefinitionControl
Updates a portal definition.
updatePortletInstance(PortletInstance, DesktopDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletInstanceControl
Update the portlet instance within the context of a desktop.
updatePortletInstance(PortletInstance, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletInstanceControl
Update the portlet instance outside the context of a desktop (in a Library).
updatePrimaryBookInDesktopDefinition(BookDefinitionId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Updates the primary book definition associated with a desktop.
updateRepositoryConfig(ContentContext, RepositoryConfig) - Method in interface com.bea.portal.tools.content.controls.ContentRepositoryControl
Update the repository config.
updateShellInDesktopDefinition(ShellDefinitionId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Update the shell for the desktop.
updateTheme(ThemeDefinitionId, PortletDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletDefinitionControl
Updates a portlet definition theme based on the provided portlet definition Id.
updateTheme(ThemeDefinitionId, PortletInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletInstanceControl
Update the portlet instance Theme setting.
updateThemeAndMenu(MenuDefinitionId, ThemeDefinitionId, BookDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookDefinitionControl
Updates the appearance of a book.
updateThemeAndMenu(MenuDefinitionId, ThemeDefinitionId, BookInstanceId, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.BookInstanceControl
Updates the appearance of a book.
updateTitleAndDescription(String, String, PortletDefinitionId, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.PortletDefinitionControl
Updates the portlet definition title and description.
updateTreeOptimization(boolean, String, PortalPath, DesktopPath, ResourceContext) - Method in interface com.bea.portal.tools.portal.controls.DesktopDefinitionControl
Updates the tree optization attribute for the desktop
userExists(String) - Method in interface com.bea.p13n.controls.ejb.usermgmt.UserManager
Deprecated As of Portal 8.1.x, use UserProviderControl.userExists(username)
userExists(String) - Method in interface com.bea.p13n.controls.profile.UserProfileControl
Deprecated as of Portal 8.1 Use UserProviderControl.userExists(username)
userExists(String) - Method in interface com.bea.p13n.controls.securityProvider.UserProviderControl
Determine whether a user exists
UserInfoControl - Interface in com.bea.p13n.controls.userInfoQuery
This control is used to query information about a particular user, such as which groups the user belongs to, which roles the user is in, which roles are available to the user.
userIsRegistered(HttpServletRequest) - Method in interface com.bea.p13n.controls.userInfoQuery.UserInfoControl
Determine whether this user is a registered user type
UserLoginControl - Interface in com.bea.p13n.controls.login
This control: is used by the portal GUI components to send authentication information to the portal site allows a site visitor to log in to the portal gives some indication as to whether the login is successful by providing access to the user's profile information, and throwing an exception otherwise.
UserManager - Interface in com.bea.p13n.controls.ejb.usermgmt
Remote Interface for the UserManager session bean.
UserProfileControl - Interface in com.bea.p13n.controls.profile
Control to access and modify the user profile.
userProfileExists(String) - Method in interface com.bea.p13n.controls.profile.ProfileControl
Determine whether the user profile exists
userProfileExists(String) - Method in interface com.bea.p13n.controls.profile.UserProfileControl
Deprecated as of Portal 8.1 Use ProfileControl.getUserProfileManager().profileExists(username)
UserProfileManager - Interface in com.bea.p13n.controls.ejb.usermgmt.profile
ProfileManager is a stateless session bean used to access profile values.
UserProviderControl - Interface in com.bea.p13n.controls.securityProvider
This control: is used as an interface to the Portal security provider functionality that is specific to users.
UserProviderControl.UserProviderParams - Annotation Type in com.bea.p13n.controls.securityProvider
Define the properties for this control.
UserRegistrationEventControl - Interface in com.bea.p13n.controls.events.standard
This control dispatches a 'UserRegistrationEvent' to the Portal Behavior Tracking System.

V

valueOf(String) - Static method in enum com.bea.apps.groupspace.controls.generic.ContentControlBase.NodeSearchType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bea.apps.groupspace.controls.generic.ContentControlBase.NodeSearchType
Returns an array containing the constants of this enum type, in the order theyre declared.

A B C D E F G H I L M N P R S T U V

Copyright © 2006 BEA Systems, Inc. All Rights Reserved