Skip navigation links

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


oracle.webcenter.spaces
Class SpaceCreationOptions

java.lang.Object
  extended by oracle.webcenter.spaces.SpaceCreationOptions


public class SpaceCreationOptions
extends java.lang.Object

When creating a space, the space can be prepopulated with some value for description, keywords, access levels etc. This object can be passed during space creation and these values will be set during the space creation


Constructor Summary
SpaceCreationOptions()
           

 

Method Summary
 SpacesConstants.SpacesAccessLevels getAccessLevel()
          This API fetches the access levels
 java.util.Map<java.lang.String,java.lang.String> getCustomAttributes()
          This API gets the custom attributes
 java.lang.String getDescription()
          This API returns the description
 java.lang.String getDisplayName()
          This API fetches the displayName
 java.lang.String getKeywords()
          This API fetches the keywords
 java.lang.String getName()
          This API gets the internal name of the Space
 java.lang.String getParentSpaceGuid()
          This API fetches the parentSpaceGuid
 java.lang.Boolean isClosed()
          This API checks if the space is closed
 void setAccessLevel(SpacesConstants.SpacesAccessLevels accessLevel)
          This API sets the access levels, the access levels are private, public and hidden
 void setClosed(java.lang.Boolean closed)
          This API closes the space
 void setCustomAttributes(java.util.Map<java.lang.String,java.lang.String> customAttributes)
          This API sets the custom attributes in the space
 void setDescription(java.lang.String description)
          Sets the description for the newly created Space
 void setDisplayName(java.lang.String displayName)
          This API sets the displayName of the space
 void setKeywords(java.lang.String keywords)
          This API sets the keywords
 void setName(java.lang.String name)
          Sets the internal name of the space
 void setParentSpaceGuid(java.lang.String parentSpaceGuid)
          This API sets the parent Space Guid

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SpaceCreationOptions

public SpaceCreationOptions()

Method Detail

setDescription

public void setDescription(java.lang.String description)
Sets the description for the newly created Space
Parameters:
description -

getDescription

public java.lang.String getDescription()
This API returns the description
Returns:
String description

setKeywords

public void setKeywords(java.lang.String keywords)
This API sets the keywords
Parameters:
keywords -

getKeywords

public java.lang.String getKeywords()
This API fetches the keywords
Returns:
String keywords

setCustomAttributes

public void setCustomAttributes(java.util.Map<java.lang.String,java.lang.String> customAttributes)
This API sets the custom attributes in the space
Parameters:
customAttributes -

getCustomAttributes

public java.util.Map<java.lang.String,java.lang.String> getCustomAttributes()
This API gets the custom attributes
Returns:

setParentSpaceGuid

public void setParentSpaceGuid(java.lang.String parentSpaceGuid)
This API sets the parent Space Guid
Parameters:
parentSpaceGuid -

getParentSpaceGuid

public java.lang.String getParentSpaceGuid()
This API fetches the parentSpaceGuid
Returns:

setAccessLevel

public void setAccessLevel(SpacesConstants.SpacesAccessLevels accessLevel)
This API sets the access levels, the access levels are private, public and hidden
Parameters:
accessLevel -

getAccessLevel

public SpacesConstants.SpacesAccessLevels getAccessLevel()
This API fetches the access levels
Returns:

setDisplayName

public void setDisplayName(java.lang.String displayName)
This API sets the displayName of the space
Parameters:
displayName -

getDisplayName

public java.lang.String getDisplayName()
This API fetches the displayName
Returns:

setClosed

public void setClosed(java.lang.Boolean closed)
This API closes the space
Parameters:
closed -

isClosed

public java.lang.Boolean isClosed()
This API checks if the space is closed
Returns:

setName

public void setName(java.lang.String name)
Sets the internal name of the space
Parameters:
spaceURL -

getName

public java.lang.String getName()
This API gets the internal name of the Space
Returns:

Skip navigation links

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


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