Uses of Class
org.dspace.orcid.OrcidHistory
-
Packages that use OrcidHistory Package Description org.dspace.orcid org.dspace.orcid.dao org.dspace.orcid.dao.impl org.dspace.orcid.service org.dspace.orcid.service.impl -
-
Uses of OrcidHistory in org.dspace.orcid
Fields in org.dspace.orcid with type parameters of type OrcidHistory Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<OrcidHistory,String>OrcidHistory_. descriptionstatic javax.persistence.metamodel.SingularAttribute<OrcidHistory,Item>OrcidHistory_. entitystatic javax.persistence.metamodel.SingularAttribute<OrcidHistory,Integer>OrcidHistory_. idstatic javax.persistence.metamodel.SingularAttribute<OrcidHistory,String>OrcidHistory_. metadatastatic javax.persistence.metamodel.SingularAttribute<OrcidHistory,OrcidOperation>OrcidHistory_. operationstatic javax.persistence.metamodel.SingularAttribute<OrcidHistory,Item>OrcidHistory_. profileItemstatic javax.persistence.metamodel.SingularAttribute<OrcidHistory,String>OrcidHistory_. putCodestatic javax.persistence.metamodel.SingularAttribute<OrcidHistory,String>OrcidHistory_. recordTypestatic javax.persistence.metamodel.SingularAttribute<OrcidHistory,String>OrcidHistory_. responseMessagestatic javax.persistence.metamodel.SingularAttribute<OrcidHistory,Integer>OrcidHistory_. statusstatic javax.persistence.metamodel.SingularAttribute<OrcidHistory,Date>OrcidHistory_. timestamp -
Uses of OrcidHistory in org.dspace.orcid.dao
Methods in org.dspace.orcid.dao that return types with arguments of type OrcidHistory Modifier and Type Method Description List<OrcidHistory>OrcidHistoryDAO. findByEntity(Context context, Item entity)Find the OrcidHistory records related to the given entity item.List<OrcidHistory>OrcidHistoryDAO. findByProfileItemAndEntity(Context context, UUID profileItemId, UUID entityId)Find all the ORCID history records by the given profileItem and entity uuids.List<OrcidHistory>OrcidHistoryDAO. findByProfileItemOrEntity(Context context, Item item)Get the OrcidHistory records where the given item is the profileItem or the entityList<OrcidHistory>OrcidHistoryDAO. 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 OrcidHistory Modifier and Type Method Description List<OrcidHistory>OrcidHistoryDAOImpl. findByEntity(Context context, Item entity)List<OrcidHistory>OrcidHistoryDAOImpl. findByProfileItemAndEntity(Context context, UUID profileItemId, UUID entityId)List<OrcidHistory>OrcidHistoryDAOImpl. findByProfileItemOrEntity(Context context, Item item)List<OrcidHistory>OrcidHistoryDAOImpl. findSuccessfullyRecordsByEntityAndType(Context context, Item entity, String recordType) -
Uses of OrcidHistory in org.dspace.orcid.service
Methods in org.dspace.orcid.service that return OrcidHistory Modifier and Type Method Description OrcidHistoryOrcidHistoryService. create(Context context, Item profileItem, Item entity)Create a new OrcidHistory records related to the given profileItem and entity items.OrcidHistoryOrcidHistoryService. find(Context context, int id)Get an OrcidHistory from the database.OrcidHistoryOrcidHistoryService. 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 OrcidHistory Modifier and Type Method Description List<OrcidHistory>OrcidHistoryService. findAll(Context context)Find all the ORCID history records.List<OrcidHistory>OrcidHistoryService. findByEntity(Context context, Item entity)Find the OrcidHistory records related to the given entity item.List<OrcidHistory>OrcidHistoryService. findByProfileItemOrEntity(Context context, Item item)Get the OrcidHistory records where the given item is the profile item OR the entityList<OrcidHistory>OrcidHistoryService. 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 OrcidHistory Modifier and Type Method Description voidOrcidHistoryService. 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 OrcidHistory Modifier and Type Method Description OrcidHistoryOrcidHistoryServiceImpl. create(Context context, Item profileItem, Item entity)OrcidHistoryOrcidHistoryServiceImpl. find(Context context, int id)OrcidHistoryOrcidHistoryServiceImpl. synchronizeWithOrcid(Context context, OrcidQueue orcidQueue, boolean forceAddition)Methods in org.dspace.orcid.service.impl that return types with arguments of type OrcidHistory Modifier and Type Method Description List<OrcidHistory>OrcidHistoryServiceImpl. findAll(Context context)List<OrcidHistory>OrcidHistoryServiceImpl. findByEntity(Context context, Item entity)List<OrcidHistory>OrcidHistoryServiceImpl. findByProfileItemOrEntity(Context context, Item profileItem)List<OrcidHistory>OrcidHistoryServiceImpl. findSuccessfullyRecordsByEntityAndType(Context context, Item entity, String recordType)Methods in org.dspace.orcid.service.impl with parameters of type OrcidHistory Modifier and Type Method Description voidOrcidHistoryServiceImpl. delete(Context context, OrcidHistory orcidHistory)voidOrcidHistoryServiceImpl. update(Context context, OrcidHistory orcidHistory)
-