Uses of Class
org.dspace.orcid.model.OrcidProfileSectionType
-
Packages that use OrcidProfileSectionType Package Description org.dspace.orcid.model org.dspace.orcid.model.factory org.dspace.orcid.model.factory.impl org.dspace.orcid.service org.dspace.orcid.service.impl -
-
Uses of OrcidProfileSectionType in org.dspace.orcid.model
Methods in org.dspace.orcid.model that return OrcidProfileSectionType Modifier and Type Method Description static OrcidProfileSectionTypeOrcidProfileSectionType. fromString(String type)static OrcidProfileSectionTypeOrcidProfileSectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrcidProfileSectionType[]OrcidProfileSectionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OrcidProfileSectionType in org.dspace.orcid.model.factory
Methods in org.dspace.orcid.model.factory that return OrcidProfileSectionType Modifier and Type Method Description OrcidProfileSectionTypeOrcidProfileSectionFactory. 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 OrcidProfileSectionType Modifier and Type Field Description protected OrcidProfileSectionTypeAbstractOrcidProfileSectionFactory. sectionTypeMethods in org.dspace.orcid.model.factory.impl that return OrcidProfileSectionType Modifier and Type Method Description OrcidProfileSectionTypeAbstractOrcidProfileSectionFactory. getProfileSectionType()Methods in org.dspace.orcid.model.factory.impl that return types with arguments of type OrcidProfileSectionType Modifier and Type Method Description protected abstract List<OrcidProfileSectionType>AbstractOrcidProfileSectionFactory. getSupportedTypes()List<OrcidProfileSectionType>OrcidPersonExternalIdentifierFactory. getSupportedTypes()List<OrcidProfileSectionType>OrcidSimpleValueObjectFactory. getSupportedTypes()Constructors in org.dspace.orcid.model.factory.impl with parameters of type OrcidProfileSectionType Constructor Description AbstractOrcidProfileSectionFactory(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 OrcidProfileSectionType Modifier and Type Method Description ObjectOrcidProfileSectionFactoryService. 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.Optional<OrcidProfileSectionFactory>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 OrcidProfileSectionType Modifier and Type Method Description ObjectOrcidProfileSectionFactoryServiceImpl. createOrcidObject(Context context, List<MetadataValue> metadataValues, OrcidProfileSectionType type)Optional<OrcidProfileSectionFactory>OrcidProfileSectionFactoryServiceImpl. findBySectionType(OrcidProfileSectionType type)
-