|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.adapter.server.impl.AbstractWebject
com.ptc.core.adapter.server.impl.ObjectWebject
public abstract class ObjectWebject
The base class for Windchill Adapter OBJ webjects. This abstract class contains only the most
basic and widely shared functionality used by all Windchill Adapter OBJ webjects.
Supported API: true
Extendable: true
| Field Summary |
|---|
| Fields inherited from class com.ptc.core.adapter.server.impl.AbstractWebject |
|---|
adapterLogger, attributeLogger, attributeParams, commandFilter, containerQueryCriteria, containerRefs, descriptorParams, formatAttributes, groupOutClass, groupOutName, includeArgs, includeConstraints, includeDescriptors, locale, nextOp, objectRefs, referenceAttributes, referenceDelimiter, referenceExceptions, referenceOutputDelimiter, targetType, traceLogger, unformatted, webject, webjectLogger, whereClause |
| Method Summary | |
|---|---|
protected com.infoengine.object.factory.Group |
getUfidsAsGroup(com.infoengine.object.factory.Task task)
Retrieves the default input Group from the VDB and combines any OBJECT_REF parameters with it. |
protected void |
postProcess(com.infoengine.object.factory.Element e,
boolean purgeDefault)
Subclasses can over-ride if they want to tweak the Element as it's added to the results. |
void |
preset(com.infoengine.object.factory.Task task)
This convenience method is intended to be called in the invoke() method to convert collect and process webject parameters and basic initialization. |
protected void |
setHandleGroupIn(boolean b)
Explicitly tells whether the GROUP_IN parameter should be processed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void preset(com.infoengine.object.factory.Task task)
throws WTException
preset in class AbstractWebjecttask - The Info*Engine task executed by the user. This is usually the same Task received by the invoke() method.
WTExceptionprotected void setHandleGroupIn(boolean b)
b - The new value for handlGroupIn.protected com.infoengine.object.factory.Group getUfidsAsGroup(com.infoengine.object.factory.Task task)
task - The input task.
protected void postProcess(com.infoengine.object.factory.Element e,
boolean purgeDefault)
throws WTException
e - The Element added to the results.purgeDefault - The flag (true) to purge default contents from the element
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||