Skip navigation links

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


oracle.webcenter.page.model
Class PageResource

java.lang.Object
  extended by oracle.webcenter.page.model.PageResource

All Implemented Interfaces:
java.io.Serializable, oracle.webcenter.framework.resource.HierarchicalResource, WebCenterResource

public final class PageResource
extends java.lang.Object
implements oracle.webcenter.framework.resource.HierarchicalResource, java.io.Serializable
Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Field Summary

 

Fields inherited from interface oracle.webcenter.framework.resource.HierarchicalResource
PATH_SEPERATOR

 

Constructor Summary
PageResource()
           
PageResource(PageDef page)
           

 

Method Summary
 java.util.List<oracle.webcenter.framework.resource.HierarchicalResource> getAllChildren()
           
 java.lang.String getLogicalPath()
           
 java.lang.String getName()
          Returns the name of the Resource.
 java.util.List<oracle.webcenter.framework.resource.HierarchicalResource> getParentResourceHierarchy()
           
 java.util.Map<java.lang.String,java.lang.String> getProperties()
          Return the attributes of the resource
 java.lang.String getProperty(java.lang.String propName)
          Return a specific attribute of the resource
 java.lang.String getResourceId()
          Returns the id of the Resource.
 oracle.webcenter.framework.service.Scope getScope()
          Returns the scope of the Resource.
 java.lang.String getServiceId()
          Returns the service id.
 java.lang.String getShortDescription()
          Returns the short description.

 

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

 

Constructor Detail

PageResource

public PageResource(PageDef page)
Parameters:
page -

PageResource

public PageResource()

Method Detail

getResourceId

public java.lang.String getResourceId()
Description copied from interface: WebCenterResource
Returns the id of the Resource.
Specified by:
getResourceId in interface WebCenterResource
Returns:
The resource id.

getScope

public oracle.webcenter.framework.service.Scope getScope()
Description copied from interface: WebCenterResource
Returns the scope of the Resource.
Specified by:
getScope in interface WebCenterResource
Returns:
The scope.

getName

public java.lang.String getName()
Description copied from interface: WebCenterResource
Returns the name of the Resource.
Specified by:
getName in interface WebCenterResource
Returns:
The resource name.

getServiceId

public java.lang.String getServiceId()
Description copied from interface: WebCenterResource
Returns the service id.
Specified by:
getServiceId in interface WebCenterResource
Returns:
The service id.

getShortDescription

public java.lang.String getShortDescription()
Description copied from interface: WebCenterResource
Returns the short description.
Specified by:
getShortDescription in interface WebCenterResource
Returns:
The short description.

getParentResourceHierarchy

public java.util.List<oracle.webcenter.framework.resource.HierarchicalResource> getParentResourceHierarchy()
Specified by:
getParentResourceHierarchy in interface oracle.webcenter.framework.resource.HierarchicalResource

getLogicalPath

public java.lang.String getLogicalPath()
Specified by:
getLogicalPath in interface oracle.webcenter.framework.resource.HierarchicalResource

getAllChildren

public java.util.List<oracle.webcenter.framework.resource.HierarchicalResource> getAllChildren()
Specified by:
getAllChildren in interface oracle.webcenter.framework.resource.HierarchicalResource

getProperties

public java.util.Map<java.lang.String,java.lang.String> getProperties()
Return the attributes of the resource
Specified by:
getProperties in interface oracle.webcenter.framework.resource.HierarchicalResource

getProperty

public java.lang.String getProperty(java.lang.String propName)
Return a specific attribute of the resource
Specified by:
getProperty in interface oracle.webcenter.framework.resource.HierarchicalResource

Skip navigation links

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


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.