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

Part No. B28209-01


oracle.workspaces.ws.beans
Class WorkspaceSummary

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


public class WorkspaceSummary
extends java.lang.Object

This class represents the summary of a workspace. mapped as methods in the bean.


Method Summary
 NamedValue[] getAttributes()
          Gets the attributes values.
 java.lang.String getContactEmailAddress()
          Returns Email address for sending email regarding any issue related to this workspace, e.g., membership request.
 java.lang.String getContactPerson()
          Returns the contact person for the workspace.
 java.util.Calendar getCreationTime()
          Gets creation time of the workspace.
 java.lang.String getDescription()
          Returns the description of the workspace.
 java.lang.String getDisplayName()
          Returns the display name of the workspace.
 java.lang.String getMemberRoleType()
          Returns Member Role Type - possible values are READER, WRITER ,ADMIN.
 java.lang.String getName()
          Returns the name of the workspace.
 java.lang.String getOwner()
          Returns the nickname of owner of the workspace.
 java.lang.String getParentUid()
          Returns the ID of the parent workspace.
 java.lang.String getWebUIUrl()
          Returns the web UI URL of the workspace
 java.lang.String getWorkspaceUid()
          Gets the workspace Uid.
 boolean isMemberAccessSetting()
          Return MemberAccessSetting - values are true if ENABLED and false if DISABLED.
 boolean isPubliclyListed()
          Returns if the workspace can be listed by non-members.
 boolean isReadOnly()
          Returns true if the workspace is read-only and false otherwise

 

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

 

Method Detail

getAttributes

public NamedValue[] getAttributes()
Gets the attributes values. Extra attributes which can be requested for are DEFAULT_MEMBER_ROLE_TYPE, MEMBERSHIP_NOTIFICATION_OPTION, WORKSPACE_PATH, WELCOME_MESSAGE and WORKSPACE_TEMPLATE_NAME.
Returns:
attributes

getContactEmailAddress

public java.lang.String getContactEmailAddress()
Returns Email address for sending email regarding any issue related to this workspace, e.g., membership request.
Returns:
contactEmailAddress

getContactPerson

public java.lang.String getContactPerson()
Returns the contact person for the workspace.
Returns:
contactPerson

getCreationTime

public java.util.Calendar getCreationTime()
Gets creation time of the workspace.
Returns:
creationTime

getDescription

public java.lang.String getDescription()
Returns the description of the workspace.
Returns:
description

getDisplayName

public java.lang.String getDisplayName()
Returns the display name of the workspace.
Returns:
displayName

isMemberAccessSetting

public boolean isMemberAccessSetting()
Return MemberAccessSetting - values are true if ENABLED and false if DISABLED. If DISABLED, workspace administrators can access the workspace and other members can only query workspace properties.
Returns:
memberAccessSetting

getMemberRoleType

public java.lang.String getMemberRoleType()
Returns Member Role Type - possible values are READER, WRITER ,ADMIN.
Returns:
memberRoleType

getName

public java.lang.String getName()
Returns the name of the workspace.
Returns:
name

getOwner

public java.lang.String getOwner()
Returns the nickname of owner of the workspace.
Returns:
owner

getParentUid

public java.lang.String getParentUid()
Returns the ID of the parent workspace. Returns 0 if the workspace is a top-level workspace that has no parent.
Returns:
parentUid

isPubliclyListed

public boolean isPubliclyListed()
Returns if the workspace can be listed by non-members.
Returns:
publiclyListed

isReadOnly

public boolean isReadOnly()
Returns true if the workspace is read-only and false otherwise
Returns:
readOnly

getWebUIUrl

public java.lang.String getWebUIUrl()
Returns the web UI URL of the workspace
Returns:
webUIUrl

getWorkspaceUid

public java.lang.String getWorkspaceUid()
Gets the workspace Uid.
Returns:
workspaceUid

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