|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.imixs.workflow.webservices.soap.WorkflowReportClient
public class WorkflowReportClient
The WorkflowManagerClient is a WebSerice Client for the Imixs WorkflowManager Service based on the Apache Axiom Framework. The WorkflowManagerClient uses the helper class org.imixs.workflow.service.client.axiom.ServiceClient to establish SOAP Connections
org.imixs.workflow.RestClient.client.axiom.ServiceClient| Constructor Summary | |
|---|---|
WorkflowReportClient(String aServiceEndpoint,
String aUserName,
String aPassword)
|
|
| Method Summary | |
|---|---|
String |
getNameSpace()
|
XMLItemCollection |
getReport(String name)
returns a QueryEntity Object identified by the attribute txtname |
EntityCollection |
getReportList(int start,
int count)
This method returns a collection of reports (Maps). |
ServiceClient |
getServiceClient()
|
EntityCollection |
processQuery(String reportid)
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 |
void |
setNameSpace(String s)
|
void |
updateReport(XMLItemCollection report)
updates a Entity Report Object. |
void |
updateReportList(EntityCollection reportList)
updates a list of Entity Report Objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkflowReportClient(String aServiceEndpoint,
String aUserName,
String aPassword)
| Method Detail |
|---|
public String getNameSpace()
public void setNameSpace(String s)
public ServiceClient getServiceClient()
public XMLItemCollection getReport(String name)
throws Exception
WorkflowReportService
getReport in interface WorkflowReportServiceException
public EntityCollection getReportList(int start,
int count)
throws Exception
WorkflowReportService
getReportList in interface WorkflowReportServiceException
public EntityCollection processQuery(String reportid)
throws Exception
WorkflowReportService
processQuery in interface WorkflowReportServiceException
public void updateReport(XMLItemCollection report)
throws Exception
WorkflowReportService
updateReport in interface WorkflowReportServiceException
public void updateReportList(EntityCollection reportList)
throws Exception
WorkflowReportService
updateReportList in interface WorkflowReportServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||