Skip navigation links
com.softwareag.centrasite.api.csom.action

Interface VirtualizeAction

Parameters:
resourcesToSynchronizeFromNative - The Set of resource paths of the native service which should be cloned to the virtual REST/XML service. If null, no resources from the native service will be synchronized with the virtual service.
resourcesToRetainInVirtual - The Set of resource paths of the virtual REST/XML service which should be retained during synchronization. If null, all existing resources of the virtual REST/XML service will be removed and only the resources specified in resourcesToSynchronizeFromNative collection will be available in the virtual service once the action has completed.
Throws:
CLLException - If an error occurs while setting the resources for synchronization or if the same path is given in both the parameters "resourcesToSynchronizeFromNative" and "resourcesToRetainInVirtual" since this indicates ambiguity.
Skip navigation links