Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class WorkspaceDefinition

java.lang.Object
  extended byoracle.workspaces.ws.beans.WorkspaceDefinition


public class WorkspaceDefinition
extends java.lang.Object

This class represent the workspace definition object and consists of workspace properties. Supplied by the user, to create a workspace. Methods in the bean are mapped to the workspace properties.


Constructor Summary
WorkspaceDefinition()
          Default Constructor

 

Method Summary
 void setAddToFavorites(boolean addToFavorites)
          Sets the addToFavorites value for this WorkspaceDefinition.
 void setAllowPartialSuccess(boolean allowPartialSuccess)
          Sets the allowPartialSuccess value for this WorkspaceDefinition.
 void setDefaultMemberRoleType(java.lang.String defaultMemberRoleType)
          Sets the defaultMemberRoleType value for this WorkspaceDefinition.
 void setDescription(java.lang.String description)
          Sets the description value for this WorkspaceDefinition.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this WorkspaceDefinition.
 void setLibResourceDefinition(LibraryResourceDefinition libResourceDefinition)
          Sets the resourceDefinitions value for this WorkspaceDefinition.
 void setMemberAccessSetting(java.lang.String memberAccessSetting)
          Sets the memberAccessSetting value for this WorkspaceDefinition.
 void setMembershipNotificationOption(java.lang.String membershipNotificationOption)
          Sets the membershipNotificationOption value for this WorkspaceDefinition.
 void setName(java.lang.String name)
          Sets the name value for this WorkspaceDefinition.
 void setParentUid(java.lang.String parentUid)
          Sets the parentUid value for this WorkspaceDefinition.
 void setPath(java.lang.String path)
          Sets the path value for this WorkspaceDefinition.
 void setPubliclyListed(boolean publiclyListed)
          Sets the publiclyListed value for this WorkspaceDefinition.
 void setTemplate(java.lang.String template)
          Sets the template value for this WorkspaceDefinition.
 void setWelcomeMessage(java.lang.String welcomeMessage)
          Sets the welcomeMessage value for this WorkspaceDefinition.

 

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

 

Constructor Detail

WorkspaceDefinition

public WorkspaceDefinition()
Default Constructor

Method Detail

setAllowPartialSuccess

public void setAllowPartialSuccess(boolean allowPartialSuccess)
Sets the allowPartialSuccess value for this WorkspaceDefinition.
Parameters:
allowPartialSuccess -

setDefaultMemberRoleType

public void setDefaultMemberRoleType(java.lang.String defaultMemberRoleType)
Sets the defaultMemberRoleType value for this WorkspaceDefinition. Valid values are ADMIN,WRITER and READER.
Parameters:
defaultMemberRoleType -

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this WorkspaceDefinition.
Parameters:
description -

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName value for this WorkspaceDefinition.
Parameters:
displayName -

setMemberAccessSetting

public void setMemberAccessSetting(java.lang.String memberAccessSetting)
Sets the memberAccessSetting value for this WorkspaceDefinition. Valid values are ENABLED and DISABLED.
Parameters:
memberAccessSetting -

setMembershipNotificationOption

public void setMembershipNotificationOption(java.lang.String membershipNotificationOption)
Sets the membershipNotificationOption value for this WorkspaceDefinition. Valid values are ALL_MEMBERS, USER and NONE.
Parameters:
membershipNotificationOption -

setName

public void setName(java.lang.String name)
Sets the name value for this WorkspaceDefinition.
Parameters:
name -

setParentUid

public void setParentUid(java.lang.String parentUid)
Sets the parentUid value for this WorkspaceDefinition.
Parameters:
parentUid -

setPath

public void setPath(java.lang.String path)
Sets the path value for this WorkspaceDefinition.
Parameters:
path -

setPubliclyListed

public void setPubliclyListed(boolean publiclyListed)
Sets the publiclyListed value for this WorkspaceDefinition.
Parameters:
publiclyListed -

setLibResourceDefinition

public void setLibResourceDefinition(LibraryResourceDefinition libResourceDefinition)
Sets the resourceDefinitions value for this WorkspaceDefinition.
Parameters:
libResourceDefinition -

setTemplate

public void setTemplate(java.lang.String template)
Sets the template value for this WorkspaceDefinition.
Parameters:
template -

setWelcomeMessage

public void setWelcomeMessage(java.lang.String welcomeMessage)
Sets the welcomeMessage value for this WorkspaceDefinition.
Parameters:
welcomeMessage -

setAddToFavorites

public void setAddToFavorites(boolean addToFavorites)
Sets the addToFavorites value for this WorkspaceDefinition.
Parameters:
addToFavorites -

Copyright © 2001, 2006, Oracle. All rights reserved.