|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.imixs.workflow.webservices.soap.WorkflowModelClient
public class WorkflowModelClient
The WorkflowModelClient is a WebSerice Client for the Imixs WorkflowModel Service based on the Apache Axiom Framework. The WorkflowModelClient uses the helper class org.imixs.workflow.service.client.axiom.ServiceClient to establish SOAP Connections Since 1.7.0 This WebService Client also implements the new ModelService Methods provided by the IX JEE Workflow Version 1.7.0. So This client is compatible to both - the IX Workflow API and the IX JEE Implementation with MultiModel Support
org.imixs.workflow.RestClient.client.axiom.ServiceClient| Constructor Summary | |
|---|---|
WorkflowModelClient(String aServiceEndpoint,
String aUserName,
String aPassword)
|
|
| Method Summary | |
|---|---|
EntityCollection |
getActivityList(int processID)
returns the ActivityList for the highest model version |
EntityCollection |
getActivityListByVersion(int processID,
String modelVersion)
returns the ActivityList for a specific model version |
EntityCollection |
getEnvironmentList()
returns the EnvironmentList for the highest model version |
EntityCollection |
getEnvironmentListByVersion(String modelVersion)
returns the EnvironmentList for a specific model version |
String |
getNameSpace()
|
EntityCollection |
getProcessList()
returns the processList for the highest model version |
EntityCollection |
getProcessListByVersion(String modelVersion)
returns the processList for a specific model version |
ServiceClient |
getServiceClient()
|
void |
removeModelVersion(String modelVersion)
This method removes an existing model with the corresponding modelversion |
void |
setNameSpace(String s)
|
void |
updateActivityList(int processID,
EntityCollection activityList)
Updates a ActivityList |
void |
updateEnvironmentList(EntityCollection envList)
updates the environmentList |
void |
updateProcessList(EntityCollection envList)
Updates a ProcessList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkflowModelClient(String aServiceEndpoint,
String aUserName,
String aPassword)
| Method Detail |
|---|
public String getNameSpace()
public void setNameSpace(String s)
public ServiceClient getServiceClient()
public EntityCollection getProcessList()
throws Exception
WorkflowModelService
getProcessList in interface WorkflowModelServiceException
public EntityCollection getProcessListByVersion(String modelVersion)
throws Exception
WorkflowModelService
getProcessListByVersion in interface WorkflowModelServiceException
public EntityCollection getActivityList(int processID)
throws Exception
WorkflowModelService
getActivityList in interface WorkflowModelServiceException
public EntityCollection getActivityListByVersion(int processID,
String modelVersion)
throws Exception
WorkflowModelService
getActivityListByVersion in interface WorkflowModelServiceException
public EntityCollection getEnvironmentList()
throws Exception
WorkflowModelService
getEnvironmentList in interface WorkflowModelServiceException
public EntityCollection getEnvironmentListByVersion(String modelVersion)
throws Exception
WorkflowModelService
getEnvironmentListByVersion in interface WorkflowModelServiceException
public void updateActivityList(int processID,
EntityCollection activityList)
throws Exception
WorkflowModelService
updateActivityList in interface WorkflowModelServiceException
public void updateEnvironmentList(EntityCollection envList)
throws Exception
WorkflowModelService
updateEnvironmentList in interface WorkflowModelServiceException
public void updateProcessList(EntityCollection envList)
throws Exception
WorkflowModelService
updateProcessList in interface WorkflowModelServiceException
public void removeModelVersion(String modelVersion)
throws Exception
WorkflowModelService
removeModelVersion in interface WorkflowModelServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||