com.ptc.windchill.esi.rnd
Interface ESIObjectHistoryBuilder

All Known Implementing Classes:
ESIObjectHistoryBuilderImpl

public interface ESIObjectHistoryBuilder

Interface for initializing object history builders.

Supported API: true

Extendable: true


Method Summary
 void addElement(ReleaseActivity ra)
          Map the argument and add it to the output.
 Group getGroup()
          Return the output from the build process.
 void setData(String groupOutName)
          Establishes the state of the object so that it is ready to process requests.
 

Method Detail

setData

public void setData(String groupOutName)
             throws WTException
Establishes the state of the object so that it is ready to process requests.

Supported API: true

Parameters:
groupOutName - The name to assign to the output Group.
Throws:
WTException

addElement

public void addElement(ReleaseActivity ra)
                throws WTException
Map the argument and add it to the output.

Supported API: true

Parameters:
ra - The object that is to be mapped.
Throws:
WTException

getGroup

public Group getGroup()
               throws WTException
Return the output from the build process.

Supported API: true

Returns:
Group
Throws:
WTException