Uses of Class
org.imixs.workflow.xml.XMLItemCollection

Packages that use XMLItemCollection
org.imixs.workflow.webservices.rest   
org.imixs.workflow.webservices.soap   
org.imixs.workflow.xml   
 

Uses of XMLItemCollection in org.imixs.workflow.webservices.rest
 

Methods in org.imixs.workflow.webservices.rest with parameters of type XMLItemCollection
 int RestClient.postEntity(String uri, XMLItemCollection aItemCol)
          This method posts an XMLItemCollection in the Imixs XML Format to a Rest Service URI Endpoint.
 

Uses of XMLItemCollection in org.imixs.workflow.webservices.soap
 

Methods in org.imixs.workflow.webservices.soap that return XMLItemCollection
 XMLItemCollection WorkflowManagerClient.createWorkItem(int processID)
           
 XMLItemCollection WorkflowReportClient.getReport(String name)
           
 XMLItemCollection WorkflowReportService.getReport(String name)
          returns a QueryEntity Object identified by the attribute txtname
 XMLItemCollection WorkflowManagerClient.getWorkItem(String workitemID)
           
 XMLItemCollection WorkflowManagerService.getWorkItem(String uniqueid)
          This method finds and returns an existing workitem (Map) by the unique or workitem ID.
 XMLItemCollection WorkflowManagerClient.processWorkItem(XMLItemCollection workitem, int activityID)
           
 XMLItemCollection WorkflowManagerService.processWorkItem(XMLItemCollection workitem, int activityid)
          This method processes the forwarded workitem (Map) through the specified ActivityInstance.
 

Methods in org.imixs.workflow.webservices.soap with parameters of type XMLItemCollection
 XMLItemCollection WorkflowManagerClient.processWorkItem(XMLItemCollection workitem, int activityID)
           
 XMLItemCollection WorkflowManagerService.processWorkItem(XMLItemCollection workitem, int activityid)
          This method processes the forwarded workitem (Map) through the specified ActivityInstance.
 void WorkflowReportClient.updateReport(XMLItemCollection report)
           
 void WorkflowReportService.updateReport(XMLItemCollection report)
          updates a Entity Report Object.
 

Uses of XMLItemCollection in org.imixs.workflow.xml
 

Methods in org.imixs.workflow.xml that return XMLItemCollection
 XMLItemCollection[] EntityCollection.getEntity()
           
 XMLItemCollection[] EntityTable.getEntity()
           
static XMLItemCollection XMLItemCollectionAdapter.putItemCollection(org.imixs.workflow.ItemCollection aItemCollection)
          This Method converts a org.imixs.workflow.ItemCollection into a Entity The method verifies if the values stored are basic java types.
 

Methods in org.imixs.workflow.xml with parameters of type XMLItemCollection
static org.imixs.workflow.ItemCollection XMLItemCollectionAdapter.getItemCollection(XMLItemCollection entity)
          This Methode converts a org.imixs.workflow.service.ItemArray into a org.imixs.workflow.ItemCollection Returns null if ItemArray == null
 void EntityCollection.setEntity(XMLItemCollection[] entity)
           
 void EntityTable.setEntity(XMLItemCollection[] entity)
           
 



Copyright © 2009-2011 Imixs Software Solutions GmbH. All Rights Reserved.