public interface ISynchronizeStateCommand
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(java.util.Collection<? extends MObject> selection,
       boolean isRecursive,
       org.modelio.vbasic.progress.IModelioProgress aMonitor)
Synchronize the element and its descendant lock state from the repository. 
 | 
void execute(java.util.Collection<? extends MObject> selection, boolean isRecursive, org.modelio.vbasic.progress.IModelioProgress aMonitor) throws CmsException
selection - The elements to synchronizeisRecursive - true if all owned nodes must be synchronized too.aMonitor - the progress monitor to use for reporting progress to the user. CmsException - in case of failure.