Package com.adobe.forms.common.service
Interface FormsCommonConfigurationService
-
public interface FormsCommonConfigurationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTempStorageConfig()
This API returns the config for allowing the use of Temp Storage.boolean
useTestDataPrefillService()
API returns configuration for allowing the use of test data prefill service in authoring preview
-
-
-
Method Detail
-
getTempStorageConfig
java.lang.String getTempStorageConfig()
This API returns the config for allowing the use of Temp Storage.- Returns:
- String which explains ACL for using the temp storage.
-
useTestDataPrefillService
boolean useTestDataPrefillService()
API returns configuration for allowing the use of test data prefill service in authoring preview- Returns:
- true, means use test data prefill service, false otherwise
-
-