public final class PageRelationshipServiceImpl
extends RelationshipService
implements oracle.webcenter.framework.resource.ResourceAuthorizer
| Constructor and Description |
|---|
PageRelationshipServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName(java.util.Locale locale)
Gets the display name of this relationship service.
|
java.util.List<oracle.webcenter.framework.resource.ResourceInfo> |
getResourceInfo(oracle.webcenter.framework.service.Scope scope,
java.util.List<java.lang.String> resourceIds) |
oracle.webcenter.framework.resource.ResourceInfo |
getResourceInfo(oracle.webcenter.framework.service.Scope scope,
java.lang.String resourceId) |
java.lang.String |
getResourceObjectName(java.util.Locale locale)
Gets 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)
Gets a collection of
ViewObjects for the object Ids that is passed in. |
ViewObject |
isObjectAvailable(java.security.Principal principal,
java.lang.String objectId)
Gets a
ViewObject for the objectId that is passed in. |
public java.lang.String getDisplayName(java.util.Locale locale)
throws RelationshipException
locale - the user's locale.RelationshipException - if an error occurspublic java.lang.String getResourceObjectName(java.util.Locale locale)
locale - the user's locale.public ViewObject isObjectAvailable(java.security.Principal principal,
java.lang.String objectId)
ViewObject for the objectId that is passed in.principal - The user.objectId - The object id.RelationshipException - If something goes wrong.public java.util.Collection<ViewObject> isObjectAvailable(java.security.Principal principal,
java.util.Collection<java.lang.String> objectIds)
ViewObjects for the object Ids that is passed in.principal - the user.objectIds - the object ids.RelationshipException - if an error occurspublic oracle.webcenter.framework.resource.ResourceInfo getResourceInfo(oracle.webcenter.framework.service.Scope scope,
java.lang.String resourceId)
getResourceInfo in interface oracle.webcenter.framework.resource.ResourceAuthorizerpublic java.util.List<oracle.webcenter.framework.resource.ResourceInfo> getResourceInfo(oracle.webcenter.framework.service.Scope scope,
java.util.List<java.lang.String> resourceIds)
getResourceInfo in interface oracle.webcenter.framework.resource.ResourceAuthorizer