org.eclipse.higgins.sync.ws.rest
Class CommandLogRes

java.lang.Object
  extended by org.eclipse.higgins.sync.ws.rest.BaseRes
      extended by org.eclipse.higgins.sync.ws.rest.CommandLogRes

public class CommandLogRes
extends BaseRes

Represents CommandLog resource.

Author:
Alexander Yuhimenko

Constructor Summary
CommandLogRes()
           
 
Method Summary
 org.eclipse.higgins.sync.to.CmdExecStatusesTO execCommands(String accessTokenId, org.eclipse.higgins.sync.to.CommandsTO commandsTO, List<String> resourceTypeList)
           
 org.eclipse.higgins.sync.to.CommandsTO getCommandLog(String accessTokenId, Long clientRootRevisionNumber, List<String> resourceTypeList)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLogRes

public CommandLogRes()
Method Detail

getCommandLog

public org.eclipse.higgins.sync.to.CommandsTO getCommandLog(@HeaderParam(value="Authorization")
                                                            String accessTokenId,
                                                            Long clientRootRevisionNumber,
                                                            List<String> resourceTypeList)
                                                     throws org.eclipse.higgins.sync.auth.exceptions.AuthenticationException,
                                                            org.eclipse.higgins.sync.meta.exceptions.ResourceMetaDataException
Throws:
org.eclipse.higgins.sync.auth.exceptions.AuthenticationException
org.eclipse.higgins.sync.meta.exceptions.ResourceMetaDataException

execCommands

public org.eclipse.higgins.sync.to.CmdExecStatusesTO execCommands(@HeaderParam(value="Authorization")
                                                                  String accessTokenId,
                                                                  org.eclipse.higgins.sync.to.CommandsTO commandsTO,
                                                                  List<String> resourceTypeList)
                                                           throws org.eclipse.higgins.sync.auth.exceptions.AuthenticationException,
                                                                  org.eclipse.higgins.sync.meta.exceptions.ResourceMetaDataException
Throws:
org.eclipse.higgins.sync.auth.exceptions.AuthenticationException
org.eclipse.higgins.sync.meta.exceptions.ResourceMetaDataException