Uses of Interface
org.wso2.carbon.registry.synchronization.UserInputCallback

Packages that use UserInputCallback
org.wso2.carbon.registry.synchronization   
org.wso2.carbon.registry.synchronization.operation   
 

Uses of UserInputCallback in org.wso2.carbon.registry.synchronization
 

Methods in org.wso2.carbon.registry.synchronization with parameters of type UserInputCallback
static boolean Utils.confirmDelete(File file, File metaFile, UserInputCallback callback)
          This method will obtain the consent from the user to delete the specified file and meta file (corresponding to the file), if the user agrees to.
 

Uses of UserInputCallback in org.wso2.carbon.registry.synchronization.operation
 

Methods in org.wso2.carbon.registry.synchronization.operation with parameters of type UserInputCallback
 boolean CheckInCommand.execute(Registry registry, UserInputCallback callback)
          This method will execute the check-in command utilizing the various parameters passed when creating the instance of the command.
 boolean CheckOutCommand.execute(Registry registry, UserInputCallback callback)
          This method will execute the check-out command utilizing the various parameters passed when creating the instance of the command.
 boolean UpdateCommand.execute(Registry registry, UserInputCallback callback)
          This method will execute the update command utilizing the various parameters passed when creating the instance of the command.
 



Copyright © 2013 WSO2 Inc. All Rights Reserved.