Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.3.0)
E15995-02


oracle.webcenter.page.model
Class PageRelationshipServiceImpl

java.lang.Object
  extended by RelationshipService
      extended by oracle.webcenter.page.model.PageRelationshipServiceImpl


public final class PageRelationshipServiceImpl
extends RelationshipService

Page Service implementation of the relationship service.


Constructor Summary
PageRelationshipServiceImpl()
           

 

Method Summary
 java.lang.String getDisplayName(java.util.Locale locale)
          Get the display name of this relationship service.
 java.util.List<ResourceInfo> getResourceInfo(Scope scope, java.util.List<java.lang.String> resourceIds)
           
 ResourceInfo getResourceInfo(Scope scope, java.lang.String resourceId)
           
 java.lang.String getResourceObjectName(java.util.Locale locale)
          Get the resource object name for resource objects in this service.
 java.util.Collection<ViewObject> isObjectAvailable(java.security.Principal principal, java.util.Collection<java.lang.String> objectIds)
          Get a Colelction of ViewObjects for the objectId that is passed in.
 ViewObject isObjectAvailable(java.security.Principal principal, java.lang.String objectId)
          Get a ViewObject for the objectId that is passed in.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PageRelationshipServiceImpl

public PageRelationshipServiceImpl()

Method Detail

getDisplayName

public java.lang.String getDisplayName(java.util.Locale locale)
                                throws RelationshipException
Get the display name of this relationship service.
Parameters:
locale - The user's locale.
Returns:
The display name.
Throws:
RelationshipException - If something goes wrong.

getResourceObjectName

public java.lang.String getResourceObjectName(java.util.Locale locale)
Get the resource object name for resource objects in this service.
Parameters:
locale - The user's locale.
Returns:
The resource object name.

isObjectAvailable

public ViewObject isObjectAvailable(java.security.Principal principal,
                                    java.lang.String objectId)
Get a ViewObject for the objectId that is passed in.
Parameters:
principal - The user.
objectId - The object id.
Returns:
The ViewObject for this objectId.
Throws:
RelationshipException - If something goes wrong.

isObjectAvailable

public java.util.Collection<ViewObject> isObjectAvailable(java.security.Principal principal,
                                                          java.util.Collection<java.lang.String> objectIds)
Get a Colelction of ViewObjects for the objectId that is passed in.
Parameters:
principal - The user.
objectIds - The object ids.
Returns:
The ViewObjects for these objectIds.
Throws:
RelationshipException - If something goes wrong.

getResourceInfo

public ResourceInfo getResourceInfo(Scope scope,
                                    java.lang.String resourceId)

getResourceInfo

public java.util.List<ResourceInfo> getResourceInfo(Scope scope,
                                                    java.util.List<java.lang.String> resourceIds)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.3.0)
E15995-02


Copyright © 2009, 2010, Oracle. All rights reserved.