HTTP Example:POST /API/managementAPI/getAllRules
options=…
| API Example: AbstractRemoteManagementAPI.getAllRules({'options': }); |
Lists all available rules - Output:
- java.util.List<org.ow2.bonita.facade.privilege.Rule> -
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|