Uses of Class
org.dspace.handle.Handle
-
Packages that use Handle Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.handle Provides classes and methods to interface with the CNRI Handle System.org.dspace.handle.dao org.dspace.handle.dao.impl -
-
Uses of Handle in org.dspace.content
Fields in org.dspace.content with type parameters of type Handle Modifier and Type Field Description static javax.persistence.metamodel.ListAttribute<DSpaceObject,Handle>DSpaceObject_. handlesMethods in org.dspace.content that return types with arguments of type Handle Modifier and Type Method Description List<Handle>DSpaceObject. getHandles()Methods in org.dspace.content with parameters of type Handle Modifier and Type Method Description voidDSpaceObject. addHandle(Handle handle) -
Uses of Handle in org.dspace.handle
Fields in org.dspace.handle with type parameters of type Handle Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<Handle,DSpaceObject>Handle_. dsostatic javax.persistence.metamodel.SingularAttribute<Handle,String>Handle_. handlestatic javax.persistence.metamodel.SingularAttribute<Handle,Integer>Handle_. idstatic javax.persistence.metamodel.SingularAttribute<Handle,Integer>Handle_. resourceTypeIdMethods in org.dspace.handle that return Handle Modifier and Type Method Description protected HandleHandleServiceImpl. findHandleInternal(Context context, String handle)Find the database row corresponding to handle.Methods in org.dspace.handle that return types with arguments of type Handle Modifier and Type Method Description protected List<Handle>HandleServiceImpl. getInternalHandles(Context context, DSpaceObject dso)Return the handle for an Object, or null if the Object has no handle. -
Uses of Handle in org.dspace.handle.dao
Methods in org.dspace.handle.dao that return Handle Modifier and Type Method Description HandleHandleDAO. findByHandle(Context context, String handle)Methods in org.dspace.handle.dao that return types with arguments of type Handle Modifier and Type Method Description List<Handle>HandleDAO. findByPrefix(Context context, String prefix)List<Handle>HandleDAO. getHandlesByDSpaceObject(Context context, DSpaceObject dso) -
Uses of Handle in org.dspace.handle.dao.impl
Methods in org.dspace.handle.dao.impl that return Handle Modifier and Type Method Description HandleHandleDAOImpl. findByHandle(Context context, String handle)Methods in org.dspace.handle.dao.impl that return types with arguments of type Handle Modifier and Type Method Description List<Handle>HandleDAOImpl. findByPrefix(Context context, String prefix)List<Handle>HandleDAOImpl. getHandlesByDSpaceObject(Context context, DSpaceObject dso)
-