org.eclipse.higgins.sync.ws.rest
Class CommandLogRes
java.lang.Object
org.eclipse.higgins.sync.ws.rest.BaseRes
org.eclipse.higgins.sync.ws.rest.CommandLogRes
public class CommandLogRes
- extends BaseRes
Represents CommandLog resource.
- Author:
- Alexander Yuhimenko
|
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)
|
CommandLogRes
public CommandLogRes()
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