Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.template
Class CwEntityAbstractTemplate

java.lang.Object
  extended byoracle.workspaces.template.CwEntityAbstractTemplate

Direct Known Subclasses:
CwDiscussionsBoardTemplate, CwFilesFolderTemplate, CwFileTemplate, CwTaskTemplate

public abstract class CwEntityAbstractTemplate
extends java.lang.Object

Represent any CW objects that can be refereced by a CW UID. Within a template, the machine-assigned CW UID is not available. Hence, an optional ID attribute is provided in the template to allow the user to reference a CW object within a template. The reference is useful in various scenarios, such as specifying items to be included in a view.


Method Summary
java.lang.String getID()

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

Method Detail

getID

public java.lang.String getID()

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