Skip navigation links

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


oracle.webcenter.spaces.beans
Interface SpaceType

All Known Subinterfaces:
MutableSpaceMetadata, oracle.webcenter.spaces.beans.SpaceMetadata

public interface SpaceType

Method Summary
 java.lang.String getCreatedBy()
          Returns the User-name of the user who created the current Space.
 java.util.Calendar getCreationDate()
          Returns java.util.Calendar object representing the date-time on which the current Space was created.
 java.util.Map<java.lang.String,java.lang.String> getCustomAttributes()
          Returns the value of a specific custom-attribute, of the name attributeName for the Space.
 java.lang.String getDefaultLanguage()
          Returns the default language for the current Space.
 java.lang.String getDescription()
          Returns the description associated with the current Space with the display-name in the language in which the Space was created.
 java.lang.String getDisplayName()
          Returns the display-name associated with the current Space in the language in which the Space was created.
 java.lang.String getGuid()
          Returns the unique ID associated with the current Space.
 java.lang.String getIcon()
          Returns a URL to the icon associated with the current Space.
 java.lang.String getKeywords()
          Returns a comma-separated list of searchable keywords associated with the current Space.
 java.util.Calendar getLastUpdatedDate()
          Returns the java.util.Calendar object representing the date-time on which the current Space was last updated.
 java.lang.String getLogo()
          Returns the path to the image associated with the logo of the current Space.
 java.lang.String getName()
          Returns the name of the current Space used generally at the backend of the Space and is used with the pretty URL.
 UiMetadata getUiMetadata()
           
 boolean isClosed()
          Returns boolean value indicating whether the Space has been kept closed.
 boolean isDiscoverable()
          Returns Boolean value indicating whether users will be able to discover the existence of the Space by searching for it or getting it listed in My Spaces.
 boolean isOffline()
          Returns boolean value indicating whether the Space has been taken offline.
 boolean isPublishRSS()
          Returns boolean value, indicating whether the Space publishes RSS feeds.
 boolean isSelfRegistration()
          Returns boolean value indicating whether users are allowed to subscribe themselves to the Space.
 boolean isUnsubscriptionApprovalRequired()
          Returns the boolean value representing whether approval is required to unsubscribe from the current Space.

 

Method Detail

getIcon

java.lang.String getIcon()
Returns a URL to the icon associated with the current Space.

EL: #{spaceContext.space[spaceName].metadata.icon}
#{spaceContext.currentSpace.metadata.icon}

Returns:
A URL to the icon associated with the current Space.

getLogo

java.lang.String getLogo()
Returns the path to the image associated with the logo of the current Space.

EL: #{spaceContext.space[spaceName].metadata.logo}
#{spaceContext.currentSpace.metadata.logo}

Returns:
The path to the image associated with the logo of the current Space.

getKeywords

java.lang.String getKeywords()
Returns a comma-separated list of searchable keywords associated with the current Space.

EL: #{spaceContext.currentSpace.metadata.keywords}
#{spaceContext.space[spaceName].metadata.keywords}

Returns:
A comma-separated list of searchable keywords associated with the current Space.

getDisplayName

java.lang.String getDisplayName()
Returns the display-name associated with the current Space in the language in which the Space was created. If the space name has been translated, the name in which the space was created will be shown.

EL: #{spaceContext.currentSpace.metadata.displayName}
#{spaceContext.space[spaceName].metadata.displayName}

Example: If a group-space called Web20Space has the display-name 'Web 2.0 Space', then #{spaceContext.space['Web20Space'].metadata.displayName} will evaluate to Web 2.0 Space.
Returns:
The display-name associated with the current Space in the language in which the Space was created. If the space name has been translated, the name in which the space was created will be shown.

isSelfRegistration

boolean isSelfRegistration()
Returns boolean value indicating whether users are allowed to subscribe themselves to the Space.

EL: #{spaceContext.currentSpace.metadata.selfRegistration}
#{spaceContext.space[spaceName].selfRegistration}

Returns:
Boolean value indicating whether users are allowed to subscribe themselves to the Space.

getDefaultLanguage

java.lang.String getDefaultLanguage()
Returns the default language for the current Space.

EL: #{spaceContext.currentSpace.metadata.defaultLanguage}
#{spaceContext.space[spaceName].metadata.defaultLanguage}

Returns:
the default language for the current Space.

getCreationDate

java.util.Calendar getCreationDate()
Returns java.util.Calendar object representing the date-time on which the current Space was created.

EL: #{spaceContext.currentSpace.metadata.creationDate}
#{spaceContext.space[spaceName].metadata.creationDate}

Returns:
java.util.Calendar object.

getCreatedBy

java.lang.String getCreatedBy()
Returns the User-name of the user who created the current Space.

EL: #{spaceContext.currentSpace.metadata.createdBy}
#{spaceContext.space[spaceName].metadata.createdBy}

Returns:
User-name of the user who created the current Space.

isUnsubscriptionApprovalRequired

boolean isUnsubscriptionApprovalRequired()
Returns the boolean value representing whether approval is required to unsubscribe from the current Space.

EL: #{spaceContext.currentSpace.metadata.unsubscriptionApprovalRequired}
#{spaceContext.space[spaceName].metadata.unsubscriptionApprovalRequired}

Returns:
The boolean value representing whether approval is required to unsubscribe from the current Space.

isOffline

boolean isOffline()
Returns boolean value indicating whether the Space has been taken offline.

EL: #{spaceContext.currentSpace.metadata.offline}
#{spaceContext.space[spaceName].metadata.offline}

Returns:
Boolean value indicating whether the Space has been taken offline.

isDiscoverable

boolean isDiscoverable()
Returns Boolean value indicating whether users will be able to discover the existence of the Space by searching for it or getting it listed in My Spaces.

EL: #{spaceContext.currentSpace.metadata.discoverable}
#{spaceContext.space[spaceName].metadata.discoverable}

Returns:
Boolean value indicating discoverability of the Space.

getGuid

java.lang.String getGuid()
Returns the unique ID associated with the current Space.

EL: #{spaceContext.currentSpace.metadata.guid}
#{spaceContext.space[spaceName].metadata.guid}

Returns:
The unique ID associated with the current Space.

getDescription

java.lang.String getDescription()
Returns the description associated with the current Space with the display-name in the language in which the Space was created. If the space name has been translated, the translated name is not shown.

EL: #{spaceContext.currentSpace.metadata.description}
#{spaceContext.space[spaceName].metadata.description}

Example: #{spaceContext.space['FinanceProject'].metadata.description} evaluates to Conglomeration of all teams involved in financial activities.
Returns:
The description associated with the current Space with the display-name in the language in which the Space was created.If the space name has been translated, the translated name is not shown.

isPublishRSS

boolean isPublishRSS()
Returns boolean value, indicating whether the Space publishes RSS feeds.

EL: #{spaceContext.currentSpace.metadata.publishRSS}
#{spaceContext.space[spaceName].metadata.publishRSS}

Returns:
Boolean value, indicating whether the Space publishes RSS feeds.

getName

java.lang.String getName()
Returns the name of the current Space used generally at the backend of the Space and is used with the pretty URL.

EL: #{spaceContext.currentSpace.metadata.name}
#{spaceContext.space[spaceName].metadata.name}

Returns:
the name of the current Space.

getLastUpdatedDate

java.util.Calendar getLastUpdatedDate()
Returns the java.util.Calendar object representing the date-time on which the current Space was last updated.

EL: #{spaceContext.currentSpace.metadata.lastUpdatedDate}
#{spaceContext.space[spaceName].metadata.lastUpdatedDate}

Returns:
The java.util.Calendar object representing the date-time on which the current Space was last updated.

isClosed

boolean isClosed()
Returns boolean value indicating whether the Space has been kept closed.

EL: #{spaceContext.currentSpace.metadata.closed}
#{spaceContext.space[spaceName].metadata.closed}

Returns:
Boolean value indicating whether the Space has been kept closed.

getCustomAttributes

java.util.Map<java.lang.String,java.lang.String> getCustomAttributes()
Returns the value of a specific custom-attribute, of the name attributeName for the Space.

EL: #{spaceContext.currentSpace.metadata.customAttributes[attributeName]}
#{spaceContext.space[spaceName].metadata.customAttributes[attributeName]}

Returns:
The value of a specific custom-attribute, of the name attributeName.

getUiMetadata

UiMetadata getUiMetadata()

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.