|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.io.File file,
java.io.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 | |
---|---|
void |
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. |
void |
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. |
void |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |