Uses of Class
org.dspace.orcid.OrcidQueue
Packages that use OrcidQueue
Package
Description
-
Uses of OrcidQueue in org.dspace.orcid
Fields in org.dspace.orcid with type parameters of type OrcidQueueModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<OrcidQueue,Integer> OrcidQueue_.attemptsstatic jakarta.persistence.metamodel.EntityType<OrcidQueue>OrcidQueue_.class_static jakarta.persistence.metamodel.SingularAttribute<OrcidQueue,String> OrcidQueue_.descriptionstatic jakarta.persistence.metamodel.SingularAttribute<OrcidQueue,Item> OrcidQueue_.entitystatic jakarta.persistence.metamodel.SingularAttribute<OrcidQueue,Integer> OrcidQueue_.idstatic jakarta.persistence.metamodel.SingularAttribute<OrcidQueue,String> OrcidQueue_.metadatastatic jakarta.persistence.metamodel.SingularAttribute<OrcidQueue,OrcidOperation> OrcidQueue_.operationstatic jakarta.persistence.metamodel.SingularAttribute<OrcidQueue,Item> OrcidQueue_.profileItemstatic jakarta.persistence.metamodel.SingularAttribute<OrcidQueue,String> OrcidQueue_.putCodestatic jakarta.persistence.metamodel.SingularAttribute<OrcidQueue,String> OrcidQueue_.recordType -
Uses of OrcidQueue in org.dspace.orcid.dao
Methods in org.dspace.orcid.dao that return types with arguments of type OrcidQueueModifier and TypeMethodDescriptionOrcidQueueDAO.findByAttemptsLessThan(Context context, int attempts) Get all the OrcidQueue records with attempts less than the given attempts.OrcidQueueDAO.findByEntity(Context context, Item item) Get the OrcidQueue records where the given item is the entity.OrcidQueueDAO.findByEntityAndRecordType(Context context, Item entity, String type) Find all the OrcidQueue records with the given entity and record type.OrcidQueueDAO.findByProfileItemAndEntity(Context context, Item profileItem, Item entity) Returns all the orcid queue records with the given profileItem and entity items.OrcidQueueDAO.findByProfileItemAndRecordType(Context context, Item profileItem, String type) Find all the OrcidQueue records with the given profileItem and record type.OrcidQueueDAO.findByProfileItemId(Context context, UUID profileItemId, Integer limit, Integer offset) Get the orcid queue records by the profileItem id.OrcidQueueDAO.findByProfileItemOrEntity(Context context, Item item) Get the OrcidQueue records where the given item is the profileItem OR the entity -
Uses of OrcidQueue in org.dspace.orcid.dao.impl
Methods in org.dspace.orcid.dao.impl that return types with arguments of type OrcidQueueModifier and TypeMethodDescriptionOrcidQueueDAOImpl.findByAttemptsLessThan(Context context, int attempts) OrcidQueueDAOImpl.findByEntity(Context context, Item item) OrcidQueueDAOImpl.findByEntityAndRecordType(Context context, Item entity, String type) OrcidQueueDAOImpl.findByProfileItemAndEntity(Context context, Item profileItem, Item entity) OrcidQueueDAOImpl.findByProfileItemAndRecordType(Context context, Item profileItem, String type) OrcidQueueDAOImpl.findByProfileItemId(Context context, UUID profileItemId, Integer limit, Integer offset) OrcidQueueDAOImpl.findByProfileItemOrEntity(Context context, Item item) -
Uses of OrcidQueue in org.dspace.orcid.service
Methods in org.dspace.orcid.service that return OrcidQueueModifier and TypeMethodDescriptionCreate an OrcidQueue record with the given profileItem and entity.OrcidQueueService.createEntityDeletionRecord(Context context, Item profileItem, String description, String type, String putCode) Create an OrcidQueue record with the given profileItem to delete a record on ORCID related to the given entity type with the given putCode.OrcidQueueService.createEntityInsertionRecord(Context context, Item profileItem, Item entity) Create an OrcidQueue record with the given profileItem and entity to push new data to ORCID.OrcidQueueService.createEntityUpdateRecord(Context context, Item profileItem, Item entity, String putCode) Create an OrcidQueue record with the given profileItem to update a record on ORCID with the given putCode.OrcidQueueService.createProfileDeletionRecord(Context context, Item profile, String description, String recordType, String metadata, String putCode) Create an OrcidQueue record with the profile to remove data from ORCID.OrcidQueueService.createProfileInsertionRecord(Context context, Item profile, String description, String recordType, String metadata) Create an OrcidQueue record with the profile to add data to ORCID.Get an OrcidQueue from the database.Methods in org.dspace.orcid.service that return types with arguments of type OrcidQueueModifier and TypeMethodDescriptionFind all the ORCID queue records.OrcidQueueService.findByAttemptsLessThan(Context context, int attempts) Get all the OrcidQueue records with attempts less than the given attempts.OrcidQueueService.findByEntity(Context context, Item item) Get the OrcidQueue records where the given item is the entity.OrcidQueueService.findByProfileItemAndEntity(Context context, Item profileItem, Item entity) Get the orcid queue records by the profileItem and entity.OrcidQueueService.findByProfileItemId(Context context, UUID profileItemId) Get the orcid queue records by the profileItem id.OrcidQueueService.findByProfileItemId(Context context, UUID profileItemId, Integer limit, Integer offset) Get the orcid queue records by the profileItem id.OrcidQueueService.findByProfileItemOrEntity(Context context, Item item) Get the OrcidQueue records where the given item is the profileItem OR the entityMethods in org.dspace.orcid.service with parameters of type OrcidQueueModifier and TypeMethodDescriptionvoidOrcidQueueService.delete(Context context, OrcidQueue orcidQueue) Delete an OrcidQueueOrcidHistoryService.synchronizeWithOrcid(Context context, OrcidQueue orcidQueue, boolean forceAddition) Synchronize the entity related to the given orcidQueue record with ORCID.voidOrcidQueueService.update(Context context, OrcidQueue orcidQueue) Update the OrcidQueue -
Uses of OrcidQueue in org.dspace.orcid.service.impl
Methods in org.dspace.orcid.service.impl that return OrcidQueueModifier and TypeMethodDescriptionOrcidQueueServiceImpl.createEntityDeletionRecord(Context context, Item profileItem, String description, String type, String putCode) OrcidQueueServiceImpl.createEntityInsertionRecord(Context context, Item profileItem, Item entity) OrcidQueueServiceImpl.createEntityUpdateRecord(Context context, Item profileItem, Item entity, String putCode) OrcidQueueServiceImpl.createProfileDeletionRecord(Context context, Item profile, String description, String recordType, String metadata, String putCode) OrcidQueueServiceImpl.createProfileInsertionRecord(Context context, Item profile, String description, String recordType, String metadata) Methods in org.dspace.orcid.service.impl that return types with arguments of type OrcidQueueModifier and TypeMethodDescriptionOrcidQueueServiceImpl.findByAttemptsLessThan(Context context, int attempts) OrcidQueueServiceImpl.findByEntity(Context context, Item item) OrcidQueueServiceImpl.findByProfileItemAndEntity(Context context, Item profileItem, Item entity) OrcidQueueServiceImpl.findByProfileItemId(Context context, UUID profileItemId) OrcidQueueServiceImpl.findByProfileItemId(Context context, UUID profileItemId, Integer limit, Integer offset) OrcidQueueServiceImpl.findByProfileItemOrEntity(Context context, Item item) Methods in org.dspace.orcid.service.impl with parameters of type OrcidQueueModifier and TypeMethodDescriptionvoidOrcidQueueServiceImpl.delete(Context context, OrcidQueue orcidQueue) OrcidHistoryServiceImpl.synchronizeWithOrcid(Context context, OrcidQueue orcidQueue, boolean forceAddition) voidOrcidQueueServiceImpl.update(Context context, OrcidQueue orcidQueue)