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 classMockServiceFactorySDK 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 ServiceFactoryServiceFactoryFactory. get()Get an instance of the {@link #com.attivio.sdk.service.ServiceFactory}static ServiceFactoryServiceFactoryFactory. get(java.lang.Object serviceFactoryParams)Get an instance of the {@link #com.attivio.sdk.service.ServiceFactory}static ServiceFactoryServiceFactoryFactory. 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 ServiceFactoryServiceFactoryFactory. 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 classServiceFactoryObjectSDK supported methods for getting and using registered Attivio APIs.
-