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

Part No. B28209-01


oracle.workspaces.ws.beans
Class WorkspaceTemplateDefinition

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


public class WorkspaceTemplateDefinition
extends java.lang.Object

This class represents the definition object used to create a workspace template.


Method Summary
 void setCalendarSetting(java.lang.String calendarSetting)
          Set calendar setting - Valid values are SKIP_RESOURCE_TYPE, ALL_ITEMS, NO_ITEMS
 void setDiscussionsSetting(java.lang.String discussionsSetting)
          Set discussion setting - Valid values are SKIP_RESOURCE_TYPE, ALL_ITEMS, NO_ITEMS
 void setEmailSetting(java.lang.String emailSetting)
          Set inbox setting - Valid values are SKIP_RESOURCE_TYPE and NO_ITEMS
 void setFilesSetting(java.lang.String filesSetting)
          Set File setting - Valid values are SKIP_RESOURCE_TYPE, ALL_ITEMS, NO_ITEMS and ALL_ITEMS_NO_FILE_CONTENT
 void setMembersIncluded(boolean membersIncluded)
          Sets whether members of the workspace ought to be included during template creation.
 void setSubworkspacesIncluded(boolean subworkspacesIncluded)
          Sets whether subworkspaces should be included.
 void setTemplateAboutURL(java.lang.String templateAboutURL)
          Sets the template about URL .
 void setTemplateCategory(java.lang.String templateCategory)
          Sets the template category.
 void setTemplateDescription(java.lang.String templateDescription)
          Sets the template description.
 void setTemplateName(java.lang.String templateName)
          Sets the name of template.
 void setViewsSetting(java.lang.String viewsSetting)
          Sets view setting - Valid values are ALL_ITEMS and ALL_ITEMS_NO_VIEW_CONTENT

 

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

 

Method Detail

setCalendarSetting

public void setCalendarSetting(java.lang.String calendarSetting)
Set calendar setting - Valid values are SKIP_RESOURCE_TYPE, ALL_ITEMS, NO_ITEMS
Parameters:
calendarSetting - - Valid values are SKIP_RESOURCE_TYPE, ALL_ITEMS, NO_ITEMS

setDiscussionsSetting

public void setDiscussionsSetting(java.lang.String discussionsSetting)
Set discussion setting - Valid values are SKIP_RESOURCE_TYPE, ALL_ITEMS, NO_ITEMS
Parameters:
discussionsSetting - - Valid values are SKIP_RESOURCE_TYPE, ALL_ITEMS, NO_ITEMS

setEmailSetting

public void setEmailSetting(java.lang.String emailSetting)
Set inbox setting - Valid values are SKIP_RESOURCE_TYPE and NO_ITEMS
Parameters:
emailSetting - - Valid values are SKIP_RESOURCE_TYPE and NO_ITEMS

setFilesSetting

public void setFilesSetting(java.lang.String filesSetting)
Set File setting - Valid values are SKIP_RESOURCE_TYPE, ALL_ITEMS, NO_ITEMS and ALL_ITEMS_NO_FILE_CONTENT
Parameters:
filesSetting - - Valid values are SKIP_RESOURCE_TYPE, ALL_ITEMS, NO_ITEMS and ALL_ITEMS_NO_FILE_CONTENT

setMembersIncluded

public void setMembersIncluded(boolean membersIncluded)
Sets whether members of the workspace ought to be included during template creation.
Parameters:
membersIncluded -

setSubworkspacesIncluded

public void setSubworkspacesIncluded(boolean subworkspacesIncluded)
Sets whether subworkspaces should be included.
Parameters:
subworkspacesIncluded -

setTemplateAboutURL

public void setTemplateAboutURL(java.lang.String templateAboutURL)
Sets the template about URL .
Parameters:
templateAboutURL -

setTemplateCategory

public void setTemplateCategory(java.lang.String templateCategory)
Sets the template category.
Parameters:
templateCategory -

setTemplateDescription

public void setTemplateDescription(java.lang.String templateDescription)
Sets the template description.
Parameters:
templateDescription -

setTemplateName

public void setTemplateName(java.lang.String templateName)
Sets the name of template.
Parameters:
templateName -

setViewsSetting

public void setViewsSetting(java.lang.String viewsSetting)
Sets view setting - Valid values are ALL_ITEMS and ALL_ITEMS_NO_VIEW_CONTENT
Parameters:
viewsSetting - - ALL_ITEMS and ALL_ITEMS_NO_VIEW_CONTENT

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