public class GroupResource
extends ch.software_atelier.simpleflex.rest.DefaultRestResource
| Constructor and Description |
|---|
GroupResource(DataHandler dh,
TokenHandler th,
TokenParser tp) |
| Modifier and Type | Method and Description |
|---|---|
void |
docGET(ch.software_atelier.simpleflex.rest.swagger.MethodDocumentation request) |
void |
docPOST(ch.software_atelier.simpleflex.rest.swagger.MethodDocumentation request) |
ch.software_atelier.simpleflex.rest.RestResponse |
onGET(ch.software_atelier.simpleflex.rest.RestRequest request)
Returns a List of all Users.
|
ch.software_atelier.simpleflex.rest.RestResponse |
onPOST(ch.software_atelier.simpleflex.rest.RestRequest request)
Creates a new User.
|
public GroupResource(DataHandler dh, TokenHandler th, TokenParser tp)
public ch.software_atelier.simpleflex.rest.RestResponse onGET(ch.software_atelier.simpleflex.rest.RestRequest request)
onGET in interface ch.software_atelier.simpleflex.rest.RestResourceonGET in class ch.software_atelier.simpleflex.rest.DefaultRestResourcepublic void docGET(ch.software_atelier.simpleflex.rest.swagger.MethodDocumentation request)
docGET in interface ch.software_atelier.simpleflex.rest.RestResourcedocGET in class ch.software_atelier.simpleflex.rest.DefaultRestResourcepublic ch.software_atelier.simpleflex.rest.RestResponse onPOST(ch.software_atelier.simpleflex.rest.RestRequest request)
onPOST in interface ch.software_atelier.simpleflex.rest.RestResourceonPOST in class ch.software_atelier.simpleflex.rest.DefaultRestResourcepublic void docPOST(ch.software_atelier.simpleflex.rest.swagger.MethodDocumentation request)
docPOST in interface ch.software_atelier.simpleflex.rest.RestResourcedocPOST in class ch.software_atelier.simpleflex.rest.DefaultRestResourceCopyright © 2021 Software Atelier Kamber. All rights reserved.