Revision 6298
Added by Chris Jones over 13 years ago
src/edu/ucsb/nceas/metacat/dataone/MNodeService.java | ||
---|---|---|
60 | 60 |
import org.dataone.service.types.Node; |
61 | 61 |
import org.dataone.service.types.NodeReference; |
62 | 62 |
import org.dataone.service.types.ObjectFormat; |
63 |
import org.dataone.service.types.ObjectFormatIdentifier; |
|
63 | 64 |
import org.dataone.service.types.ObjectList; |
64 | 65 |
import org.dataone.service.types.Permission; |
65 | 66 |
import org.dataone.service.types.Session; |
... | ... | |
629 | 630 |
* @throws NotImplemented |
630 | 631 |
*/ |
631 | 632 |
@Override |
632 |
public MonitorList getOperationStatistics(Session session, Integer period,
|
|
633 |
Subject requestor, Event event, ObjectFormat format)
|
|
633 |
public MonitorList getOperationStatistics(Session session, Date startTime,
|
|
634 |
Date endTime, Subject requestor, Event event, ObjectFormatIdentifier formatId)
|
|
634 | 635 |
throws NotImplemented, ServiceFailure, NotAuthorized, InvalidRequest, |
635 | 636 |
InsufficientResources, UnsupportedType { |
636 |
|
|
637 |
|
|
637 | 638 |
throw new NotImplemented("2080", "getOperationsStatistics not yet implemented"); |
638 | 639 |
} |
639 | 640 |
|
Also available in: Unified diff
Update getOperationStatistics() to reflect the change in the signature, using ObjectFormatIdentifier instead of ObjectFormat.