@Path(value="processinstances") public class ProcessInstanceManagerRest extends Object
| Constructor and Description |
|---|
ProcessInstanceManagerRest() |
| Modifier and Type | Method and Description |
|---|---|
List<eu.vicci.process.engine.core.IProcessInstanceInfo> |
deployedProcesseInstances() |
void |
executeProcess(String processInstanceId,
Map<String,eu.vicci.process.model.util.serialization.jsontypeinstances.core.IJSONTypeInstance> inputParameters) |
javax.ws.rs.core.Response |
getProcessInstance(String processInstanceId) |
javax.ws.rs.core.Response |
getRecentState(String instanceId) |
@GET @Produces(value="application/json") public List<eu.vicci.process.engine.core.IProcessInstanceInfo> deployedProcesseInstances()
@POST
@Path(value="{processInstanceId}")
@Consumes(value="application/json")
public void executeProcess(@PathParam(value="processInstanceId")
String processInstanceId,
Map<String,eu.vicci.process.model.util.serialization.jsontypeinstances.core.IJSONTypeInstance> inputParameters)
throws NotFoundErrorException
NotFoundErrorException@GET
@Path(value="{processInstanceId}")
@Produces(value="application/json")
public javax.ws.rs.core.Response getProcessInstance(@PathParam(value="processInstanceId")
String processInstanceId)
throws NotFoundErrorException
NotFoundErrorException@GET
@Path(value="recentstate/{processInstanceId}")
@Produces(value="application/json")
public javax.ws.rs.core.Response getRecentState(@PathParam(value="processInstanceId")
String instanceId)
throws BadRequestException,
NotFoundErrorException
Copyright © 2018. All rights reserved.