Package com.adobe.fd.fp.service
Interface FPIntegrationService
-
public interface FPIntegrationServiceForms 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 theFPIntegrationServiceProviderimplementations 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 theFPIntegrationServiceProviderimplementations and having the given provider value.
-
-