Uses of Interface
org.dspace.core.ReloadableEntity
-
Packages that use ReloadableEntity Package Description org.dspace.app.requestitem Feature for conveying a request that materials forbidden to the requester by resource policy be made available by other means.org.dspace.app.util Miscellaneous utility classes.org.dspace.authorize Handles permissions for DSpace content.org.dspace.checker Provides content fixity checking (using checksums) for bitstreams stored in DSpace software.org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.core Provides some basic functionality required throughout the DSpace system.org.dspace.discovery org.dspace.discovery.indexobject org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.handle Provides classes and methods to interface with the CNRI Handle System.org.dspace.harvest org.dspace.identifier Providers of durable unique identifiers (Handles, DOIs, etc.).org.dspace.scripts org.dspace.statistics.export org.dspace.versioning org.dspace.workflow DSpace has a simple workflow system, which models the workflows as named steps: SUBMIT, arbitrary named steps that you define, and ARCHIVE.org.dspace.xmlworkflow.storedcomponents The state of an item in a workflow is persisted in a number of objects. -
-
Uses of ReloadableEntity in org.dspace.app.requestitem
Classes in org.dspace.app.requestitem that implement ReloadableEntity Modifier and Type Class Description classRequestItemObject representing an Item Request -
Uses of ReloadableEntity in org.dspace.app.util
Classes in org.dspace.app.util that implement ReloadableEntity Modifier and Type Class Description classWebAppDatabase entity representation of the webApp table -
Uses of ReloadableEntity in org.dspace.authorize
Classes in org.dspace.authorize that implement ReloadableEntity Modifier and Type Class Description classResourcePolicyDatabase entity representation of the ResourcePolicy table -
Uses of ReloadableEntity in org.dspace.checker
Classes in org.dspace.checker that implement ReloadableEntity Modifier and Type Class Description classChecksumHistoryRepresents a history record for the bitstream. -
Uses of ReloadableEntity in org.dspace.content
Subinterfaces of ReloadableEntity in org.dspace.content Modifier and Type Interface Description interfaceInProgressSubmissionInterface for manipulating in-progress submissions, without having to know at which stage of submission they are (in workspace or workflow system)Classes in org.dspace.content that implement ReloadableEntity Modifier and Type Class Description classBitstreamClass representing bitstreams stored in the DSpace system.classBitstreamFormatClass representing a particular bitstream format.classBundleClass representing bundles of bitstreams stored in the DSpace systemclassCollectionClass representing a collection.classCommunityClass representing a communityclassDSpaceObjectAbstract base class for DSpace objectsclassEntityTypeClass representing an EntityType This class contains an Integer ID that will be the unique value for this class and also the primary key This also has a label that will be used to identify what kind of EntityType this object isclassItemClass representing an item in DSpace.classMetadataFieldDSpace object that represents a metadata field, which is defined by a combination of schema, element, and qualifier.classMetadataSchemaClass representing a schema in DSpace.classMetadataValueDatabase access class representing a Dublin Core metadata value.classRelationshipThis class represents a relationship It has a leftItem and a rightItem which are both DSpaceObjects that have a specified RelationshipType that links them together It also has a left and right place column that works just like a normal DSpace metadata place columnclassRelationshipMetadataValueThis class is used as a representation of MetadataValues for the MetadataValues that are derived from the Relationships that the item has.classRelationshipTypeClass representing a RelationshipType This class contains an Integer ID that will be the unique value and primary key in the database.classSiteRepresents the root of the DSpace Archive.classWorkspaceItemClass representing an item in the process of being submitted by a user -
Uses of ReloadableEntity in org.dspace.core
Methods in org.dspace.core with type parameters of type ReloadableEntity Modifier and Type Method Description <E extends ReloadableEntity>
EContext. reloadEntity(E entity)Reload an entity from the database into the cache.<E extends ReloadableEntity>
EDBConnection. reloadEntity(E entity)Reload a DSpace object from the database.<E extends ReloadableEntity>
EHibernateDBConnection. reloadEntity(E entity)Reload an entity into the Hibernate cache.<E extends ReloadableEntity>
voidContext. uncacheEntity(E entity)Remove an entity from the cache.<E extends ReloadableEntity>
voidDBConnection. uncacheEntity(E entity)Remove a DSpace object from the session cache when batch processing a large number of objects.<E extends ReloadableEntity>
voidHibernateDBConnection. uncacheEntity(E entity)Evict an entity from the hibernate cache. -
Uses of ReloadableEntity in org.dspace.discovery
Classes in org.dspace.discovery with type parameters of type ReloadableEntity Modifier and Type Interface Description interfaceIndexableObject<T extends ReloadableEntity<PK>,PK extends Serializable>This is the basic interface that a data model entity need to implement to be indexable in Discover -
Uses of ReloadableEntity in org.dspace.discovery.indexobject
Classes in org.dspace.discovery.indexobject with type parameters of type ReloadableEntity Modifier and Type Class Description classAbstractIndexableObject<T extends ReloadableEntity<PK>,PK extends Serializable>This class exists in order to provide a default implementation for the equals and hashCode methods. -
Uses of ReloadableEntity in org.dspace.eperson
Classes in org.dspace.eperson that implement ReloadableEntity Modifier and Type Class Description classEPersonClass representing an e-person.classGroupClass representing a group of e-people.classRegistrationDataDatabase entity representation of the registrationdata tableclassSubscriptionDatabase entity representation of the subscription table -
Uses of ReloadableEntity in org.dspace.handle
Classes in org.dspace.handle that implement ReloadableEntity Modifier and Type Class Description classHandleDatabase entity representation of the handle table -
Uses of ReloadableEntity in org.dspace.harvest
Classes in org.dspace.harvest that implement ReloadableEntity Modifier and Type Class Description classHarvestedCollectionclassHarvestedItem -
Uses of ReloadableEntity in org.dspace.identifier
Classes in org.dspace.identifier that implement ReloadableEntity Modifier and Type Class Description classDOIDOI identifiers. -
Uses of ReloadableEntity in org.dspace.scripts
Classes in org.dspace.scripts that implement ReloadableEntity Modifier and Type Class Description classProcessThis class is the DB Entity representation of the Process object to be stored in the Database -
Uses of ReloadableEntity in org.dspace.statistics.export
Classes in org.dspace.statistics.export that implement ReloadableEntity Modifier and Type Class Description classOpenURLTrackerClass that represents an OpenURLTracker which tracks a failed transmission to IRUS -
Uses of ReloadableEntity in org.dspace.versioning
Classes in org.dspace.versioning that implement ReloadableEntity Modifier and Type Class Description classVersionclassVersionHistory -
Uses of ReloadableEntity in org.dspace.workflow
Subinterfaces of ReloadableEntity in org.dspace.workflow Modifier and Type Interface Description interfaceWorkflowItemInterface representing a workflowitem, each workflowItem implementation must implement this interface. -
Uses of ReloadableEntity in org.dspace.xmlworkflow.storedcomponents
Classes in org.dspace.xmlworkflow.storedcomponents that implement ReloadableEntity Modifier and Type Class Description classClaimedTaskClaimed task representing the database representation of an action claimed by an epersonclassCollectionRoleRepresents a workflow assignments database representation.classInProgressUserClaimed task representing the database representation of an action claimed by an epersonclassPoolTaskPool task representing the database representation of a pool task for a step and an epersonclassWorkflowItemRoleRepresents a workflow assignments database representation.classXmlWorkflowItemClass representing an item going through the workflow process in DSpace
-