public interface ISSNService extends DriverService
Modifier and Type | Method and Description |
---|---|
boolean |
actionCreatePerformed(String resourceType,
String profileId,
String profile) |
boolean |
actionDeletePerformed(String resourceType,
String profileId) |
boolean |
actionUpdatePerformed(String resourceType,
String profileId,
String profileBefore,
String profileAfter) |
String |
getCurrentMessage(String topic) |
List<String> |
listSubscriptions() |
boolean |
pauseSubscription(String subscrId) |
boolean |
renew(String subscrId,
int terminationTime) |
boolean |
resumeSubscription(String subscrId) |
String |
subscribe(eu.dnetlib.domain.EPR consumerReference,
String topicExpression,
int initialTerminationTime) |
boolean |
unsubscribe(String subscrId) |
identify, notify
String getCurrentMessage(String topic) throws ISSNServiceException
ISSNServiceException
boolean pauseSubscription(String subscrId) throws ISSNServiceException
ISSNServiceException
boolean renew(String subscrId, int terminationTime) throws ISSNServiceException
ISSNServiceException
boolean resumeSubscription(String subscrId) throws ISSNServiceException
ISSNServiceException
String subscribe(eu.dnetlib.domain.EPR consumerReference, String topicExpression, int initialTerminationTime) throws ISSNServiceException
ISSNServiceException
boolean unsubscribe(String subscrId) throws ISSNServiceException
ISSNServiceException
boolean actionCreatePerformed(String resourceType, String profileId, String profile) throws ISSNServiceException
ISSNServiceException
boolean actionUpdatePerformed(String resourceType, String profileId, String profileBefore, String profileAfter) throws ISSNServiceException
ISSNServiceException
boolean actionDeletePerformed(String resourceType, String profileId) throws ISSNServiceException
ISSNServiceException
Copyright © 2020. All rights reserved.