Skip navigation links

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


oracle.webcenter.framework.resource
Interface WebCenterResource

All Known Subinterfaces:
DocumentDescriptor, ResourceDescriptor
All Known Implementing Classes:
PageResource

public interface WebCenterResource
Since:
release specific (what release of product did this appear in)

Method Summary
 java.lang.String getName()
          Returns the name 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.

 

Method Detail

getResourceId

java.lang.String getResourceId()
Returns the id of the Resource.
Returns:
The resource id.

getScope

oracle.webcenter.framework.service.Scope getScope()
Returns the scope of the Resource.
Returns:
The scope.

getName

java.lang.String getName()
Returns the name of the Resource.
Returns:
The resource name.

getServiceId

java.lang.String getServiceId()
Returns the service id.
Returns:
The service id.

getShortDescription

java.lang.String getShortDescription()
Returns the short description.
Returns:
The short description.

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.