Uses of Enum Class
org.dspace.orcid.model.OrcidProfileSectionType
Packages that use OrcidProfileSectionType
Package
Description
-
Uses of OrcidProfileSectionType in org.dspace.orcid.model
Methods in org.dspace.orcid.model that return OrcidProfileSectionTypeModifier and TypeMethodDescriptionstatic OrcidProfileSectionTypeOrcidProfileSectionType.fromString(String type) static OrcidProfileSectionTypeReturns the enum constant of this class with the specified name.static OrcidProfileSectionType[]OrcidProfileSectionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OrcidProfileSectionType in org.dspace.orcid.model.factory
Methods in org.dspace.orcid.model.factory that return OrcidProfileSectionTypeModifier and TypeMethodDescriptionOrcidProfileSectionFactory.getProfileSectionType()Returns the profile section type related to this factory. -
Uses of OrcidProfileSectionType in org.dspace.orcid.model.factory.impl
Fields in org.dspace.orcid.model.factory.impl declared as OrcidProfileSectionTypeModifier and TypeFieldDescriptionprotected final OrcidProfileSectionTypeAbstractOrcidProfileSectionFactory.sectionTypeMethods in org.dspace.orcid.model.factory.impl that return OrcidProfileSectionTypeMethods in org.dspace.orcid.model.factory.impl that return types with arguments of type OrcidProfileSectionTypeModifier and TypeMethodDescriptionprotected abstract List<OrcidProfileSectionType>AbstractOrcidProfileSectionFactory.getSupportedTypes()OrcidPersonExternalIdentifierFactory.getSupportedTypes()OrcidSimpleValueObjectFactory.getSupportedTypes()Constructors in org.dspace.orcid.model.factory.impl with parameters of type OrcidProfileSectionTypeModifierConstructorDescriptionAbstractOrcidProfileSectionFactory(OrcidProfileSectionType sectionType, OrcidProfileSyncPreference preference) OrcidPersonExternalIdentifierFactory(OrcidProfileSectionType sectionType, OrcidProfileSyncPreference preference) OrcidSimpleValueObjectFactory(OrcidProfileSectionType sectionType, OrcidProfileSyncPreference preference) -
Uses of OrcidProfileSectionType in org.dspace.orcid.service
Methods in org.dspace.orcid.service with parameters of type OrcidProfileSectionTypeModifier and TypeMethodDescriptionOrcidProfileSectionFactoryService.createOrcidObject(Context context, List<MetadataValue> metadataValues, OrcidProfileSectionType type) Builds an ORCID object starting from the given metadata values compliance to the given profile section type.OrcidProfileSectionFactoryService.findBySectionType(OrcidProfileSectionType type) Returns the profile section factory of the given type. -
Uses of OrcidProfileSectionType in org.dspace.orcid.service.impl
Methods in org.dspace.orcid.service.impl with parameters of type OrcidProfileSectionTypeModifier and TypeMethodDescriptionOrcidProfileSectionFactoryServiceImpl.createOrcidObject(Context context, List<MetadataValue> metadataValues, OrcidProfileSectionType type) OrcidProfileSectionFactoryServiceImpl.findBySectionType(OrcidProfileSectionType type)