Package com.adobe.fd.fp.service
Interface FPIntegrationService
-
public interface FPIntegrationService
Forms portal integration service which queries for all the integration service providers with a given provider value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>
getScriptPaths(java.lang.String providerValue)
Accesor method to get all the scripts path provided by all theFPIntegrationServiceProvider
implementations and having the given provider value.
-
-
-
Method Detail
-
getScriptPaths
java.util.List<java.lang.String> getScriptPaths(java.lang.String providerValue)
Accesor method to get all the scripts path provided by all theFPIntegrationServiceProvider
implementations and having the given provider value.
-
-