Class GroupSpaceWSMetadata
- All Implemented Interfaces:
Serializable
,GSMetadata
GroupSpaceWSClient
class methods which return
the instance of this class. It is recommended that users should get the
instance of this class from the methods of GroupSpaceWSClient
.
It provides different properties/attributes of Group Spaces like the
description of the group space, who created the group space, Icon URL of the
group space, Keywords used to denote the group space, mailing list, Group
Space Logo, the state of the group space, when the group space was last
updated, who all are the members of the group space and any custom attributes
defined with the group space. One can get the URL of the group space from
class GroupSpaceWSClient
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGroupSpaceWSMetadata
(oracle.webcenter.spaces.internal.ws.client.proxy.types.GsMetadataImpl metadata) Constructor of this class.. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the acronym of group space logo urlReturns the list of all service metadata.int
THIS API returns the childGS countThis API fetches the copyrightMessageReturns the creator's name of the Group SpaceThis method returns the created dateThis API returns custom attributes for a current Group Space.Returns the description of the Group SpaceReturns the display name of the Group SpaceThis method returns pretty url of the Group space like spaces/getGuid()
Retruns the GUID of the GSReturns the location of the group space IconReturns the comma separated list of Keywords which define the Group SpaceTHIS API returns the last activity timeReturns the last Updated Date of current Group Space in the format of Gregorian CalenderThis method returns the last updated dateReturns the location of the Logo of the Group SpaceReturns the mailing list for the current group spaceint
THIS API returns the member countgetName()
Returns the name of the Group SpaceThis API returns the Guid of the parent scopeThis method returns the portal color of group space logo urlThis method returns the preview of group space logo urlThis API fetches the privacyURLThis method returns the list of provisioned services IdThis API returns the guid of the security parentThis API returns the self registration page of a scopeThis API fetches the privacyURLgetServiceConfigData
(String serviceId) This method returns the GSServiceMetadata and GSServiceMetadata.getServiceAttibutes() returns the service attributesboolean
isClosed()
This method returns if the Group Space is closed or openboolean
Returns if the group Is discoverableboolean
This API checks if the footer is hiddenboolean
This method returns boolean if the Group space is online or offlineboolean
isPublic()
Deprecated.boolean
Returns if the Group Space is Publicboolean
isSeeded()
This method returns if the Group Space is public or nowboolean
This method returns boolean if the Group space is enabled for self subscriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface oracle.webcenter.spaces.metadata.GSMetadata
getNavigationMetadataScope
-
Constructor Details
-
GroupSpaceWSMetadata
public GroupSpaceWSMetadata(oracle.webcenter.spaces.internal.ws.client.proxy.types.GsMetadataImpl metadata) Constructor of this class.. ThrowsIllegalArgumentException
if parameter is ull or empty- Parameters:
metadata
- SpaceType Metadata
-
-
Method Details
-
getDisplayName
Returns the display name of the Group Space- Specified by:
getDisplayName
in interfaceGSMetadata
- Returns:
- Display Name of the Group Space
-
getName
Returns the name of the Group Space- Specified by:
getName
in interfaceGSMetadata
- Returns:
- Name of the Group Space
-
getCreatedBy
Returns the creator's name of the Group Space- Specified by:
getCreatedBy
in interfaceGSMetadata
- Returns:
- The name of the identity who created the group space
-
getDescription
Returns the description of the Group Space- Specified by:
getDescription
in interfaceGSMetadata
- Returns:
- The description of the group space
-
getIconURI
Returns the location of the group space Icon- Specified by:
getIconURI
in interfaceGSMetadata
- Returns:
- Icon location
-
getPortalColor
This method returns the portal color of group space logo url- Specified by:
getPortalColor
in interfaceGSMetadata
- Returns:
- String
-
getAcronym
This method returns the acronym of group space logo url- Specified by:
getAcronym
in interfaceGSMetadata
- Returns:
- String
-
getPreview
This method returns the preview of group space logo url- Specified by:
getPreview
in interfaceGSMetadata
- Returns:
- String
-
getKeywords
Returns the comma separated list of Keywords which define the Group Space- Specified by:
getKeywords
in interfaceGSMetadata
- Returns:
- Comma separated list of string i.e. keywords
-
getLogoURI
Returns the location of the Logo of the Group Space- Specified by:
getLogoURI
in interfaceGSMetadata
- Returns:
- Location of the Group Space Logo
-
getLastUpdated
Returns the last Updated Date of current Group Space in the format of Gregorian Calender- Returns:
- The Last updated date in Gregorial Calender format
-
getMailingList
Returns the mailing list for the current group space- Specified by:
getMailingList
in interfaceGSMetadata
- Returns:
- Returns the mailing list/distribution list for current Group Space
-
getMembers
- Returns:
- Returns List
. Each GroupSpaceWSMembers contains 3 methods, which gives details about the member name,isGroup and their role.
-
getAllServiceMetadata
Returns the list of all service metadata. i.e. The service metadata list currently provisioned in Group Space.- Returns:
- Returns List
. Each ServiceMetadata contains the service id and the map.
-
getCustomAttributes
This API returns custom attributes for a current Group Space.Returns custom attributes for given Space name. Each custom a support following attributes: name, description, type, value. CustomAttribute metadata is a bean and users can get the information about the attributes.
Look at the following example:
GroupSpaceWSClient wsClient = GroupSpaceWSClient().getInstance();
This attribute object should be used only at the time of creating the a Group Space
GroupSpaceWSMetadata metadata = wsClient.getGroupSpaceMetadata("FinanceProject");
List<CustomMetadata.Attribute> attributes = wsClient.getCustomAttributes();
for(CustomMetadata.Attribute attribute: attributes)
{
System.out.println("Name :" + attribute.getName());
System.out.println("Description :" + attribute.getDescription());
System.out.println("Type :" + attribute.getType());
System.out.println("value.toString() :" + attribute.getValue().toString());
}
- Specified by:
getCustomAttributes
in interfaceGSMetadata
- Returns:
- Returns the list of custom attribute Beans for current Group Space
-
isDiscoverable
public boolean isDiscoverable()Returns if the group Is discoverable- Specified by:
isDiscoverable
in interfaceGSMetadata
- Returns:
- true if discoverable
-
isPubliclyViewable
public boolean isPubliclyViewable()Returns if the Group Space is Public- Returns:
- true if public
-
getGuid
Retruns the GUID of the GS- Specified by:
getGuid
in interfaceGSMetadata
- Returns:
-
getProvisionedServicesId
Description copied from interface:GSMetadata
This method returns the list of provisioned services Id- Specified by:
getProvisionedServicesId
in interfaceGSMetadata
- Returns:
- List
-
getServiceConfigData
Description copied from interface:GSMetadata
This method returns the GSServiceMetadata and GSServiceMetadata.getServiceAttibutes() returns the service attributes- Specified by:
getServiceConfigData
in interfaceGSMetadata
- Returns:
- List
-
isOffline
public boolean isOffline()Description copied from interface:GSMetadata
This method returns boolean if the Group space is online or offline- Specified by:
isOffline
in interfaceGSMetadata
- Returns:
- boolean
-
isClosed
public boolean isClosed()Description copied from interface:GSMetadata
This method returns if the Group Space is closed or open- Specified by:
isClosed
in interfaceGSMetadata
- Returns:
- boolean
-
getLastUpdatedDate
Description copied from interface:GSMetadata
This method returns the last updated date- Specified by:
getLastUpdatedDate
in interfaceGSMetadata
- Returns:
- Calendar
-
getGroupSpaceURI
Description copied from interface:GSMetadata
This method returns pretty url of the Group space like spaces/- Specified by:
getGroupSpaceURI
in interfaceGSMetadata
- Returns:
- String
-
isSelfSubEnabled
public boolean isSelfSubEnabled()Description copied from interface:GSMetadata
This method returns boolean if the Group space is enabled for self subscription- Specified by:
isSelfSubEnabled
in interfaceGSMetadata
- Returns:
- boolean
-
getCreatedDate
Description copied from interface:GSMetadata
This method returns the created date- Specified by:
getCreatedDate
in interfaceGSMetadata
- Returns:
- Calendar
-
isPublic
Deprecated.Description copied from interface:GSMetadata
This method returns if the Group Space is public or now- Specified by:
isPublic
in interfaceGSMetadata
- Returns:
- boolean
-
isSeeded
public boolean isSeeded()This method returns if the Group Space is public or now- Specified by:
isSeeded
in interfaceGSMetadata
- Returns:
- boolean
-
getChildGSCount
public int getChildGSCount()THIS API returns the childGS count- Specified by:
getChildGSCount
in interfaceGSMetadata
-
getMemberCount
public int getMemberCount()THIS API returns the member count- Specified by:
getMemberCount
in interfaceGSMetadata
-
getLastActivityTime
THIS API returns the last activity time- Specified by:
getLastActivityTime
in interfaceGSMetadata
-
getSelfRegPage
Description copied from interface:GSMetadata
This API returns the self registration page of a scope- Specified by:
getSelfRegPage
in interfaceGSMetadata
-
getSelfSubscriptionEnabledRoles
Description copied from interface:GSMetadata
This API fetches the privacyURL- Specified by:
getSelfSubscriptionEnabledRoles
in interfaceGSMetadata
- Returns:
-
getPrivacyURL
Description copied from interface:GSMetadata
This API fetches the privacyURL- Specified by:
getPrivacyURL
in interfaceGSMetadata
- Returns:
-
getCopyRightMessage
Description copied from interface:GSMetadata
This API fetches the copyrightMessage- Specified by:
getCopyRightMessage
in interfaceGSMetadata
- Returns:
-
getParentGuid
Description copied from interface:GSMetadata
This API returns the Guid of the parent scope- Specified by:
getParentGuid
in interfaceGSMetadata
- Returns:
-
getSecurityParentGuid
Description copied from interface:GSMetadata
This API returns the guid of the security parent- Specified by:
getSecurityParentGuid
in interfaceGSMetadata
- Returns:
-