Uses of Class
org.eclipse.higgins.sync.to.CommandsTO

Packages that use CommandsTO
org.eclipse.higgins.sync.bean   
org.eclipse.higgins.sync.to   
 

Uses of CommandsTO in org.eclipse.higgins.sync.bean
 

Methods in org.eclipse.higgins.sync.bean that return CommandsTO
 CommandsTO CardSyncFacadeBean.getCommandLog(org.eclipse.higgins.sync.auth.entity.AccessTokenEntity accessTokenEntity, RevisionTO clientRootRevisionTO, List<String> resourceTypeList)
          Retrieve changes between client RootRevisionTO and server RootRevisionTO.
 

Methods in org.eclipse.higgins.sync.bean with parameters of type CommandsTO
 CmdExecStatusesTO CardSyncFacadeBean.execCommands(org.eclipse.higgins.sync.auth.entity.AccessTokenEntity accessTokenEntity, CommandsTO commandsTO, List<String> resourceTypeList)
          Retrieve changes between client RootRevisionTO and server RootRevisionTO.
 

Uses of CommandsTO in org.eclipse.higgins.sync.to
 

Methods in org.eclipse.higgins.sync.to that return CommandsTO
 CommandsTO CommandsTO.setCommandTO(CommandTO[] commandTO)