Class HomeControllerImpl

  • All Implemented Interfaces:
    org.activiti.cloud.services.rest.api.HomeController

    @RestController
    public class HomeControllerImpl
    extends java.lang.Object
    implements org.activiti.cloud.services.rest.api.HomeController
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.hateoas.Resource<org.activiti.cloud.services.rest.api.resources.HomeResource> getHomeInfo()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HomeControllerImpl

        public HomeControllerImpl()
    • Method Detail

      • getHomeInfo

        public org.springframework.hateoas.Resource<org.activiti.cloud.services.rest.api.resources.HomeResource> getHomeInfo()
        Specified by:
        getHomeInfo in interface org.activiti.cloud.services.rest.api.HomeController