HTTP Example:POST /API/queryDefinitionAPI/getLightProcesses
options=…
| API Example: RemoteQueryDefinitionAPI.getLightProcesses({'options': }); |
Returns the set of definition information of all deployed processes. A lightProcessDefinition
is a ProcessDefinition containing only required information. - Output:
- java.util.Set<org.ow2.bonita.light.LightProcessDefinition> - the set of LightProcessDefinition of all deployed processes.
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|