Uses of Interface
org.dspace.xmlworkflow.storedcomponents.dao.ClaimedTaskDAO
-
Packages that use ClaimedTaskDAO Package Description org.dspace.xmlworkflow.storedcomponents The state of an item in a workflow is persisted in a number of objects.org.dspace.xmlworkflow.storedcomponents.dao.impl -
-
Uses of ClaimedTaskDAO in org.dspace.xmlworkflow.storedcomponents
Fields in org.dspace.xmlworkflow.storedcomponents declared as ClaimedTaskDAO Modifier and Type Field Description protected ClaimedTaskDAOClaimedTaskServiceImpl. claimedTaskDAO -
Uses of ClaimedTaskDAO in org.dspace.xmlworkflow.storedcomponents.dao.impl
Classes in org.dspace.xmlworkflow.storedcomponents.dao.impl that implement ClaimedTaskDAO Modifier and Type Class Description classClaimedTaskDAOImplHibernate implementation of the Database Access Object interface class for the ClaimedTask object.
-