Package 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
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionvoidMap the argument and add it to the output.getGroup()Return the output from the build process.voidEstablishes the state of the object so that it is ready to process requests.
-
Method Details
-
setData
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
Map the argument and add it to the output.
Supported API: true- Parameters:
ra- The object that is to be mapped.- Throws:
WTException
-
getGroup
Return the output from the build process.
Supported API: true- Returns:
- Group
- Throws:
WTException
-