Path: / API / webAPI / getLightProcessInstances / {ownerName}

Path parameters:
ownerName -

Method Summary
ResourceDescription
POST /API/webAPI/getLightProcessInstances/{ownerName}?maxElementCount=…&startingIndex=… 

Method Detail
HTTP Example:
POST /API/webAPI/getLightProcessInstances/{ownerName}?maxElementCount=…&startingIndex=…

theLabelsName=…&options=…
API Example:

AbstractRemoteWebAPI.getLightProcessInstances({'maxElementCount': …,
  'startingIndex': …,
  'ownerName': …,
  'theLabelsName': …,
  'options': …});

Output:
java.util.List<org.ow2.bonita.light.LightProcessInstance>
Query parameters:
maxElementCount
startingIndex
Form parameters:
theLabelsName
options
Produces:
text/*
application/xml
Consumes:
application/x-www-form-urlencoded
text/*
application/xml