Uses of Class
org.dspace.handle.Handle
Packages that use Handle
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
Provides classes and methods to interface with the
CNRI Handle System.
-
Uses of Handle in org.dspace.content
Fields in org.dspace.content with type parameters of type HandleModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.ListAttribute<DSpaceObject,Handle> DSpaceObject_.handlesMethods in org.dspace.content that return types with arguments of type HandleMethods in org.dspace.content with parameters of type Handle -
Uses of Handle in org.dspace.handle
Fields in org.dspace.handle with type parameters of type HandleModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<Handle>Handle_.class_static jakarta.persistence.metamodel.SingularAttribute<Handle,DSpaceObject> Handle_.dsoHandle_.handleHandle_.idHandle_.resourceTypeIdMethods in org.dspace.handle that return HandleModifier and TypeMethodDescriptionprotected HandleHandleServiceImpl.findHandleInternal(Context context, String handle) Find the database row corresponding to handle. -
Uses of Handle in org.dspace.handle.dao
Methods in org.dspace.handle.dao that return HandleMethods in org.dspace.handle.dao that return types with arguments of type HandleModifier and TypeMethodDescriptionHandleDAO.findByPrefix(Context context, String prefix) HandleDAO.getHandlesByDSpaceObject(Context context, DSpaceObject dso) -
Uses of Handle in org.dspace.handle.dao.impl
Methods in org.dspace.handle.dao.impl that return HandleMethods in org.dspace.handle.dao.impl that return types with arguments of type HandleModifier and TypeMethodDescriptionHandleDAOImpl.findByPrefix(Context context, String prefix) HandleDAOImpl.getHandlesByDSpaceObject(Context context, DSpaceObject dso)