Project

General

Profile

« Previous | Next » 

Revision 9247

Added by Jing Tao almost 9 years ago

Change the signature of listObject method - remove replicaStatus and add nodeId.

View differences:

CNodeService.java
2031 2031
   */
2032 2032
  @Override
2033 2033
  public ObjectList listObjects(Session session, Date startTime, 
2034
      Date endTime, ObjectFormatIdentifier formatid, Identifier identifier, Boolean replicaStatus,
2034
      Date endTime, ObjectFormatIdentifier formatid, NodeReference nodeId,Identifier identifier,
2035 2035
      Integer start, Integer count)
2036 2036
      throws InvalidRequest, InvalidToken, NotAuthorized, NotImplemented,
2037 2037
      ServiceFailure {
2038
      
2038
      boolean replicaStatus= true;
2039 2039
      return super.listObjects(session, startTime, endTime, formatid, identifier, replicaStatus, start, count);
2040 2040
  }
2041 2041

  

Also available in: Unified diff