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

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

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

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

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

Methods in org.imixs.workflow.webservices.soap that return EntityCollection
 EntityCollection WorkflowModelService.getActivityList(int aProcessID)
          returns the ActivityList for the highest model version
 EntityCollection WorkflowModelClient.getActivityList(int processID)
           
 EntityCollection WorkflowModelService.getActivityListByVersion(int aProcessID, String aModelVersion)
          returns the ActivityList for a specific model version
 EntityCollection WorkflowModelClient.getActivityListByVersion(int processID, String modelVersion)
           
 EntityCollection WorkflowModelService.getEnvironmentList()
          returns the EnvironmentList for the highest model version
 EntityCollection WorkflowModelClient.getEnvironmentList()
           
 EntityCollection WorkflowModelService.getEnvironmentListByVersion(String aModelVersion)
          returns the EnvironmentList for a specific model version
 EntityCollection WorkflowModelClient.getEnvironmentListByVersion(String modelVersion)
           
 EntityCollection WorkflowModelService.getProcessList()
          returns the processList for the highest model version
 EntityCollection WorkflowModelClient.getProcessList()
           
 EntityCollection WorkflowModelService.getProcessListByVersion(String aModelVersion)
          returns the processList for a specific model version
 EntityCollection WorkflowModelClient.getProcessListByVersion(String modelVersion)
           
 EntityCollection WorkflowReportClient.getReportList(int start, int count)
           
 EntityCollection WorkflowReportService.getReportList(int startpos, int count)
          This method returns a collection of reports (Maps).
 EntityCollection WorkflowManagerClient.getWorkList(String name, int start, int count)
           
 EntityCollection WorkflowManagerService.getWorkList(String name, int startpos, int count)
          This method returns a collection of workitems (Maps) belonging to a specified name.
 EntityCollection WorkflowManagerClient.getWorkListByCreator(String name, int start, int count)
           
 EntityCollection WorkflowManagerService.getWorkListByCreator(String name, int startpos, int count)
          This method returns a collection of workitems (Maps) belonging to a specified creator of a workitem.
 EntityCollection WorkflowManagerClient.getWorkListByGroup(String name, int start, int count)
           
 EntityCollection WorkflowManagerService.getWorkListByGroup(String name, int startpos, int count)
          This method returns a collection of workitems (Maps) belonging to a specified workflow group.
 EntityCollection WorkflowManagerClient.getWorkListByProcessID(int id, int start, int count)
           
 EntityCollection WorkflowManagerService.getWorkListByProcessID(int aID, int startpos, int count)
          This method returns a collection of workitems (Maps) belonging to a specified process id form the workflow model.
 EntityCollection WorkflowManagerClient.getWorkListByRef(String aref, int startpos, int count)
           
 EntityCollection WorkflowManagerService.getWorkListByRef(String aref, int startpos, int count)
          This method returns a collection of workitems (Maps) belonging to a specified workitem identified by the attribute $UniqueIDRef.
 EntityCollection WorkflowReportClient.processQuery(String reportid)
           
 EntityCollection WorkflowReportService.processQuery(String name)
          Process a QueryEntity Object identified by the attribute txtname All informations about the Query are stored in the QueryObject these attributes are: txtQuery, numMaxCount, numStartPost, txtName
 

Methods in org.imixs.workflow.webservices.soap with parameters of type EntityCollection
 void WorkflowModelService.updateActivityList(int aProcessID, EntityCollection aActivityList)
          Updates a ActivityList
 void WorkflowModelClient.updateActivityList(int processID, EntityCollection activityList)
           
 void WorkflowModelService.updateEnvironmentList(EntityCollection aEnvironmentList)
          updates the environmentList
 void WorkflowModelClient.updateEnvironmentList(EntityCollection envList)
           
 void WorkflowModelService.updateProcessList(EntityCollection aProcessList)
          Updates a ProcessList
 void WorkflowModelClient.updateProcessList(EntityCollection envList)
           
 void WorkflowReportClient.updateReportList(EntityCollection reportList)
           
 void WorkflowReportService.updateReportList(EntityCollection reportList)
          updates a list of Entity Report Objects.
 

Uses of EntityCollection in org.imixs.workflow.xml
 

Methods in org.imixs.workflow.xml that return EntityCollection
static EntityCollection XMLItemCollectionAdapter.putCollection(Collection<org.imixs.workflow.ItemCollection> col)
          This method transforms a Collection into a EntityCollection
 



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