Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


oracle.webcenter.spaces.metadata
Interface GSMetadata

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GroupSpaceWSMetadata

public interface GSMetadata
extends java.io.Serializable

This is an interface which contains methods which represents the data of a group space. This can be used in the custom applications as this contains a less detailed information when compared to the spaces metadata


Method Summary
 int getChildGSCount()
          This API returns the count of sub group spaces
 java.lang.String getCopyRightMessage()
          This API fetches the copyrightMessage
 java.lang.String getCreatedBy()
          This method returns the user who created the group space
 java.util.Calendar getCreatedDate()
          This method returns the created date
 java.util.List<GSCustomAttribute> getCustomAttributes()
          This method returns a list of custom attributes of a group space
 java.lang.String getDescription()
          This method returns the description of the group space
 java.lang.String getDisplayName()
          This method returns the displayNmae of the group space
 java.lang.String getGroupSpaceURI()
          This method returns pretty url of the Group space like spaces/<GSName>
 java.lang.String getGuid()
          This method returns the Group Space guid
 java.lang.String getIconURI()
          This method returns the url of group space icon
 java.lang.String getKeywords()
          This method returns the keywords representing the groupspace
 java.util.Calendar getLastActivityTime()
          This API returns the last activity time for a particular group space
 java.util.Calendar getLastUpdatedDate()
          This method returns the last updated date
 java.lang.String getLogoURI()
          This method returns the url of the group space logo
 java.lang.String getMailingList()
          This method returns the email ids of the group space members.
 int getMemberCount()
          This API returns the count of members in a group space
 java.lang.String getName()
          This method returns the Group Space name
 java.lang.String getParentGuid()
          This API returns the Guid of the parent scope
 java.lang.String getPrivacyURL()
          This API fetches the privacyURL
 java.util.List<java.lang.String> getProvisionedServicesId()
          This method returns the list of provisioned services Id
 java.lang.String getSecurityParentGuid()
          This API returns the guid of the security parent
 java.lang.String getSelfRegPage()
          This API returns the self registration page of a scope
 java.util.List<java.lang.String> getSelfSubscriptionEnabledRoles()
          This API fetches the privacyURL
 GSServiceConfigData getServiceConfigData(java.lang.String serviceId)
          This method returns the GSServiceMetadata and GSServiceMetadata.getServiceAttibutes() returns the service attributes
 boolean isClosed()
          This method returns if the Group Space is closed or open
 boolean isDiscoverable()
          This method returns is the Group Space is discoverable or not
 boolean isFooterHidden()
          This API checks if the footer is hidden
 boolean isOffline()
          This method returns boolean if the Group space is online or offline
 boolean isPublic()
          This method returns if the Group Space is public or now
 boolean isSeeded()
          This method returns if the Group Space/template is seeded
 boolean isSelfSubEnabled()
          This method returns boolean if the Group space is enabled for self subscription

 

Method Detail

getProvisionedServicesId

java.util.List<java.lang.String> getProvisionedServicesId()
This method returns the list of provisioned services Id
Returns:
List<Service>

getServiceConfigData

GSServiceConfigData getServiceConfigData(java.lang.String serviceId)
This method returns the GSServiceMetadata and GSServiceMetadata.getServiceAttibutes() returns the service attributes
Returns:
List<Service>

getCreatedBy

java.lang.String getCreatedBy()
This method returns the user who created the group space
Returns:
String createdBy

getCustomAttributes

java.util.List<GSCustomAttribute> getCustomAttributes()
This method returns a list of custom attributes of a group space
Returns:
List<GSCustomAttribute>

getDescription

java.lang.String getDescription()
This method returns the description of the group space
Returns:

getDisplayName

java.lang.String getDisplayName()
This method returns the displayNmae of the group space
Returns:

isOffline

boolean isOffline()
This method returns boolean if the Group space is online or offline
Returns:
boolean

isSelfSubEnabled

boolean isSelfSubEnabled()
This method returns boolean if the Group space is enabled for self subscription
Returns:
boolean

isClosed

boolean isClosed()
This method returns if the Group Space is closed or open
Returns:
boolean

getGuid

java.lang.String getGuid()
This method returns the Group Space guid
Returns:
String

getIconURI

java.lang.String getIconURI()
This method returns the url of group space icon
Returns:
String

getLogoURI

java.lang.String getLogoURI()
This method returns the url of the group space logo
Returns:

getKeywords

java.lang.String getKeywords()
This method returns the keywords representing the groupspace
Returns:
Sting

getLastUpdatedDate

java.util.Calendar getLastUpdatedDate()
This method returns the last updated date
Returns:
Calendar

getCreatedDate

java.util.Calendar getCreatedDate()
This method returns the created date
Returns:
Calendar

getMailingList

java.lang.String getMailingList()
This method returns the email ids of the group space members. It returns the comma separated email ids.
Returns:
String

getName

java.lang.String getName()
This method returns the Group Space name
Returns:
Sting

isDiscoverable

boolean isDiscoverable()
This method returns is the Group Space is discoverable or not
Returns:
boolean

isPublic

boolean isPublic()
This method returns if the Group Space is public or now
Returns:
boolean

isSeeded

boolean isSeeded()
This method returns if the Group Space/template is seeded
Returns:
boolean

getGroupSpaceURI

java.lang.String getGroupSpaceURI()
This method returns pretty url of the Group space like spaces/<GSName>
Returns:
String

getChildGSCount

int getChildGSCount()
This API returns the count of sub group spaces

getMemberCount

int getMemberCount()
This API returns the count of members in a group space

getLastActivityTime

java.util.Calendar getLastActivityTime()
This API returns the last activity time for a particular group space

getSelfRegPage

java.lang.String getSelfRegPage()
This API returns the self registration page of a scope

isFooterHidden

boolean isFooterHidden()
This API checks if the footer is hidden
Returns:

getCopyRightMessage

java.lang.String getCopyRightMessage()
This API fetches the copyrightMessage
Returns:

getPrivacyURL

java.lang.String getPrivacyURL()
This API fetches the privacyURL
Returns:

getSelfSubscriptionEnabledRoles

java.util.List<java.lang.String> getSelfSubscriptionEnabledRoles()
This API fetches the privacyURL
Returns:

getParentGuid

java.lang.String getParentGuid()
This API returns the Guid of the parent scope
Returns:

getSecurityParentGuid

java.lang.String getSecurityParentGuid()
This API returns the guid of the security parent
Returns:

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


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