|
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.WorkspaceTemplateDefinition
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 |
public void setCalendarSetting(java.lang.String calendarSetting)
calendarSetting
- - Valid values are SKIP_RESOURCE_TYPE, ALL_ITEMS, NO_ITEMSpublic void setDiscussionsSetting(java.lang.String discussionsSetting)
discussionsSetting
- - Valid values are SKIP_RESOURCE_TYPE, ALL_ITEMS, NO_ITEMSpublic void setEmailSetting(java.lang.String emailSetting)
emailSetting
- - Valid values are SKIP_RESOURCE_TYPE and NO_ITEMSpublic void setFilesSetting(java.lang.String filesSetting)
filesSetting
- - Valid values are SKIP_RESOURCE_TYPE, ALL_ITEMS, NO_ITEMS and ALL_ITEMS_NO_FILE_CONTENTpublic void setMembersIncluded(boolean membersIncluded)
membersIncluded
-public void setSubworkspacesIncluded(boolean subworkspacesIncluded)
subworkspacesIncluded
-public void setTemplateAboutURL(java.lang.String templateAboutURL)
templateAboutURL
-public void setTemplateCategory(java.lang.String templateCategory)
templateCategory
-public void setTemplateDescription(java.lang.String templateDescription)
templateDescription
-public void setTemplateName(java.lang.String templateName)
templateName
-public void setViewsSetting(java.lang.String viewsSetting)
viewsSetting
- - ALL_ITEMS and ALL_ITEMS_NO_VIEW_CONTENT
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |