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, notifyString getCurrentMessage(String topic) throws ISSNServiceException
ISSNServiceExceptionboolean pauseSubscription(String subscrId) throws ISSNServiceException
ISSNServiceExceptionboolean renew(String subscrId, int terminationTime) throws ISSNServiceException
ISSNServiceExceptionboolean resumeSubscription(String subscrId) throws ISSNServiceException
ISSNServiceExceptionString subscribe(eu.dnetlib.domain.EPR consumerReference, String topicExpression, int initialTerminationTime) throws ISSNServiceException
ISSNServiceExceptionboolean unsubscribe(String subscrId) throws ISSNServiceException
ISSNServiceExceptionboolean actionCreatePerformed(String resourceType, String profileId, String profile) throws ISSNServiceException
ISSNServiceExceptionboolean actionUpdatePerformed(String resourceType, String profileId, String profileBefore, String profileAfter) throws ISSNServiceException
ISSNServiceExceptionboolean actionDeletePerformed(String resourceType, String profileId) throws ISSNServiceException
ISSNServiceExceptionCopyright © 2026. All rights reserved.