|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.WorkspaceDefinition
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 |
public WorkspaceDefinition()
Method Detail |
public void setAllowPartialSuccess(boolean allowPartialSuccess)
allowPartialSuccess
-public void setDefaultMemberRoleType(java.lang.String defaultMemberRoleType)
defaultMemberRoleType
-public void setDescription(java.lang.String description)
description
-public void setDisplayName(java.lang.String displayName)
displayName
-public void setMemberAccessSetting(java.lang.String memberAccessSetting)
memberAccessSetting
-public void setMembershipNotificationOption(java.lang.String membershipNotificationOption)
membershipNotificationOption
-public void setName(java.lang.String name)
name
-public void setParentUid(java.lang.String parentUid)
parentUid
-public void setPath(java.lang.String path)
path
-public void setPubliclyListed(boolean publiclyListed)
publiclyListed
-public void setLibResourceDefinition(LibraryResourceDefinition libResourceDefinition)
libResourceDefinition
-public void setTemplate(java.lang.String template)
template
-public void setWelcomeMessage(java.lang.String welcomeMessage)
welcomeMessage
-public void setAddToFavorites(boolean addToFavorites)
addToFavorites
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |