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

Part No. B28209-01


oracle.workspaces.ws.beans
Class WorkspaceItem

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


public class WorkspaceItem
extends java.lang.Object

This class represents a newly created workspace. Properties of the workspace are mapped to methods in the bean.


Constructor Summary
WorkspaceItem()
          Default constructor

 

Method Summary
 java.lang.String getContactEmailAddress()
          Gets the contactEmailAddress value for this WorkspaceItem.
 java.lang.String getContactPerson()
          Gets the contactPerson value for this WorkspaceItem.
 java.util.Calendar getCreationTime()
          Gets the creationTime value for this WorkspaceItem.
 java.lang.String getDefaultMemberRoleType()
          Gets the defaultMemberRoleType value for this WorkspaceItem.
 java.lang.String getDescription()
          /** Gets the description value for this WorkspaceItem.
 java.lang.String getDisplayName()
          Gets the displayName value for this WorkspaceItem.
 java.lang.String getLastModifiedBy()
          Gets the lastModifiedBy value for this WorkspaceItem.
 java.util.Calendar getLastModifiedTime()
          Gets the lastModifiedTime value for this WorkspaceItem.
 java.lang.String getMemberAccessSetting()
          Gets the memberAccessSetting value for this WorkspaceItem.
 java.lang.String getMembershipNotificationOption()
          Gets the membershipNotificationOption value for this WorkspaceItem.
 java.lang.String getName()
          Gets the name value for this WorkspaceItem.
 java.lang.String getOwner()
          Gets the owner value for this WorkspaceItem.
 java.lang.String getParentUid()
          Gets the parentUid value for this WorkspaceItem.
 java.lang.String getPath()
          Gets the path value for this WorkspaceItem.
 java.lang.String getWebUIUrl()
          Gets the webUIUrl value for this WorkspaceItem.
 java.lang.String getWelcomeMessage()
          Gets the welcomeMessage value for this WorkspaceItem.
 java.lang.String getWorkspaceTemplateName()
          Gets the workspaceTemplateName value for this WorkspaceItem.
 java.lang.String getWorkspaceUid()
          Gets the workspaceUid value for this WorkspaceItem.
 boolean isPubliclyListed()
          Gets the publiclyListed value for this WorkspaceItem.
 boolean isReadOnly()
          Gets the readOnly value for this WorkspaceItem.
 void setContactEmailAddress(java.lang.String contactEmailAddress)
          Sets the contactEmailAddress value for this WorkspaceItem.
 void setContactPerson(java.lang.String contactPerson)
          Sets the contactPerson value for this WorkspaceItem.
 void setDefaultMemberRoleType(java.lang.String defaultMemberRoleType)
          Sets the defaultMemberRoleType value for this WorkspaceItem.
 void setDescription(java.lang.String description)
          Sets the description value for this WorkspaceItem.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this WorkspaceItem.
 void setMemberAccessSetting(java.lang.String memberAccessSetting)
          Sets the memberAccessSetting value for this WorkspaceItem.
 void setMembershipNotificationOption(java.lang.String membershipNotificationOption)
          Sets the membershipNotificationOption value for this WorkspaceItem.
 void setOwner(java.lang.String owner)
          Sets the owner value for this WorkspaceItem.
 void setPubliclyListed(boolean publiclyListed)
          Sets the publiclyListed value for this WorkspaceItem.
 void setReadOnly(boolean readOnly)
          Sets the readOnly value for this WorkspaceItem.
 void setWelcomeMessage(java.lang.String welcomeMessage)
          Sets the welcomeMessage value for this WorkspaceItem.

 

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

 

Constructor Detail

WorkspaceItem

public WorkspaceItem()
Default constructor

Method Detail

getContactEmailAddress

public java.lang.String getContactEmailAddress()
Gets the contactEmailAddress value for this WorkspaceItem.
Returns:
contactEmailAddress

setContactEmailAddress

public void setContactEmailAddress(java.lang.String contactEmailAddress)
Sets the contactEmailAddress value for this WorkspaceItem.
Parameters:
contactEmailAddress -

getContactPerson

public java.lang.String getContactPerson()
Gets the contactPerson value for this WorkspaceItem.
Returns:
contactPerson

setContactPerson

public void setContactPerson(java.lang.String contactPerson)
Sets the contactPerson value for this WorkspaceItem.
Parameters:
contactPerson -

getCreationTime

public java.util.Calendar getCreationTime()
Gets the creationTime value for this WorkspaceItem.
Returns:
creationTime

getDefaultMemberRoleType

public java.lang.String getDefaultMemberRoleType()
Gets the defaultMemberRoleType value for this WorkspaceItem. Valid values are ADMIN,WRITER and READER.
Returns:
defaultMemberRoleType

setDefaultMemberRoleType

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

getDescription

public java.lang.String getDescription()
/** Gets the description value for this WorkspaceItem.
Returns:
description

setDescription

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

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName value for this WorkspaceItem.
Returns:
displayName

setDisplayName

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

getLastModifiedBy

public java.lang.String getLastModifiedBy()
Gets the lastModifiedBy value for this WorkspaceItem.
Returns:
lastModifiedBy

getLastModifiedTime

public java.util.Calendar getLastModifiedTime()
Gets the lastModifiedTime value for this WorkspaceItem.
Returns:
lastModifiedTime

getMembershipNotificationOption

public java.lang.String getMembershipNotificationOption()
Gets the membershipNotificationOption value for this WorkspaceItem. Valid values are ALL_MEMBERS, USER and NONE.
Returns:
membershipNotificationOption

setMembershipNotificationOption

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

getName

public java.lang.String getName()
Gets the name value for this WorkspaceItem.
Returns:
name

getOwner

public java.lang.String getOwner()
Gets the owner value for this WorkspaceItem.
Returns:
owner

setOwner

public void setOwner(java.lang.String owner)
Sets the owner value for this WorkspaceItem.
Parameters:
owner -

getParentUid

public java.lang.String getParentUid()
Gets the parentUid value for this WorkspaceItem.
Returns:
parentUid

getPath

public java.lang.String getPath()
Gets the path value for this WorkspaceItem.
Returns:
path

isPubliclyListed

public boolean isPubliclyListed()
Gets the publiclyListed value for this WorkspaceItem.
Returns:
publiclyListed

setPubliclyListed

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

isReadOnly

public boolean isReadOnly()
Gets the readOnly value for this WorkspaceItem.
Returns:
readOnly

setReadOnly

public void setReadOnly(boolean readOnly)
Sets the readOnly value for this WorkspaceItem.
Parameters:
readOnly -

getWebUIUrl

public java.lang.String getWebUIUrl()
Gets the webUIUrl value for this WorkspaceItem.
Returns:
webUIUrl

getWelcomeMessage

public java.lang.String getWelcomeMessage()
Gets the welcomeMessage value for this WorkspaceItem.
Returns:
welcomeMessage

setWelcomeMessage

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

getWorkspaceTemplateName

public java.lang.String getWorkspaceTemplateName()
Gets the workspaceTemplateName value for this WorkspaceItem.
Returns:
workspaceTemplateName

getWorkspaceUid

public java.lang.String getWorkspaceUid()
Gets the workspaceUid value for this WorkspaceItem.
Returns:
workspaceUid

getMemberAccessSetting

public java.lang.String getMemberAccessSetting()
Gets the memberAccessSetting value for this WorkspaceItem. Valid values are ENABLED and DISABLED.
Returns:
memberAccessSetting

setMemberAccessSetting

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

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