Interface FormsCommonServicesManager
-
public interface FormsCommonServicesManagerInterface providing APIs for common operations between CM and FM like publish and export.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexportAllAssets()This API exports all assets and stores the details and the exported package under /var/fd/batchOperations/exportall nodevoidpublishAllAssets()This API publishes all the assets in the Modified state and stores the status/details under /var/fd/batchOperations/publishall node
-
-
-
Method Detail
-
publishAllAssets
void publishAllAssets() throws FormsFoundationExceptionThis API publishes all the assets in the Modified state and stores the status/details under /var/fd/batchOperations/publishall node- Throws:
FormsFoundationException
-
exportAllAssets
void exportAllAssets() throws FormsFoundationExceptionThis API exports all assets and stores the details and the exported package under /var/fd/batchOperations/exportall node- Throws:
FormsFoundationException
-
-