@Component public class ScholixIndexManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScholixIndexManager.RelationPrefix
The enum Pid type prefix.
|
| Constructor and Description |
|---|
ScholixIndexManager() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.lang3.tuple.Pair<Long,List<eu.dnetlib.dhp.schema.sx.scholix.Scholix>> |
linksFromPid(String linkProvider,
String targetPid,
String targetPidType,
String targetPublisher,
String targetType,
String sourcePid,
String sourcePidType,
String sourcePublisher,
String sourceType,
Integer page)
Links from pid pair.
|
List<org.apache.commons.lang3.tuple.Pair<String,Long>> |
totalLinksByProvider(String filterName) |
List<org.apache.commons.lang3.tuple.Pair<String,Long>> |
totalLinksPublisher(ScholixIndexManager.RelationPrefix prefix,
String filterName) |
public List<org.apache.commons.lang3.tuple.Pair<String,Long>> totalLinksByProvider(String filterName) throws ScholixException
ScholixExceptionpublic List<org.apache.commons.lang3.tuple.Pair<String,Long>> totalLinksPublisher(ScholixIndexManager.RelationPrefix prefix, String filterName) throws ScholixException
ScholixExceptionpublic org.apache.commons.lang3.tuple.Pair<Long,List<eu.dnetlib.dhp.schema.sx.scholix.Scholix>> linksFromPid(String linkProvider, String targetPid, String targetPidType, String targetPublisher, String targetType, String sourcePid, String sourcePidType, String sourcePublisher, String sourceType, Integer page) throws ScholixException
linkProvider - the link providertargetPid - the target pidtargetPidType - the target pid typetargetPublisher - the target publishertargetType - the target typesourcePid - the source pidsourcePidType - the source pid typesourcePublisher - the source publishersourceType - the source typepage - the pageScholixException - the scholix exceptionCopyright © 2025. All rights reserved.