public interface MNCore
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_VERSION |
Modifier and Type | Method and Description |
---|---|
Node |
getCapabilities() |
Log |
getLogRecords(Date fromDate,
Date toDate,
Event event,
String pidFilter,
Integer start,
Integer count) |
Log |
getLogRecords(Session session,
Date fromDate,
Date toDate,
Event event,
String pidFilter,
Integer start,
Integer count)
Deprecated.
|
Date |
ping() |
static final String SERVICE_VERSION
Date ping() throws NotImplemented, ServiceFailure, InsufficientResources
NotImplemented
ServiceFailure
InsufficientResources
https://jenkins-ucsb-1.dataone.org/job/API%20Documentation%20-%20trunk/ws/api-documentation/build/html/apis/MN_APIs.html#MN_core.ping
Log getLogRecords(Date fromDate, Date toDate, Event event, String pidFilter, Integer start, Integer count) throws InvalidRequest, InvalidToken, NotAuthorized, NotImplemented, ServiceFailure
InvalidRequest
InvalidToken
NotAuthorized
NotImplemented
ServiceFailure
https://jenkins-ucsb-1.dataone.org/job/API%20Documentation%20-%20trunk/ws/api-documentation/build/html/apis/MN_APIs.html#MN_core.getLogRecords
Node getCapabilities() throws NotImplemented, ServiceFailure
NotImplemented
ServiceFailure
https://jenkins-ucsb-1.dataone.org/job/API%20Documentation%20-%20trunk/ws/api-documentation/build/html/apis/MN_APIs.html#MN_core.getCapabilities
@Deprecated Log getLogRecords(Session session, Date fromDate, Date toDate, Event event, String pidFilter, Integer start, Integer count) throws InvalidRequest, InvalidToken, NotAuthorized, NotImplemented, ServiceFailure
InvalidRequest
InvalidToken
NotAuthorized
NotImplemented
ServiceFailure
https://jenkins-ucsb-1.dataone.org/job/API%20Documentation%20-%20trunk/ws/api-documentation/build/html/apis/MN_APIs.html#MN_core.getLogRecords
Copyright © 2015. All Rights Reserved.