Package org.apache.unomi.sfdc.rest
Class SFDCEndPoint
- java.lang.Object
-
- org.apache.unomi.sfdc.rest.SFDCEndPoint
-
@Produces("application/json;charset=UTF-8") @Path("/sfdc") public class SFDCEndPoint extends Object
-
-
Constructor Summary
Constructors Constructor Description SFDCEndPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate(org.osgi.service.component.ComponentContext componentContext)Map<String,Object>getLimits()Map<String,String>getVersion()voidsetBundleContext(org.osgi.framework.BundleContext bundleContext)voidsetSfdcService(SFDCService sfdcService)voidsetSFDCService(SFDCService sfdcService)
-
-
-
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)
-
setSfdcService
public void setSfdcService(SFDCService sfdcService)
-
-