B C D E G I M O P R S U W X

B

Base64 - Class in org.imixs.workflow.webservices
Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes.
Base64() - Constructor for class org.imixs.workflow.webservices.Base64
 

C

callSOAPAction(QName, Object) - Method in class org.imixs.workflow.webservices.soap.ServiceClient
This method calls a soap methode with the requestEntity Object in the SOAP Body.
createWorkItem(int) - Method in class org.imixs.workflow.webservices.soap.WorkflowManagerClient
 

D

decode(char[]) - Static method in class org.imixs.workflow.webservices.Base64
Decodes a BASE-64 encoded stream to recover the original data.

E

encode(byte[]) - Static method in class org.imixs.workflow.webservices.Base64
returns an array of base64-encoded characters to represent the passed data array.
EntityCollection - Class in org.imixs.workflow.xml
An EntityCollection represents a list of XMLItemCollections to be used by JAXB api
EntityCollection() - Constructor for class org.imixs.workflow.xml.EntityCollection
 
EntityTable - Class in org.imixs.workflow.xml
An EntityTabe represents a list of XMLItemCollections to be used by JAXB api.
EntityTable() - Constructor for class org.imixs.workflow.xml.EntityTable
 

G

getActivityList(int) - Method in class org.imixs.workflow.webservices.soap.WorkflowModelClient
 
getActivityList(int) - Method in interface org.imixs.workflow.webservices.soap.WorkflowModelService
returns the ActivityList for the highest model version
getActivityListByVersion(int, String) - Method in class org.imixs.workflow.webservices.soap.WorkflowModelClient
 
getActivityListByVersion(int, String) - Method in interface org.imixs.workflow.webservices.soap.WorkflowModelService
returns the ActivityList for a specific model version
getAttributeList() - Method in class org.imixs.workflow.xml.EntityTable
 
getEntity() - Method in class org.imixs.workflow.xml.EntityCollection
 
getEntity() - Method in class org.imixs.workflow.xml.EntityTable
 
getEnvironmentList() - Method in class org.imixs.workflow.webservices.soap.WorkflowModelClient
 
getEnvironmentList() - Method in interface org.imixs.workflow.webservices.soap.WorkflowModelService
returns the EnvironmentList for the highest model version
getEnvironmentListByVersion(String) - Method in class org.imixs.workflow.webservices.soap.WorkflowModelClient
 
getEnvironmentListByVersion(String) - Method in interface org.imixs.workflow.webservices.soap.WorkflowModelService
returns the EnvironmentList for a specific model version
getItem() - Method in class org.imixs.workflow.xml.XMLItemCollection
 
getItemCollection(XMLItemCollection) - Static method in class org.imixs.workflow.xml.XMLItemCollectionAdapter
This Methode converts a org.imixs.workflow.service.ItemArray into a org.imixs.workflow.ItemCollection Returns null if ItemArray == null
getLastHTTPResult() - Method in class org.imixs.workflow.webservices.soap.ServiceClient
 
getLastSOAPResponse() - Method in class org.imixs.workflow.webservices.soap.ServiceClient
 
getName() - Method in class org.imixs.workflow.xml.XMLItem
 
getNameSpace() - Method in class org.imixs.workflow.webservices.soap.WorkflowManagerClient
 
getNameSpace() - Method in class org.imixs.workflow.webservices.soap.WorkflowModelClient
 
getNameSpace() - Method in class org.imixs.workflow.webservices.soap.WorkflowReportClient
 
getProcessList() - Method in class org.imixs.workflow.webservices.soap.WorkflowModelClient
 
getProcessList() - Method in interface org.imixs.workflow.webservices.soap.WorkflowModelService
returns the processList for the highest model version
getProcessListByVersion(String) - Method in class org.imixs.workflow.webservices.soap.WorkflowModelClient
 
getProcessListByVersion(String) - Method in interface org.imixs.workflow.webservices.soap.WorkflowModelService
returns the processList for a specific model version
getReport(String) - Method in class org.imixs.workflow.webservices.soap.WorkflowReportClient
 
getReport(String) - Method in interface org.imixs.workflow.webservices.soap.WorkflowReportService
returns a QueryEntity Object identified by the attribute txtname
getReportList(int, int) - Method in class org.imixs.workflow.webservices.soap.WorkflowReportClient
 
getReportList(int, int) - Method in interface org.imixs.workflow.webservices.soap.WorkflowReportService
This method returns a collection of reports (Maps).
getServiceClient() - Method in class org.imixs.workflow.webservices.soap.WorkflowManagerClient
 
getServiceClient() - Method in class org.imixs.workflow.webservices.soap.WorkflowModelClient
 
getServiceClient() - Method in class org.imixs.workflow.webservices.soap.WorkflowReportClient
 
getValue() - Method in class org.imixs.workflow.xml.XMLItem
 
getWorkItem(String) - Method in class org.imixs.workflow.webservices.soap.WorkflowManagerClient
 
getWorkItem(String) - Method in interface org.imixs.workflow.webservices.soap.WorkflowManagerService
This method finds and returns an existing workitem (Map) by the unique or workitem ID.
getWorkList(String, int, int) - Method in class org.imixs.workflow.webservices.soap.WorkflowManagerClient
 
getWorkList(String, int, int) - Method in interface org.imixs.workflow.webservices.soap.WorkflowManagerService
This method returns a collection of workitems (Maps) belonging to a specified name.
getWorkListByCreator(String, int, int) - Method in class org.imixs.workflow.webservices.soap.WorkflowManagerClient
 
getWorkListByCreator(String, int, int) - Method in interface org.imixs.workflow.webservices.soap.WorkflowManagerService
This method returns a collection of workitems (Maps) belonging to a specified creator of a workitem.
getWorkListByGroup(String, int, int) - Method in class org.imixs.workflow.webservices.soap.WorkflowManagerClient
 
getWorkListByGroup(String, int, int) - Method in interface org.imixs.workflow.webservices.soap.WorkflowManagerService
This method returns a collection of workitems (Maps) belonging to a specified workflow group.
getWorkListByProcessID(int, int, int) - Method in class org.imixs.workflow.webservices.soap.WorkflowManagerClient
 
getWorkListByProcessID(int, int, int) - Method in interface org.imixs.workflow.webservices.soap.WorkflowManagerService
This method returns a collection of workitems (Maps) belonging to a specified process id form the workflow model.
getWorkListByRef(String, int, int) - Method in class org.imixs.workflow.webservices.soap.WorkflowManagerClient
 
getWorkListByRef(String, int, int) - Method in interface org.imixs.workflow.webservices.soap.WorkflowManagerService
This method returns a collection of workitems (Maps) belonging to a specified workitem identified by the attribute $UniqueIDRef.

I

isAuthor(String) - Method in class org.imixs.workflow.webservices.soap.WorkflowManagerClient
 

M

main(String[]) - Static method in class org.imixs.workflow.webservices.Base64
 

O

org.imixs.workflow.webservices - package org.imixs.workflow.webservices
 
org.imixs.workflow.webservices.rest - package org.imixs.workflow.webservices.rest
 
org.imixs.workflow.webservices.soap - package org.imixs.workflow.webservices.soap
 
org.imixs.workflow.xml - package org.imixs.workflow.xml
 

P

postCollection(String, EntityCollection) - Method in class org.imixs.workflow.webservices.rest.RestClient
This method posts an Entitycollection in the Imixs XML Format to a Rest Service URI Endpoint.
postEntity(String, XMLItemCollection) - Method in class org.imixs.workflow.webservices.rest.RestClient
This method posts an XMLItemCollection in the Imixs XML Format to a Rest Service URI Endpoint.
processQuery(String) - Method in class org.imixs.workflow.webservices.soap.WorkflowReportClient
 
processQuery(String) - Method in interface org.imixs.workflow.webservices.soap.WorkflowReportService
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
processWorkItem(XMLItemCollection, int) - Method in class org.imixs.workflow.webservices.soap.WorkflowManagerClient
 
processWorkItem(XMLItemCollection, int) - Method in interface org.imixs.workflow.webservices.soap.WorkflowManagerService
This method processes the forwarded workitem (Map) through the specified ActivityInstance.
putCollection(Collection<ItemCollection>) - Static method in class org.imixs.workflow.xml.XMLItemCollectionAdapter
This method transforms a Collection into a EntityCollection
putItemCollection(ItemCollection) - Static method in class org.imixs.workflow.xml.XMLItemCollectionAdapter
This Method converts a org.imixs.workflow.ItemCollection into a Entity The method verifies if the values stored are basic java types.

R

removeModelVersion(String) - Method in class org.imixs.workflow.webservices.soap.WorkflowModelClient
 
removeModelVersion(String) - Method in interface org.imixs.workflow.webservices.soap.WorkflowModelService
This method removes an existing model with the corresponding modelversion
removeWorkItem(String) - Method in class org.imixs.workflow.webservices.soap.WorkflowManagerClient
 
removeWorkItem(String) - Method in interface org.imixs.workflow.webservices.soap.WorkflowManagerService
This method removes a workitem.
RestClient - Class in org.imixs.workflow.webservices.rest
This ServiceClient is a WebService REST Client which encapsulate the communication with a REST web serice based on the Imixs Workflow REST API.
RestClient() - Constructor for class org.imixs.workflow.webservices.rest.RestClient
 

S

ServiceClient - Class in org.imixs.workflow.webservices.soap
The ServiceClient is a WebService Client which encapsulate the SOAP communication with a web serice endpoint.
ServiceClient(String) - Constructor for class org.imixs.workflow.webservices.soap.ServiceClient
 
setAttributeList(Vector<String>) - Method in class org.imixs.workflow.xml.EntityTable
 
setCredentials(String, String) - Method in class org.imixs.workflow.webservices.rest.RestClient
 
setCredentials(String, String) - Method in class org.imixs.workflow.webservices.soap.ServiceClient
 
setEncoding(String) - Method in class org.imixs.workflow.webservices.rest.RestClient
 
setEncoding(String) - Method in class org.imixs.workflow.webservices.soap.ServiceClient
 
setEntity(XMLItemCollection[]) - Method in class org.imixs.workflow.xml.EntityCollection
 
setEntity(XMLItemCollection[]) - Method in class org.imixs.workflow.xml.EntityTable
 
setItem(XMLItem[]) - Method in class org.imixs.workflow.xml.XMLItemCollection
 
setName(String) - Method in class org.imixs.workflow.xml.XMLItem
 
setNameSpace(String) - Method in class org.imixs.workflow.webservices.soap.WorkflowManagerClient
 
setNameSpace(String) - Method in class org.imixs.workflow.webservices.soap.WorkflowModelClient
 
setNameSpace(String) - Method in class org.imixs.workflow.webservices.soap.WorkflowReportClient
 
setSoapType(int) - Method in class org.imixs.workflow.webservices.soap.ServiceClient
 
setValue(Object[]) - Method in class org.imixs.workflow.xml.XMLItem
 
SOAP11 - Static variable in class org.imixs.workflow.webservices.soap.ServiceClient
 
SOAP12 - Static variable in class org.imixs.workflow.webservices.soap.ServiceClient
 

U

updateActivityList(int, EntityCollection) - Method in class org.imixs.workflow.webservices.soap.WorkflowModelClient
 
updateActivityList(int, EntityCollection) - Method in interface org.imixs.workflow.webservices.soap.WorkflowModelService
Updates a ActivityList
updateEnvironmentList(EntityCollection) - Method in class org.imixs.workflow.webservices.soap.WorkflowModelClient
 
updateEnvironmentList(EntityCollection) - Method in interface org.imixs.workflow.webservices.soap.WorkflowModelService
updates the environmentList
updateProcessList(EntityCollection) - Method in class org.imixs.workflow.webservices.soap.WorkflowModelClient
 
updateProcessList(EntityCollection) - Method in interface org.imixs.workflow.webservices.soap.WorkflowModelService
Updates a ProcessList
updateReport(XMLItemCollection) - Method in class org.imixs.workflow.webservices.soap.WorkflowReportClient
 
updateReport(XMLItemCollection) - Method in interface org.imixs.workflow.webservices.soap.WorkflowReportService
updates a Entity Report Object.
updateReportList(EntityCollection) - Method in class org.imixs.workflow.webservices.soap.WorkflowReportClient
 
updateReportList(EntityCollection) - Method in interface org.imixs.workflow.webservices.soap.WorkflowReportService
updates a list of Entity Report Objects.

W

WorkflowManagerClient - Class in org.imixs.workflow.webservices.soap
The WorkflowManagerClient is a WebSerice Client for the Imixs WorkflowManager Service based on the Apache Axiom Framework.
WorkflowManagerClient(String, String, String) - Constructor for class org.imixs.workflow.webservices.soap.WorkflowManagerClient
 
WorkflowManagerService - Interface in org.imixs.workflow.webservices.soap
Service Interface for the WorkflowManager.
WorkflowModelClient - Class in org.imixs.workflow.webservices.soap
The WorkflowModelClient is a WebSerice Client for the Imixs WorkflowModel Service based on the Apache Axiom Framework.
WorkflowModelClient(String, String, String) - Constructor for class org.imixs.workflow.webservices.soap.WorkflowModelClient
 
WorkflowModelService - Interface in org.imixs.workflow.webservices.soap
Service Interface for the WorkflowModel
WorkflowReportClient - Class in org.imixs.workflow.webservices.soap
The WorkflowManagerClient is a WebSerice Client for the Imixs WorkflowManager Service based on the Apache Axiom Framework.
WorkflowReportClient(String, String, String) - Constructor for class org.imixs.workflow.webservices.soap.WorkflowReportClient
 
WorkflowReportService - Interface in org.imixs.workflow.webservices.soap
Service Interface of a ReportService.

X

XMLItem - Class in org.imixs.workflow.xml
Represents a single item inside a XMLItemCollection.
XMLItem() - Constructor for class org.imixs.workflow.xml.XMLItem
 
XMLItemCollection - Class in org.imixs.workflow.xml
The XMLitemCollection is a basic serializable representation of a pojo to map a org.imixs.workflow.ItemCollection into a xml representation using JAXB api
XMLItemCollection() - Constructor for class org.imixs.workflow.xml.XMLItemCollection
 
XMLItemCollectionAdapter - Class in org.imixs.workflow.xml
An XMLItemCollectionAdapter converts a org.imixs.workflow.xml.XMLItemCollection into a org.imixs.workflow.ItemCollection and reverse
XMLItemCollectionAdapter() - Constructor for class org.imixs.workflow.xml.XMLItemCollectionAdapter
 

B C D E G I M O P R S U W X

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