|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.lang.String getIcon()
EL: #{spaceContext.space[spaceName].metadata.icon}
#{spaceContext.currentSpace.metadata.icon}
java.lang.String getLogo()
EL: #{spaceContext.space[spaceName].metadata.logo}
#{spaceContext.currentSpace.metadata.logo}
java.lang.String getKeywords()
EL: #{spaceContext.currentSpace.metadata.keywords}
#{spaceContext.space[spaceName].metadata.keywords}
java.lang.String getDisplayName()
EL: #{spaceContext.currentSpace.metadata.displayName}
#{spaceContext.space[spaceName].metadata.displayName}
#{spaceContext.space['Web20Space'].metadata.displayName} will evaluate to Web 2.0 Space.boolean isSelfRegistration()
EL: #{spaceContext.currentSpace.metadata.selfRegistration}
#{spaceContext.space[spaceName].selfRegistration}
java.lang.String getDefaultLanguage()
EL: #{spaceContext.currentSpace.metadata.defaultLanguage}
#{spaceContext.space[spaceName].metadata.defaultLanguage}
java.util.Calendar getCreationDate()
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}
java.util.Calendar object.java.lang.String getCreatedBy()
EL: #{spaceContext.currentSpace.metadata.createdBy}
#{spaceContext.space[spaceName].metadata.createdBy}
boolean isUnsubscriptionApprovalRequired()
EL: #{spaceContext.currentSpace.metadata.unsubscriptionApprovalRequired}
#{spaceContext.space[spaceName].metadata.unsubscriptionApprovalRequired}
boolean isOffline()
EL: #{spaceContext.currentSpace.metadata.offline}
#{spaceContext.space[spaceName].metadata.offline}
boolean isDiscoverable()
EL: #{spaceContext.currentSpace.metadata.discoverable}
#{spaceContext.space[spaceName].metadata.discoverable}
java.lang.String getGuid()
EL: #{spaceContext.currentSpace.metadata.guid}
#{spaceContext.space[spaceName].metadata.guid}
java.lang.String getDescription()
EL: #{spaceContext.currentSpace.metadata.description}
#{spaceContext.space[spaceName].metadata.description}
#{spaceContext.space['FinanceProject'].metadata.description} evaluates to Conglomeration of all teams involved in financial activities.boolean isPublishRSS()
EL: #{spaceContext.currentSpace.metadata.publishRSS}
#{spaceContext.space[spaceName].metadata.publishRSS}
java.lang.String getName()
EL: #{spaceContext.currentSpace.metadata.name}
#{spaceContext.space[spaceName].metadata.name}
java.util.Calendar getLastUpdatedDate()
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}
java.util.Calendar object representing the date-time on which the current Space was last updated.boolean isClosed()
EL: #{spaceContext.currentSpace.metadata.closed}
#{spaceContext.space[spaceName].metadata.closed}
java.util.Map<java.lang.String,java.lang.String> getCustomAttributes()
EL: #{spaceContext.currentSpace.metadata.customAttributes[attributeName]}
#{spaceContext.space[spaceName].metadata.customAttributes[attributeName]}
UiMetadata getUiMetadata()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||