Interface GroupSpaceDocumentsInfo
@Exported
public interface GroupSpaceDocumentsInfo
This bean provides information on a group space folder
- Since:
- 11.1.1.4.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns a bean providing information around the group space folderoracle.webcenter.framework.service.Scope
getScope()
Provides the group space identifier for which this bean is providing folder informationboolean
Checks whether the documents service is enabled in this group space
-
Method Details
-
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:
- {@ code true} 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.
-