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

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

public class RootRevisionRes
extends BaseRes

Represents root revision resource.

Author:
Alexander Yuhimenko

Constructor Summary
RootRevisionRes()
           
 
Method Summary
 javax.xml.bind.JAXBElement<org.eclipse.higgins.sync.to.RevisionTO> getRootRevision(String accessTokenId, List<String> resourceTypeList)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootRevisionRes

public RootRevisionRes()
Method Detail

getRootRevision

public javax.xml.bind.JAXBElement<org.eclipse.higgins.sync.to.RevisionTO> getRootRevision(@HeaderParam(value="Authorization")
                                                                                          String accessTokenId,
                                                                                          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