Interface FormsCommonServicesManager
-
public interface FormsCommonServicesManager
Interface 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 void
exportAllAssets()
This API exports all assets and stores the details and the exported package under /var/fd/batchOperations/exportall nodevoid
publishAllAssets()
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 FormsFoundationException
This 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 FormsFoundationException
This API exports all assets and stores the details and the exported package under /var/fd/batchOperations/exportall node- Throws:
FormsFoundationException
-
-