|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
RelationshipService
oracle.webcenter.page.model.PageRelationshipServiceImpl
public final class PageRelationshipServiceImpl
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 |
|---|
public PageRelationshipServiceImpl()
| Method Detail |
|---|
public java.lang.String getDisplayName(java.util.Locale locale)
throws RelationshipException
locale - The user's locale.RelationshipException - If something goes wrong.public 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 objectId that is passed in.principal - The user.objectIds - The object ids.RelationshipException - If something goes wrong.
public ResourceInfo getResourceInfo(Scope scope,
java.lang.String resourceId)
public java.util.List<ResourceInfo> getResourceInfo(Scope scope,
java.util.List<java.lang.String> resourceIds)
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||