Package com.ptc.windchill.esi.rnd
Class ESIObjectHistoryBuilderImpl
java.lang.Object
com.ptc.windchill.esi.rnd.ESIObjectHistoryBuilderImpl
- All Implemented Interfaces:
ESIObjectHistoryBuilder
The default implementation of the ESIObjectHistoryBuilder interface.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidadjustElement(com.infoengine.object.factory.Element element, Persistable object) Modifies the contents of an element before adding it to the output group.getGroup()Returns the groupOut attribute.protected StringGets the value of the attribute: groupOutName; The name of the I*E group to create on output.voidEstablishes the state of the object so that it is ready to process requests.protected voidsetGroupOutName(String a_GroupOutName) Sets the value of the attribute: groupOutName; The name of the I*E group to create on output.
-
Method Details
-
getGroupOutName
Gets the value of the attribute: groupOutName; The name of the I*E group to create on output.
Supported API: true- Returns:
- String
-
setGroupOutName
Sets the value of the attribute: groupOutName; The name of the I*E group to create on output.
Supported API: true- Parameters:
a_GroupOutName-- Throws:
WTPropertyVetoException
-
setData
Establishes the state of the object so that it is ready to process requests.
Supported API: true- Specified by:
setDatain interfaceESIObjectHistoryBuilder- Parameters:
groupOutName- The name to use when creating the output Info*Engine Group object.- Throws:
WTException
-
getGroup
Returns the groupOut attribute. The method returns the result of getGroupOut(), which is a lazy initializer.
Supported API: true- Specified by:
getGroupin interfaceESIObjectHistoryBuilder- Returns:
- Group
-
adjustElement
protected void adjustElement(com.infoengine.object.factory.Element element, Persistable object) throws WTException Modifies the contents of an element before adding it to the output group. This method is provided as a convenience to subclasses. Default behaviour to do nothing.
Supported API: true- Parameters:
element-object-- Throws:
WTException
-