|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IeCollection in com.infoengine.exception |
Fields in com.infoengine.exception declared as IeCollection | |
private IeCollection |
IEPartialResultsException.collection
|
Methods in com.infoengine.exception that return IeCollection | |
IeCollection |
IEPartialResultsException.getCollection()
|
Methods in com.infoengine.exception with parameters of type IeCollection | |
void |
IEPartialResultsException.setCollection(IeCollection collection)
|
Uses of IeCollection in com.infoengine.jsp.taglibs |
Methods in com.infoengine.jsp.taglibs that return IeCollection | |
IeCollection |
ParallelTag.EmbeddableRunner.getCollection()
get collection used by the embedded tag |
Uses of IeCollection in com.infoengine.object |
Methods in com.infoengine.object that return IeCollection | |
IeCollection |
IeRequest.firstCollection()
Returns the first collection contained in the request. |
IeCollection |
IeRequest.getCollection(String name)
Returns a collection by name. |
IeCollection |
IeRequest.getCollectionAt(int index)
Returns the collection located at a specified index. |
IeCollection |
IeRequest.lastCollection()
Returns the last collection contained in the request. |
IeCollection |
IeMultipartInputStream.readVdb()
Reads the next content object from the input stream and parses it as an Info*Engine VDB object. |
Methods in com.infoengine.object with parameters of type IeCollection | |
void |
IeRequest.addCollection(IeCollection collection)
Adds a collection to the request. |
void |
IeRequest.removeCollection(IeCollection collection)
Removes a specified collection from the request. |
void |
IeRequest.setCollectionAt(IeCollection collection,
int index)
Sets the collection at a specified index. |
void |
IeMultipartOutputStream.writeVdb(IeCollection vdb,
String contentType)
Writes an Info*Engine VDB object to the output stream serializing according to contentType. |
void |
IeMultipartOutputStream.writeVdb(IeCollection vdb,
String contentType,
boolean exception)
Writes an Info*Engine VDB object to the output stream serializing according to contentType. |
Uses of IeCollection in com.infoengine.object.factory |
Methods in com.infoengine.object.factory that return IeCollection | |
IeCollection |
Task.getContext()
Returns a collection containing the context groups of this task. |
IeCollection |
Task.getInput()
Deprecated. |
IeCollection |
Task.getOutput()
Deprecated. |
IeCollection |
Task.getVdb()
Returns the collection containing VDB groups for the task. |
Methods in com.infoengine.object.factory with parameters of type IeCollection | |
void |
Task.setContext(IeCollection collection)
Sets the collection containing the context groups for this task. |
void |
Task.setInput(IeCollection collection)
Deprecated. |
void |
Task.setVdb(IeCollection collection)
Sets the collection containing the VDB groups for this task. |
static void |
Group.toXML(IeCollection collection,
Writer writer)
Writes the XML representation of a collection of groups. |
static void |
Group.toXML(IeCollection collection,
Writer writer,
boolean includeMeta)
Writes the XML representation of a collection of groups. |
static String |
Group.toXML(IeCollection collection)
Renders a collection of groups to an XML string. |
static String |
Group.toXML(IeCollection collection,
boolean includeMeta)
Renders a collection of groups to an XML string. |
Uses of IeCollection in com.infoengine.procunit |
Methods in com.infoengine.procunit with parameters of type IeCollection | |
static void |
IEExceptionUtil.checkCollectionForErrors(IeCollection collect)
|
static void |
IEExceptionUtil.checkCollectionForErrors(IeCollection collect,
String exceptionClass)
|
Uses of IeCollection in com.infoengine.SAK |
Fields in com.infoengine.SAK declared as IeCollection | |
private IeCollection |
IeService.collection
|
Methods in com.infoengine.SAK that return IeCollection | |
IeCollection |
Tasklet.getVdb()
Returns the VDB collection associated with this tasklet. |
IeCollection |
Tasklet.getContext()
Returns the context collection associated with this tasklet. |
IeCollection |
Task.getVDB()
Returns the VDB of the task. |
static IeCollection |
Task.executeTask(String uri,
Task task,
Boolean isCredentialsMapper)
Executes a task specified by URI. |
static IeCollection |
Task.executeTask(String uri,
String processor,
Task task,
IeCollection vdb,
Group form)
Executes a task specified by URI. |
static IeCollection |
Task.executeTask(String uri,
Vector processors,
Task task,
IeCollection vdb,
Group form)
Executes a task specified by URI. |
IeCollection |
IeService.getCollection()
Return the object that holds the internal collection of Info*Engine group objects. |
IeCollection |
BasicTasklet.getVdb()
Returns the VDB collection associated with this tasklet. |
Methods in com.infoengine.SAK with parameters of type IeCollection | |
void |
Tasklet.setVdb(IeCollection collection)
Sets the VDB associated with this tasklet. |
void |
Tasklet.setContext(IeCollection collection)
Sets the context groups associated with this tasklet. |
void |
Task.setVDB(IeCollection vdb)
Sets the VDB of the task. |
static IeCollection |
Task.executeTask(String uri,
String processor,
Task task,
IeCollection vdb,
Group form)
Executes a task specified by URI. |
static IeCollection |
Task.executeTask(String uri,
Vector processors,
Task task,
IeCollection vdb,
Group form)
Executes a task specified by URI. |
void |
IeService.setCollection(IeCollection collection)
Sets the object that holds the internal collection of Info*Engine group objects. |
void |
IeService.updateCollection(IeCollection collection)
Merge the Info*Engine groups contained within a specified collection into the internal collection. |
void |
BasicTasklet.setVdb(IeCollection collection)
Sets the VDB associated with this tasklet. |
private boolean |
BasicCheckpointProcessor.hasChanged(IeCollection collection)
Returns true if a collection has changed. |
private void |
BasicCheckpointProcessor.resetChange(IeCollection collection)
Resets all change indications in a collection. |
Uses of IeCollection in com.infoengine.soap |
Methods in com.infoengine.soap that return IeCollection | |
IeCollection |
SOAPAttachmentInputStream.readVdb()
Reads the next content object from the input stream and parses it as an Info*Engine VDB object. |
Methods in com.infoengine.soap with parameters of type IeCollection | |
void |
SOAPAttachmentOutputStream.writeVdb(IeCollection vdb,
String contentType)
|
void |
SOAPAttachmentOutputStream.writeVdb(IeCollection vdb,
String contentType,
boolean exception)
|
static void |
RPCHandler.parseSoapBody(javax.xml.soap.SOAPBody body,
javax.xml.soap.SOAPMessage message,
Group formGroup,
IeCollection vdb,
StringBuffer methodName)
populate @FORM with the parameters for this method call |
private static void |
RPCHandler.addParameter(Element e,
IeCollection vdb,
String name,
Object o)
|
private javax.xml.soap.SOAPMessage |
RPCHandler.postProcess(String className,
String methodName,
Hashtable headers,
Group formGroup,
IeCollection vdb,
SOAPAttachmentInputStream attachIS,
OutputStream errorStream,
OutputStream streamMessageTo,
Timer timer)
|
Uses of IeCollection in com.infoengine.soap.util |
Methods in com.infoengine.soap.util that return IeCollection | |
static IeCollection |
IESOAPUtils.elementToCollection(javax.xml.soap.SOAPElement elm,
javax.xml.soap.SOAPMessage message)
Turns a SOAPElement representing an I*E collection back into a collection. |
Methods in com.infoengine.soap.util with parameters of type IeCollection | |
static Hashtable |
IESOAPUtils.generateResponse(String methodName,
IeCollection vdb,
boolean renderMeta,
OutputStream attachment,
OutputStream out)
Generates a SOAP response based on input and serializes it to an output stream. |
static javax.xml.soap.SOAPMessage |
IESOAPUtils.generateResponse(String methodName,
IeCollection vdb,
boolean renderMeta,
OutputStream attachmentOS)
Generates a SOAP response based on some I*E stuff. |
static javax.xml.soap.SOAPMessage |
IESOAPUtils._generateResponse(String methodName,
IeCollection vdb,
boolean renderMeta,
OutputStream attachmentOS,
OutputStream stream)
|
static Object |
IESOAPUtils.generateReturn(IeCollection vdb,
String retType,
String subsStr,
javax.xml.soap.SOAPElement parent,
javax.xml.soap.SOAPMessage message)
Generate the SOAP return value from a vdb. |
private static Object |
IESOAPUtils._generateIEReturn(IeCollection vdb,
int sType,
String subsStr)
Handles the INFOENGINE_* response types. |
private static Object |
IESOAPUtils._generateReturn(IeCollection vdb,
String retType,
String subsStr,
javax.xml.soap.SOAPElement parent,
javax.xml.soap.SOAPMessage message)
Generate the SOAP return value from a vdb. |
static void |
IESOAPUtils.collectionToElement(IeCollection col,
javax.xml.soap.SOAPElement parent,
javax.xml.soap.SOAPMessage message)
Turns an I*E collection into a SOAPElement. |
static void |
IESOAPUtils.collectionToElement(IeCollection col,
javax.xml.soap.SOAPElement parent,
javax.xml.soap.SOAPMessage message,
String eName,
boolean type,
boolean qualify)
Turns an I*E collection into a SOAPElement. |
static Collection |
IESOAPUtils.lightweight(IeCollection col)
Turns a heavy I*E collection into a lightweight one. |
Uses of IeCollection in com.infoengine.soap.util.sax |
Fields in com.infoengine.soap.util.sax declared as IeCollection | |
private IeCollection |
IECollectionDeserializer.col
|
Uses of IeCollection in com.infoengine.webject.mgt |
Fields in com.infoengine.webject.mgt declared as IeCollection | |
(package private) IeCollection |
DispatchTasks.TaskRunner.VDB
|
Methods in com.infoengine.webject.mgt that return IeCollection | |
IeCollection |
DispatchTasks.TaskRunner.getVDB()
|
Methods in com.infoengine.webject.mgt with parameters of type IeCollection | |
private void |
DispatchTasks.mergeVdb(Task task,
IeCollection vdb)
Merge the contents of a specified VDB to the VDB of a task. |
Uses of IeCollection in com.infoengine.xml |
Methods in com.infoengine.xml that return IeCollection | |
static IeCollection |
ProcessXml.applyXsl(Webject webject,
Task task)
Apply XSL to an XML stream to produce a collection of groups. |
static IeCollection |
ProcessXml.applyXsl(Webject webject,
Task task,
String xmlSource)
Apply XSL to an XML string to produce a collection of groups. |
private static IeCollection |
ProcessXml.applyXsl(Reader xmlReader,
Reader xslReader,
String styleBaseURI,
Enumeration params)
|
Uses of IeCollection in com.ptc.windchill.esi.bom |
Methods in com.ptc.windchill.esi.bom that return IeCollection | |
IeCollection |
ESIBOMRenderer.getBOM(String objectID,
boolean delta,
boolean bomPart,
boolean componentParts,
boolean alternates,
boolean substitutes,
boolean referenceDesignators,
boolean lineNumbers,
String mulitLevel,
boolean documents,
String configSpec,
String auth,
String wcAdapter,
String transactionID)
getBOM RPC processor. |
IeCollection |
BOMUtility.getBOM(String objectID,
boolean delta,
boolean bomPart,
boolean componentParts,
boolean alternates,
boolean substitutes,
boolean referenceDesignators,
boolean lineNumbers,
String mulitLevel,
boolean documents,
String configSpec,
String auth,
String wcAdapter,
String transactionID)
getBOM RPC processor. |
protected IeCollection |
BOMTreeNavigatorImpl.getPartsTree()
|
Uses of IeCollection in com.ptc.windchill.esi.ecn |
Methods in com.ptc.windchill.esi.ecn that return IeCollection | |
IeCollection |
ESIWTChangeOrder2Renderer.getECN(String objectID,
boolean delta,
boolean componentParts,
boolean alternates,
boolean substitutes,
boolean referenceDesignators,
boolean lineNumbers,
String mulitLevel,
boolean documents,
String configSpec,
String auth,
String wcAdapter,
String transactionID)
getECN RPC processor. |
Uses of IeCollection in com.ptc.windchill.esi.esidoc |
Methods in com.ptc.windchill.esi.esidoc that return IeCollection | |
IeCollection |
ESIDocUtility.getESIDoc(WTPart previousPart,
WTPart currentPart,
Collection targetOrgs,
String wcAdapter,
String authorization,
String transactionID)
Given the current and previous iteration of a part this method will call the DocumentRenderer and create the elements in VdbBuilder Supported API: true |
IeCollection |
ESIDocumentsRenderer.getESIDoc(WTPart previousPart,
WTPart currentPart,
Collection targetOrgs,
String wcAdapter,
String authorization,
String transactionID)
Given the current and previous iteration of a part this method will call the DocumentRenderer and create the elements in VdbBuilder Supported API: true |
Uses of IeCollection in com.ptc.windchill.esi.esipart |
Methods in com.ptc.windchill.esi.esipart that return IeCollection | |
IeCollection |
ESIWTPartRenderer.getPart(String objectID,
boolean alternates,
boolean documents,
String auth,
String wcAdapter,
String transactionID)
GetPart RPC processor. |
IeCollection |
ESIPartUtility.getPart(String objectID,
boolean alternates,
boolean documents,
String auth,
String wcAdapter,
String transactionID)
GetPart RPC processor. |
(package private) IeCollection |
ESIPartUtility.invokeQueryTask(String taskName,
String ufids,
String auth,
String wcAdapter)
|
Uses of IeCollection in com.ptc.windchill.esi.rnd |
Methods in com.ptc.windchill.esi.rnd that return IeCollection | |
IeCollection |
VdbContainer.asVDB()
Returns the contents of the groups collection as an Info*Engine IeCollection. |
IeCollection |
VdbBuilderImpl.asVDB()
Create the VDB from the contents of the VdbGroups that were built. |
IeCollection |
VdbBuilder.asVDB()
Return the results of the calculations that were performed on the elements passed into addElement(). |
protected IeCollection |
ResponseRendererImpl.invokeQueryTask(String taskName,
String className,
String ufids,
String auth,
String wcAdapter)
This method will call the I*E task specfied by the task name. |
protected IeCollection |
BasicESIRenderer.invokeQueryTask(String taskName,
String className,
String ufids,
String auth,
String wcAdapter)
This method will call the I*E task specfied by the task name. |
protected IeCollection |
BasicESIRenderer.invokeQueryTask(String taskName,
String className,
String ufids,
String auth,
String wcAdapter,
String groupName)
This method will call the I*E task specfied by the task name. |
protected IeCollection |
BasicESIRenderer.invokeQueryTask(String taskName,
String className,
String ufids,
String auth,
String wcAdapter,
String groupName,
String attrList)
This method will call the I*E task specfied by the task name. |
Uses of IeCollection in com.ptc.windchill.esi.svc |
Methods in com.ptc.windchill.esi.svc that return IeCollection | |
IeCollection |
StandardESIService.getPart(String objectID,
boolean alternates,
boolean documents,
String auth,
String wcAdapter,
String transactionID)
GetPart RPC processor. |
IeCollection |
StandardESIService.getBOM(String objectID,
boolean delta,
boolean parts,
boolean alternates,
boolean substitutes,
boolean referenceDesignators,
boolean lineNumbers,
String mulitLevel,
boolean documents,
String configSpec,
String auth,
String wcAdapter,
String transactionID)
getBOM RPC processor. |
IeCollection |
StandardESIService.getECN(String objectID,
boolean delta,
boolean componentParts,
boolean alternates,
boolean substitutes,
boolean referenceDesignators,
boolean lineNumbers,
String mulitLevel,
boolean documents,
String configSpec,
String auth,
String wcAdapter,
String transactionID)
getECN RPC processor. |
IeCollection |
ESISvrService.getPart(String objectID,
boolean alternates,
boolean documents,
String auth,
String wcAdapter,
String transactionID)
GetPart RPC processor. |
IeCollection |
ESISvrService.getBOM(String objectID,
boolean delta,
boolean parts,
boolean alternates,
boolean substitutes,
boolean referenceDesignators,
boolean lineNumbers,
String mulitLevel,
boolean documents,
String configSpec,
String auth,
String wcAdapter,
String transactionID)
getBOM RPC processor. |
IeCollection |
ESISvrService.getECN(String objectID,
boolean delta,
boolean componentParts,
boolean alternates,
boolean substitutes,
boolean referenceDesignators,
boolean lineNumbers,
String mulitLevel,
boolean documents,
String configSpec,
String auth,
String wcAdapter,
String transactionID)
getECN RPC processor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |