Skip navigation links

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


oracle.webcenter.doclib.view.spaces
Interface GroupSpaceDocumentsInfo


public interface GroupSpaceDocumentsInfo

This bean provides information on a group space folder

Since:
11.1.1.4.0
See Also:
DocumentsServiceBean

Method Summary
 DocumentDescriptor getFolderInfo()
          Returns a bean providing information around the group space folder
 oracle.webcenter.framework.service.Scope getScope()
          Provides the group space identifier for which this bean is providing folder information
 boolean isProvisioned()
          Checks whether the documents service is enabled in this group space

 

Method Detail

getScope

oracle.webcenter.framework.service.Scope getScope()
Provides the group space identifier for which this bean is providing folder information
Returns:
The group space identifier

isProvisioned

boolean isProvisioned()
Checks whether the documents service is enabled in this group space
Returns:
if it is enabled, otherwise false

getFolderInfo

DocumentDescriptor getFolderInfo()
Returns a bean providing information around the group space folder
Returns:
a bean providing information on the group space folder. Returns null if the documents service is not provisioned or if the current user does not have read access to group space documents.

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.