Uses of Class
eu.dnetlib.dhp.schema.sx.scholix.ScholixEntityId
Packages that use ScholixEntityId
Package
Description
-
Uses of ScholixEntityId in eu.dnetlib.dhp.schema.sx.api.model.v1
Methods in eu.dnetlib.dhp.schema.sx.api.model.v1 with parameters of type ScholixEntityIdModifier and TypeMethodDescriptionstatic ScholixCreatorScholixCreator.fromScholixEntityId(ScholixEntityId provider) static ScholixProviderScholixProvider.fromScholixEntityId(ScholixEntityId provider) -
Uses of ScholixEntityId in eu.dnetlib.dhp.schema.sx.api.model.v2
Methods in eu.dnetlib.dhp.schema.sx.api.model.v2 with parameters of type ScholixEntityIdModifier and TypeMethodDescriptionstatic ScholixCreatorTypeScholixCreatorType.fromScholixEntityId(ScholixEntityId inputCreator) static ScholixLinkProviderTypeScholixLinkProviderType.fromScholixEntityId(ScholixEntityId provider) -
Uses of ScholixEntityId in eu.dnetlib.dhp.schema.sx.scholix
Methods in eu.dnetlib.dhp.schema.sx.scholix that return ScholixEntityIdMethods in eu.dnetlib.dhp.schema.sx.scholix that return types with arguments of type ScholixEntityIdModifier and TypeMethodDescriptionScholixResource.getCreator()Scholix.getLinkprovider()Scholix.getPublisher()ScholixResource.getPublisher()Methods in eu.dnetlib.dhp.schema.sx.scholix with parameters of type ScholixEntityIdModifier and TypeMethodDescriptionintScholixEntityId.compareTo(ScholixEntityId other) voidScholixCollectedFrom.setProvider(ScholixEntityId provider) Method parameters in eu.dnetlib.dhp.schema.sx.scholix with type arguments of type ScholixEntityIdModifier and TypeMethodDescriptionvoidScholixResource.setCreator(List<ScholixEntityId> creator) voidScholix.setLinkprovider(List<ScholixEntityId> linkprovider) voidScholix.setPublisher(List<ScholixEntityId> publisher) voidScholixResource.setPublisher(List<ScholixEntityId> publisher) Constructors in eu.dnetlib.dhp.schema.sx.scholix with parameters of type ScholixEntityIdModifierConstructorDescriptionScholixCollectedFrom(ScholixEntityId provider, String provisionMode, String completionStatus)