Uses of Class
org.dspace.content.EntityType
Packages that use EntityType
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
-
Uses of EntityType in org.dspace.content
Fields in org.dspace.content with type parameters of type EntityTypeModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<EntityType>EntityType_.class_static jakarta.persistence.metamodel.SingularAttribute<EntityType,Integer> EntityType_.idstatic jakarta.persistence.metamodel.SingularAttribute<EntityType,String> EntityType_.labelstatic jakarta.persistence.metamodel.SingularAttribute<RelationshipType,EntityType> RelationshipType_.leftTypestatic jakarta.persistence.metamodel.SingularAttribute<RelationshipType,EntityType> RelationshipType_.rightTypeMethods in org.dspace.content that return EntityTypeModifier and TypeMethodDescriptionEntityTypeServiceImpl.findByEntityType(Context context, String entityType) ItemServiceImpl.getEntityType(Context context, Item item) RelationshipType.getLeftType()Standard getter for The leftType EntityType for this RelationshipTypeRelationshipType.getRightType()Standard getter for The rightType EntityType for this RelationshipTypeMethods in org.dspace.content that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionEntityTypeServiceImpl.getEntityTypesByNames(Context context, List<String> names, Integer limit, Integer offset) Methods in org.dspace.content with parameters of type EntityTypeModifier and TypeMethodDescriptionintRelationshipTypeServiceImpl.countByEntityType(Context context, EntityType entityType) RelationshipTypeServiceImpl.create(Context context, EntityType leftEntityType, EntityType rightEntityType, String leftwardType, String rightwardType, Integer leftCardinalityMinInteger, Integer leftCardinalityMaxInteger, Integer rightCardinalityMinInteger, Integer rightCardinalityMaxInteger) RelationshipTypeServiceImpl.create(Context context, EntityType leftEntityType, EntityType rightEntityType, String leftwardType, String rightwardType, Integer leftCardinalityMinInteger, Integer leftCardinalityMaxInteger, Integer rightCardinalityMinInteger, Integer rightCardinalityMaxInteger, Boolean copyToLeft, Boolean copyToRight, RelationshipType.Tilted tilted) voidEntityTypeServiceImpl.delete(Context context, EntityType entityType) RelationshipTypeServiceImpl.findByEntityType(Context context, EntityType entityType) RelationshipTypeServiceImpl.findByEntityType(Context context, EntityType entityType, boolean isLeft) RelationshipTypeServiceImpl.findByEntityType(Context context, EntityType entityType, boolean isLeft, Integer limit, Integer offset) RelationshipTypeServiceImpl.findByEntityType(Context context, EntityType entityType, Integer limit, Integer offset) RelationshipTypeServiceImpl.findbyTypesAndTypeName(Context context, EntityType leftType, EntityType rightType, String leftwardType, String rightwardType) protected List<RelationshipMetadataValue>RelationshipMetadataServiceImpl.findLatestForDiscoveryMetadataValues(Context context, Item item, EntityType itemEntityType) Create the list of relation.*.latestForDiscovery virtual metadata values for the given item.voidRelationshipType.setLeftType(EntityType leftType) Standard setter for the leftType EntityType for this RelationshipTypevoidRelationshipType.setRightType(EntityType rightType) Standard setter for the rightType EntityType for this RelationshipTypevoidEntityTypeServiceImpl.update(Context context, EntityType entityType) Method parameters in org.dspace.content with type arguments of type EntityTypeModifier and TypeMethodDescriptionvoidEntityTypeServiceImpl.update(Context context, List<EntityType> entityTypes) -
Uses of EntityType in org.dspace.content.dao
Methods in org.dspace.content.dao that return EntityTypeModifier and TypeMethodDescriptionEntityTypeDAO.findByEntityType(Context context, String entityType) This method returns the EntityType object that has the given entityType String as labelMethods in org.dspace.content.dao that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionEntityTypeDAO.getEntityTypesByNames(Context context, List<String> names, Integer limit, Integer offset) Methods in org.dspace.content.dao with parameters of type EntityTypeModifier and TypeMethodDescriptionintRelationshipTypeDAO.countByEntityType(Context context, EntityType entityType) Count all RelationshipType objects for which the given EntityType is equal to either the leftType or the rightTypeRelationshipTypeDAO.findByEntityType(Context context, EntityType entityType) This method will return a list of RelationshipType objects for which the given EntityType object is equal to the leftType or rightTypeRelationshipTypeDAO.findByEntityType(Context context, EntityType entityType, Boolean isLeft) This method will return a list of RelationshipType objects for which the given EntityType object is equal to the leftType or rightTypeRelationshipTypeDAO.findByEntityType(Context context, EntityType entityType, Boolean isLeft, Integer limit, Integer offset) This method will return a list of RelationshipType objects for which the given EntityType object is equal to the leftType or rightTypeRelationshipTypeDAO.findByEntityType(Context context, EntityType entityType, Integer limit, Integer offset) This method will return a list of RelationshipType objects for which the given EntityType object is equal to the leftType or rightTypeRelationshipTypeDAO.findbyTypesAndTypeName(Context context, EntityType leftType, EntityType rightType, String leftwardType, String rightwardType) This method is used to retrieve the RelationshipType object that has the same leftType, rightType, leftwardType and rightwardType as given in the parameters -
Uses of EntityType in org.dspace.content.dao.impl
Methods in org.dspace.content.dao.impl that return EntityTypeModifier and TypeMethodDescriptionEntityTypeDAOImpl.findByEntityType(Context context, String entityType) Methods in org.dspace.content.dao.impl that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionEntityTypeDAOImpl.getEntityTypesByNames(Context context, List<String> names, Integer limit, Integer offset) Methods in org.dspace.content.dao.impl with parameters of type EntityTypeModifier and TypeMethodDescriptionintRelationshipTypeDAOImpl.countByEntityType(Context context, EntityType entityType) RelationshipTypeDAOImpl.findByEntityType(Context context, EntityType entityType) RelationshipTypeDAOImpl.findByEntityType(Context context, EntityType entityType, Boolean isLeft) RelationshipTypeDAOImpl.findByEntityType(Context context, EntityType entityType, Boolean isLeft, Integer limit, Integer offset) RelationshipTypeDAOImpl.findByEntityType(Context context, EntityType entityType, Integer limit, Integer offset) RelationshipTypeDAOImpl.findbyTypesAndTypeName(Context context, EntityType leftType, EntityType rightType, String leftwardType, String rightwardType) -
Uses of EntityType in org.dspace.content.service
Methods in org.dspace.content.service that return EntityTypeModifier and TypeMethodDescriptionThis method creates an EntityType object in the database with the given entityTypeString as it's labelEntityTypeService.findByEntityType(Context context, String entityType) Retrieves the EntityType that has the entityType String parameter as labelItemService.getEntityType(Context context, Item item) Retrieve the entity type of the given item.Returns the EntityType for the Item that is attached to the Entity that is passed along to this method.Methods in org.dspace.content.service that return types with arguments of type EntityTypeModifier and TypeMethodDescriptionRetrieves all the EntityType objects currently in the systemRetrieves all the EntityType objects currently in the systemEntityTypeService.getEntityTypesByNames(Context context, List<String> names, Integer limit, Integer offset) Methods in org.dspace.content.service with parameters of type EntityTypeModifier and TypeMethodDescriptionintRelationshipTypeService.countByEntityType(Context context, EntityType entityType) Count all RelationshipType objects for which the given EntityType is equal to either the leftType or the rightTypeRelationshipTypeService.create(Context context, EntityType leftEntityType, EntityType rightEntityType, String leftwardType, String rightwardType, Integer leftCardinalityMinInteger, Integer leftCardinalityMaxInteger, Integer rightCardinalityMinInteger, Integer rightCardinalityMaxInteger) This method will support the creation of a RelationshipType object with the given parametersRelationshipTypeService.create(Context context, EntityType leftEntityType, EntityType rightEntityType, String leftwardType, String rightwardType, Integer leftCardinalityMinInteger, Integer leftCardinalityMaxInteger, Integer rightCardinalityMinInteger, Integer rightCardinalityMaxInteger, Boolean copyToLeft, Boolean copyToRight, RelationshipType.Tilted tilted) This method will support the creation of a RelationshipType object with the given parametersRelationshipTypeService.findByEntityType(Context context, EntityType entityType) Returns a list of RelationshipType objects for which the given EntityType is equal to either the leftType or the rightTypeRelationshipTypeService.findByEntityType(Context context, EntityType entityType, boolean isLeft) This method will return a list of RelationshipType objects for which the given EntityType object is equal to the leftType or rightTypeRelationshipTypeService.findByEntityType(Context context, EntityType entityType, boolean isLeft, Integer limit, Integer offset) This method will return a list of RelationshipType objects for which the given EntityType object is equal to the leftType or rightTypeRelationshipTypeService.findByEntityType(Context context, EntityType entityType, Integer limit, Integer offset) Returns a list of relationship types that matches provided EntityType object on any side of relationshipRelationshipTypeService.findbyTypesAndTypeName(Context context, EntityType leftType, EntityType rightType, String leftwardType, String rightwardType) Retrieves a RelationshipType for which the given parameters all match the one in the returned RelationshipType -
Uses of EntityType in org.dspace.versioning
Methods in org.dspace.versioning that return EntityTypeModifier and TypeMethodDescriptionprotected EntityTypeVersioningConsumer.getEntityType(Context ctx, Item item) Get the entity type (stored in metadata field dspace.entity.type) of any item.Methods in org.dspace.versioning with parameters of type EntityTypeModifier and TypeMethodDescriptionprotected List<RelationshipType>VersioningConsumer.getRelationshipTypes(Context ctx, EntityType entityType) Get all relationship types that have the given entity type on their left and/or right side.