Class VCMeService
java.lang.Object
overit.geocallapp.utilities.rs.common.PrivateService
overit.geocallapp.wfm.core.virtualcollaboration.rs1.me.VCMeService
@RestController
@RequestMapping("virtualcollaboration/r1/me")
@Resource(logging=true)
public class VCMeService
extends PrivateService
Services that manage the virtual collaboration me.
- GCApi:
- rest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VCMeService
public VCMeService()
-
-
Method Details
-
get
@GetMapping(produces={"application/json","application/xml"}) public org.springframework.http.ResponseEntity<Object> get() throws DAValidateException, DAException- Throws:
DAValidateExceptionDAException
-