Package | Description |
---|---|
org.imixs.workflow.bpmn | |
org.imixs.workflow.engine | |
org.imixs.workflow.jaxrs |
Modifier and Type | Method and Description |
---|---|
BPMNModel |
BPMNModelHandler.buildModel()
This method builds the model from the information parsed by the handler.
|
static BPMNModel |
BPMNParser.parseModel(byte[] bpmnByteArray,
String encoding)
This method parses a BPMN model from a byte array.
|
static BPMNModel |
BPMNParser.parseModel(InputStream bpmnInputStream,
String encoding)
This method parses a BPMN model from a input stream and returns a instance of
BPMNModel class.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelService.saveModel(BPMNModel model)
This method saves a BPMNModel into the database and adds the model into the
internal model store.
|
void |
ModelService.saveModel(BPMNModel model,
String _filename)
This method saves a BPMNModel into the database and adds the model into the
internal model store.
|
Modifier and Type | Method and Description |
---|---|
BPMNModel |
BPMNUnmarshaller.readFrom(Class aClass,
Type type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap multivaluedMap,
InputStream bpmnInputStream) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ModelRestService.postBPMNModel(BPMNModel bpmnmodel) |
javax.ws.rs.core.Response |
ModelRestService.postBPMNModel(String filename,
BPMNModel bpmnmodel) |
javax.ws.rs.core.Response |
ModelRestService.putBPMNModel(BPMNModel bpmnmodel)
This method consumes a Imixs BPMN model file and updates the corresponding
model information.
|
javax.ws.rs.core.Response |
ModelRestService.putBPMNModel(String filename,
BPMNModel bpmnmodel)
This method consumes a Imixs BPMN model file and updates the corresponding
model information.
|
Copyright © 2006–2022 Imixs Software Solutions GmbH. All rights reserved.