HTTP Example:POST /API/identityAPI/getGroupUsingPath
hierarchy=…&options=…
| API Example: AbstractRemoteIdentityAPI.getGroupUsingPath({'hierarchy': , 'options': }); |
Retrieves the group according to the group path. - Output:
- org.ow2.bonita.facade.identity.Group - the group corresponding to the group path; null otherwise
- Form parameters:
- hierarchy - the group path (the first element is the root groupName, the second element is the childName of the root group, ...)
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|