Uses of Interface
com.attivio.sdk.service.ServiceFactory
-
Packages that use ServiceFactory Package Description com.attivio.sdk.service com.attivio.service -
-
Uses of ServiceFactory in com.attivio.sdk.service
Classes in com.attivio.sdk.service that implement ServiceFactory Modifier and Type Class Description class
MockServiceFactory
SDK supported methods for getting and using registered Attivio Testing APIs.Methods in com.attivio.sdk.service that return ServiceFactory Modifier and Type Method Description static ServiceFactory
ServiceFactoryFactory. get()
Get an instance of the {@link #com.attivio.sdk.service.ServiceFactory}static ServiceFactory
ServiceFactoryFactory. get(java.lang.Object serviceFactoryParams)
Get an instance of the {@link #com.attivio.sdk.service.ServiceFactory}static ServiceFactory
ServiceFactoryFactory. getRemote(java.lang.String projectName, java.lang.String projectEnvironment, java.lang.String zookeeperConnectionInfo)
Get an instance of the {@link #com.attivio.sdk.service.ServiceFactory}static ServiceFactory
ServiceFactoryFactory. getRemote(java.lang.String projectName, java.lang.String projectEnvironment, java.lang.String zookeeperConnectionInfo, java.lang.Object serviceFactoryParams)
Similar toServiceFactoryFactory.getRemote(String, String, String)
, but allows for specification of arbitrary service factory parameters. -
Uses of ServiceFactory in com.attivio.service
Classes in com.attivio.service that implement ServiceFactory Modifier and Type Class Description class
ServiceFactoryObject
SDK supported methods for getting and using registered Attivio APIs.
-