Class SFDCEndPoint


  • @Produces("application/json;charset=UTF-8")
    @Path("/sfdc")
    public class SFDCEndPoint
    extends Object
    • Constructor Detail

      • SFDCEndPoint

        public SFDCEndPoint()
    • Method Detail

      • activate

        public void activate​(org.osgi.service.component.ComponentContext componentContext)
      • setSFDCService

        public void setSFDCService​(SFDCService sfdcService)
      • setBundleContext

        public void setBundleContext​(org.osgi.framework.BundleContext bundleContext)
      • getVersion

        @GET
        @Path("/version")
        public Map<String,​String> getVersion()
      • getLimits

        @GET
        @Path("/limits")
        public Map<String,​Object> getLimits()
      • setSfdcService

        public void setSfdcService​(SFDCService sfdcService)