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

Part No. B28209-01


oracle.workspaces.ws.beans
Class WorkspaceTemplateItem

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


public class WorkspaceTemplateItem
extends java.lang.Object

This class represents a workspace template.


Constructor Summary
WorkspaceTemplateItem()
          Default constructor

 

Method Summary
 java.lang.String getTemplateAboutURL()
          Gets the templateAboutURL value.
 java.lang.String getTemplateCategory()
          Gets the template category.
 java.lang.String getTemplateCreatedBy()
          Gets the nickname of user who created the workspace template.
 java.util.Calendar getTemplateCreatedOn()
          Gets the template creation date.
 java.lang.String getTemplateDescription()
          Gets the description of template.
 java.lang.String getTemplateName()
          Gets the name of template.
 java.lang.String getTemplateSpecification()
          Gets template Specification - template XML
 java.lang.String getWebUIUrl()
          Gets the Web UI URL for accessing this template.

 

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

 

Constructor Detail

WorkspaceTemplateItem

public WorkspaceTemplateItem()
Default constructor

Method Detail

getTemplateAboutURL

public java.lang.String getTemplateAboutURL()
Gets the templateAboutURL value.
Returns:
templateAboutURL

getWebUIUrl

public java.lang.String getWebUIUrl()
Gets the Web UI URL for accessing this template.
Returns:
webUIUrl

getTemplateCategory

public java.lang.String getTemplateCategory()
Gets the template category.
Returns:
templateCategory

getTemplateCreatedBy

public java.lang.String getTemplateCreatedBy()
Gets the nickname of user who created the workspace template.
Returns:
templateCreatedBy

getTemplateCreatedOn

public java.util.Calendar getTemplateCreatedOn()
Gets the template creation date.
Returns:
templateCreatedOn

getTemplateDescription

public java.lang.String getTemplateDescription()
Gets the description of template.
Returns:
templateDescription

getTemplateName

public java.lang.String getTemplateName()
Gets the name of template.
Returns:
templateName

getTemplateSpecification

public java.lang.String getTemplateSpecification()
Gets template Specification - template XML
Returns:
templateSpecification

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