Uses of Class
org.dspace.orcid.OrcidHistory
Packages that use OrcidHistory
Package
Description
-
Uses of OrcidHistory in org.dspace.orcid
Fields in org.dspace.orcid with type parameters of type OrcidHistoryModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<OrcidHistory>OrcidHistory_.class_static jakarta.persistence.metamodel.SingularAttribute<OrcidHistory,String> OrcidHistory_.descriptionstatic jakarta.persistence.metamodel.SingularAttribute<OrcidHistory,Item> OrcidHistory_.entitystatic jakarta.persistence.metamodel.SingularAttribute<OrcidHistory,Integer> OrcidHistory_.idstatic jakarta.persistence.metamodel.SingularAttribute<OrcidHistory,String> OrcidHistory_.metadatastatic jakarta.persistence.metamodel.SingularAttribute<OrcidHistory,OrcidOperation> OrcidHistory_.operationstatic jakarta.persistence.metamodel.SingularAttribute<OrcidHistory,Item> OrcidHistory_.profileItemstatic jakarta.persistence.metamodel.SingularAttribute<OrcidHistory,String> OrcidHistory_.putCodestatic jakarta.persistence.metamodel.SingularAttribute<OrcidHistory,String> OrcidHistory_.recordTypestatic jakarta.persistence.metamodel.SingularAttribute<OrcidHistory,String> OrcidHistory_.responseMessagestatic jakarta.persistence.metamodel.SingularAttribute<OrcidHistory,Integer> OrcidHistory_.statusstatic jakarta.persistence.metamodel.SingularAttribute<OrcidHistory,Instant> OrcidHistory_.timestamp -
Uses of OrcidHistory in org.dspace.orcid.dao
Methods in org.dspace.orcid.dao that return types with arguments of type OrcidHistoryModifier and TypeMethodDescriptionOrcidHistoryDAO.findByEntity(Context context, Item entity) Find the OrcidHistory records related to the given entity item.OrcidHistoryDAO.findByProfileItemAndEntity(Context context, UUID profileItemId, UUID entityId) Find all the ORCID history records by the given profileItem and entity uuids.OrcidHistoryDAO.findByProfileItemOrEntity(Context context, Item item) Get the OrcidHistory records where the given item is the profileItem or the entityOrcidHistoryDAO.findSuccessfullyRecordsByEntityAndType(Context context, Item entity, String recordType) Find all the successfully Orcid history records with the given record type related to the given entity. -
Uses of OrcidHistory in org.dspace.orcid.dao.impl
Methods in org.dspace.orcid.dao.impl that return types with arguments of type OrcidHistoryModifier and TypeMethodDescriptionOrcidHistoryDAOImpl.findByEntity(Context context, Item entity) OrcidHistoryDAOImpl.findByProfileItemAndEntity(Context context, UUID profileItemId, UUID entityId) OrcidHistoryDAOImpl.findByProfileItemOrEntity(Context context, Item item) OrcidHistoryDAOImpl.findSuccessfullyRecordsByEntityAndType(Context context, Item entity, String recordType) -
Uses of OrcidHistory in org.dspace.orcid.service
Methods in org.dspace.orcid.service that return OrcidHistoryModifier and TypeMethodDescriptionCreate a new OrcidHistory records related to the given profileItem and entity items.Get an OrcidHistory from the database.OrcidHistoryService.synchronizeWithOrcid(Context context, OrcidQueue orcidQueue, boolean forceAddition) Synchronize the entity related to the given orcidQueue record with ORCID.Methods in org.dspace.orcid.service that return types with arguments of type OrcidHistoryModifier and TypeMethodDescriptionFind all the ORCID history records.OrcidHistoryService.findByEntity(Context context, Item entity) Find the OrcidHistory records related to the given entity item.OrcidHistoryService.findByProfileItemOrEntity(Context context, Item item) Get the OrcidHistory records where the given item is the profile item OR the entityOrcidHistoryService.findSuccessfullyRecordsByEntityAndType(Context context, Item entity, String recordType) Find all the successfully Orcid history records with the given record type related to the given entity.Methods in org.dspace.orcid.service with parameters of type OrcidHistoryModifier and TypeMethodDescriptionvoidOrcidHistoryService.delete(Context context, OrcidHistory orcidHistory) Delete an OrcidHistoryvoidOrcidHistoryService.update(Context context, OrcidHistory orcidHistory) Update the OrcidHistory -
Uses of OrcidHistory in org.dspace.orcid.service.impl
Methods in org.dspace.orcid.service.impl that return OrcidHistoryModifier and TypeMethodDescriptionOrcidHistoryServiceImpl.synchronizeWithOrcid(Context context, OrcidQueue orcidQueue, boolean forceAddition) Methods in org.dspace.orcid.service.impl that return types with arguments of type OrcidHistoryModifier and TypeMethodDescriptionOrcidHistoryServiceImpl.findByEntity(Context context, Item entity) OrcidHistoryServiceImpl.findByProfileItemOrEntity(Context context, Item profileItem) OrcidHistoryServiceImpl.findSuccessfullyRecordsByEntityAndType(Context context, Item entity, String recordType) Methods in org.dspace.orcid.service.impl with parameters of type OrcidHistoryModifier and TypeMethodDescriptionvoidOrcidHistoryServiceImpl.delete(Context context, OrcidHistory orcidHistory) voidOrcidHistoryServiceImpl.update(Context context, OrcidHistory orcidHistory)