Uses of Class
org.dspace.content.RelationshipType
-
Packages that use RelationshipType Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.dao org.dspace.content.dao.impl org.dspace.content.service org.dspace.content.virtual -
-
Uses of RelationshipType in org.dspace.content
Fields in org.dspace.content with type parameters of type RelationshipType Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<RelationshipType,Boolean>RelationshipType_. copyToLeftstatic javax.persistence.metamodel.SingularAttribute<RelationshipType,Boolean>RelationshipType_. copyToRightstatic javax.persistence.metamodel.SingularAttribute<RelationshipType,Integer>RelationshipType_. idstatic javax.persistence.metamodel.SingularAttribute<RelationshipType,Integer>RelationshipType_. leftMaxCardinalitystatic javax.persistence.metamodel.SingularAttribute<RelationshipType,Integer>RelationshipType_. leftMinCardinalitystatic javax.persistence.metamodel.SingularAttribute<RelationshipType,EntityType>RelationshipType_. leftTypestatic javax.persistence.metamodel.SingularAttribute<RelationshipType,String>RelationshipType_. leftwardTypestatic javax.persistence.metamodel.SingularAttribute<Relationship,RelationshipType>Relationship_. relationshipTypestatic javax.persistence.metamodel.SingularAttribute<RelationshipType,Integer>RelationshipType_. rightMaxCardinalitystatic javax.persistence.metamodel.SingularAttribute<RelationshipType,Integer>RelationshipType_. rightMinCardinalitystatic javax.persistence.metamodel.SingularAttribute<RelationshipType,EntityType>RelationshipType_. rightTypestatic javax.persistence.metamodel.SingularAttribute<RelationshipType,String>RelationshipType_. rightwardTypeMethods in org.dspace.content that return RelationshipType Modifier and Type Method Description RelationshipTypeRelationshipTypeServiceImpl. create(Context context)RelationshipTypeRelationshipTypeServiceImpl. create(Context context, EntityType leftEntityType, EntityType rightEntityType, String leftwardType, String rightwardType, Integer leftCardinalityMinInteger, Integer leftCardinalityMaxInteger, Integer rightCardinalityMinInteger, Integer rightCardinalityMaxInteger)RelationshipTypeRelationshipTypeServiceImpl. create(Context context, EntityType leftEntityType, EntityType rightEntityType, String leftwardType, String rightwardType, Integer leftCardinalityMinInteger, Integer leftCardinalityMaxInteger, Integer rightCardinalityMinInteger, Integer rightCardinalityMaxInteger, Boolean copyToLeft, Boolean copyToRight)RelationshipTypeRelationshipTypeServiceImpl. create(Context context, RelationshipType relationshipType)RelationshipTypeRelationshipTypeServiceImpl. find(Context context, int id)RelationshipTypeRelationshipTypeServiceImpl. findbyTypesAndTypeName(Context context, EntityType leftType, EntityType rightType, String leftwardType, String rightwardType)RelationshipTypeRelationship. getRelationshipType()Standard getter for the relationshipType fieldMethods in org.dspace.content that return types with arguments of type RelationshipType Modifier and Type Method Description List<RelationshipType>RelationshipTypeServiceImpl. findAll(Context context)List<RelationshipType>RelationshipTypeServiceImpl. findAll(Context context, Integer limit, Integer offset)List<RelationshipType>RelationshipTypeServiceImpl. findByEntityType(Context context, EntityType entityType)List<RelationshipType>RelationshipTypeServiceImpl. findByEntityType(Context context, EntityType entityType, boolean isLeft)List<RelationshipType>RelationshipTypeServiceImpl. findByEntityType(Context context, EntityType entityType, boolean isLeft, Integer limit, Integer offset)List<RelationshipType>RelationshipTypeServiceImpl. findByEntityType(Context context, EntityType entityType, Integer limit, Integer offset)List<RelationshipType>RelationshipTypeServiceImpl. findByLeftwardOrRightwardTypeName(Context context, String typeName)List<RelationshipType>RelationshipTypeServiceImpl. findByLeftwardOrRightwardTypeName(Context context, String typeName, Integer limit, Integer offset)List<RelationshipType>EntityServiceImpl. getAllRelationshipTypes(Context context, Entity entity)List<RelationshipType>EntityServiceImpl. getAllRelationshipTypes(Context context, Entity entity, Integer limit, Integer offset)List<RelationshipType>EntityServiceImpl. getLeftRelationshipTypes(Context context, Entity entity)List<RelationshipType>EntityServiceImpl. getLeftRelationshipTypes(Context context, Entity entity, boolean isLeft, Integer limit, Integer offset)List<RelationshipType>EntityServiceImpl. getRelationshipTypesByTypeName(Context context, String type)List<RelationshipType>EntityServiceImpl. getRelationshipTypesByTypeName(Context context, String typeName, Integer limit, Integer offset)List<RelationshipType>EntityServiceImpl. getRightRelationshipTypes(Context context, Entity entity)List<RelationshipType>EntityServiceImpl. getRightRelationshipTypes(Context context, Entity entity, boolean isLeft, Integer limit, Integer offset)Methods in org.dspace.content with parameters of type RelationshipType Modifier and Type Method Description intRelationshipServiceImpl. countByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType)intRelationshipServiceImpl. countByRelationshipType(Context context, RelationshipType relationshipType)RelationshipRelationshipServiceImpl. create(Context c, Item leftItem, Item rightItem, RelationshipType relationshipType, int leftPlace, int rightPlace)RelationshipRelationshipServiceImpl. create(Context c, Item leftItem, Item rightItem, RelationshipType relationshipType, int leftPlace, int rightPlace, String leftwardValue, String rightwardValue)RelationshipTypeRelationshipTypeServiceImpl. create(Context context, RelationshipType relationshipType)voidRelationshipTypeServiceImpl. delete(Context context, RelationshipType relationshipType)List<Relationship>RelationshipServiceImpl. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType)List<Relationship>RelationshipServiceImpl. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, boolean isLeft)List<Relationship>RelationshipServiceImpl. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, boolean isLeft, int limit, int offset)List<Relationship>RelationshipServiceImpl. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, int limit, int offset)List<Relationship>RelationshipServiceImpl. findByRelationshipType(Context context, RelationshipType relationshipType)List<Relationship>RelationshipServiceImpl. findByRelationshipType(Context context, RelationshipType relationshipType, Integer limit, Integer offset)voidRelationship. setRelationshipType(RelationshipType relationshipType)Standard setter for the relationshipType field for the RelationshipvoidRelationshipTypeServiceImpl. update(Context context, RelationshipType relationshipType)Method parameters in org.dspace.content with type arguments of type RelationshipType Modifier and Type Method Description voidRelationshipTypeServiceImpl. update(Context context, List<RelationshipType> relationshipTypes) -
Uses of RelationshipType in org.dspace.content.dao
Methods in org.dspace.content.dao that return RelationshipType Modifier and Type Method Description RelationshipTypeRelationshipTypeDAO. 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 parametersMethods in org.dspace.content.dao that return types with arguments of type RelationshipType Modifier and Type Method Description List<RelationshipType>RelationshipTypeDAO. 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 rightTypeList<RelationshipType>RelationshipTypeDAO. 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 rightTypeList<RelationshipType>RelationshipTypeDAO. 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 rightTypeList<RelationshipType>RelationshipTypeDAO. 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 rightTypeList<RelationshipType>RelationshipTypeDAO. findByLeftwardOrRightwardTypeName(Context context, String type)This method will return a list of RelationshipType objects for which the given label is equal to either the leftwardType or rightwardType.List<RelationshipType>RelationshipTypeDAO. findByLeftwardOrRightwardTypeName(Context context, String type, Integer limit, Integer offset)This method will return a list of RelationshipType objects for which the given label is equal to either the leftLabel or rightLabel.Methods in org.dspace.content.dao with parameters of type RelationshipType Modifier and Type Method Description intRelationshipDAO. countByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType)Count total number of relationships (rows in relationship table) by an item and a relationship typeintRelationshipDAO. countByRelationshipType(Context context, RelationshipType relationshipType)Count total number of relationships (rows in relationship table) by a relationship typeList<Relationship>RelationshipDAO. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, boolean isLeft, Integer limit, Integer offset)This method returns a list of Relationship objects for the given RelationshipType object.List<Relationship>RelationshipDAO. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, Integer limit, Integer offset)This method returns a list of Relationship objects for the given RelationshipType object.List<Relationship>RelationshipDAO. findByRelationshipType(Context context, RelationshipType relationshipType)This method returns a list of Relationship objects for the given RelationshipType object.List<Relationship>RelationshipDAO. findByRelationshipType(Context context, RelationshipType relationshipType, Integer limit, Integer offset)This method returns a list of Relationship objects for the given RelationshipType object. -
Uses of RelationshipType in org.dspace.content.dao.impl
Methods in org.dspace.content.dao.impl that return RelationshipType Modifier and Type Method Description RelationshipTypeRelationshipTypeDAOImpl. findbyTypesAndTypeName(Context context, EntityType leftType, EntityType rightType, String leftwardType, String rightwardType)Methods in org.dspace.content.dao.impl that return types with arguments of type RelationshipType Modifier and Type Method Description List<RelationshipType>RelationshipTypeDAOImpl. findByEntityType(Context context, EntityType entityType)List<RelationshipType>RelationshipTypeDAOImpl. findByEntityType(Context context, EntityType entityType, Boolean isLeft)List<RelationshipType>RelationshipTypeDAOImpl. findByEntityType(Context context, EntityType entityType, Boolean isLeft, Integer limit, Integer offset)List<RelationshipType>RelationshipTypeDAOImpl. findByEntityType(Context context, EntityType entityType, Integer limit, Integer offset)List<RelationshipType>RelationshipTypeDAOImpl. findByLeftwardOrRightwardTypeName(Context context, String type)List<RelationshipType>RelationshipTypeDAOImpl. findByLeftwardOrRightwardTypeName(Context context, String type, Integer limit, Integer offset)Methods in org.dspace.content.dao.impl with parameters of type RelationshipType Modifier and Type Method Description intRelationshipDAOImpl. countByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType)intRelationshipDAOImpl. countByRelationshipType(Context context, RelationshipType relationshipType)List<Relationship>RelationshipDAOImpl. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, boolean isLeft, Integer limit, Integer offset)List<Relationship>RelationshipDAOImpl. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, Integer limit, Integer offset)List<Relationship>RelationshipDAOImpl. findByRelationshipType(Context context, RelationshipType relationshipType)List<Relationship>RelationshipDAOImpl. findByRelationshipType(Context context, RelationshipType relationshipType, Integer limit, Integer offset) -
Uses of RelationshipType in org.dspace.content.service
Methods in org.dspace.content.service that return RelationshipType Modifier and Type Method Description RelationshipTypeRelationshipTypeService. 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 parametersRelationshipTypeRelationshipTypeService. create(Context context, EntityType leftEntityType, EntityType rightEntityType, String leftwardType, String rightwardType, Integer leftCardinalityMinInteger, Integer leftCardinalityMaxInteger, Integer rightCardinalityMinInteger, Integer rightCardinalityMaxInteger, Boolean copyToLeft, Boolean copyToRight)This method will support the creation of a RelationshipType object with the given parametersRelationshipTypeRelationshipTypeService. create(Context context, RelationshipType relationshipType)This method creates the given RelationshipType object in the database and returns itRelationshipTypeRelationshipTypeService. 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 RelationshipTypeMethods in org.dspace.content.service that return types with arguments of type RelationshipType Modifier and Type Method Description List<RelationshipType>RelationshipTypeService. findAll(Context context)Retrieves all RelationshipType objects currently in the systemList<RelationshipType>RelationshipTypeService. findAll(Context context, Integer limit, Integer offset)Retrieves all RelationshipType objects currently in the systemList<RelationshipType>RelationshipTypeService. findByEntityType(Context context, EntityType entityType)Returns a list of RelationshipType objects for which the given EntityType is equal to either the leftType or the rightTypeList<RelationshipType>RelationshipTypeService. 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 rightTypeList<RelationshipType>RelationshipTypeService. 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 rightTypeList<RelationshipType>RelationshipTypeService. findByEntityType(Context context, EntityType entityType, Integer limit, Integer offset)List<RelationshipType>RelationshipTypeService. findByLeftwardOrRightwardTypeName(Context context, String typeName)Retrieves all RelationshipType objects that have a left or right type that is equal to the given StringList<RelationshipType>RelationshipTypeService. findByLeftwardOrRightwardTypeName(Context context, String typeName, Integer limit, Integer offset)Retrieves all RelationshipType objects that have a left or right label that is equal to the given StringList<RelationshipType>EntityService. getAllRelationshipTypes(Context context, Entity entity)Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given Entity in either the leftEntityType or the rightEntityType variablesList<RelationshipType>EntityService. getAllRelationshipTypes(Context context, Entity entity, Integer limit, Integer offset)Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given Entity in either the leftEntityType or the rightEntityType variablesList<RelationshipType>EntityService. getLeftRelationshipTypes(Context context, Entity entity)Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given Entity in the leftEntityTypeList<RelationshipType>EntityService. getLeftRelationshipTypes(Context context, Entity entity, boolean isLeft, Integer limit, Integer offset)Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given Entity in the leftEntityTypeList<RelationshipType>EntityService. getRelationshipTypesByTypeName(Context context, String typeName)Retrieves a list of RelationshipType objects for which either their left or right label is equal to the label parameter that's being passed alongList<RelationshipType>EntityService. getRelationshipTypesByTypeName(Context context, String type, Integer limit, Integer offset)Retrieves a list of RelationshipType objects for which either their left or right label is equal to the label parameter that's being passed alongList<RelationshipType>EntityService. getRightRelationshipTypes(Context context, Entity entity)Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given Entity in the rightEntityTypeList<RelationshipType>EntityService. getRightRelationshipTypes(Context context, Entity entity, boolean isLeft, Integer limit, Integer offset)Retrieves the list of relationships that have a relationshiptype that contains the EntityType for the given Entity in the rightEntityTypeMethods in org.dspace.content.service with parameters of type RelationshipType Modifier and Type Method Description intRelationshipService. countByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType)Count total number of relationships (rows in relationship table) by a relationship typeintRelationshipService. countByRelationshipType(Context context, RelationshipType relationshipType)Count total number of relationships (rows in relationship table) by a relationship typeRelationshipRelationshipService. create(Context c, Item leftItem, Item rightItem, RelationshipType relationshipType, int leftPlace, int rightPlace)This method is used to construct a Relationship object with all it's variables, except the leftward and rightward labelsRelationshipRelationshipService. create(Context c, Item leftItem, Item rightItem, RelationshipType relationshipType, int leftPlace, int rightPlace, String leftwardValue, String rightwardValue)This method is used to construct a Relationship object with all it's variablesRelationshipTypeRelationshipTypeService. create(Context context, RelationshipType relationshipType)This method creates the given RelationshipType object in the database and returns itList<Relationship>RelationshipService. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType)This method returns a list of Relationships for which the leftItem or rightItem is equal to the given Item object and for which the RelationshipType object is equal to the relationshipType propertyList<Relationship>RelationshipService. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, boolean isLeft, int limit, int offset)This method returns a list of Relationships for which the leftItem or rightItem is equal to the given Item object and for which the RelationshipType object is equal to the relationshipType propertyList<Relationship>RelationshipService. findByItemAndRelationshipType(Context context, Item item, RelationshipType relationshipType, int limit, int offset)This method returns a list of Relationships for which the leftItem or rightItem is equal to the given Item object and for which the RelationshipType object is equal to the relationshipType propertyList<Relationship>RelationshipService. findByRelationshipType(Context context, RelationshipType relationshipType)This method returns a list of Relationship objects for which the relationshipType property is equal to the given RelationshipType objectList<Relationship>RelationshipService. findByRelationshipType(Context context, RelationshipType relationshipType, Integer limit, Integer offset)This method returns a list of Relationship objets for which the relationshipType property is equal to the given RelationshipType object -
Uses of RelationshipType in org.dspace.content.virtual
Methods in org.dspace.content.virtual with parameters of type RelationshipType Modifier and Type Method Description booleanVirtualMetadataPopulator. isUseForPlaceTrueForRelationshipType(RelationshipType relationshipType, boolean isLeft)This method will return a boolean indicating whether the useForPlace is true or false for the given RelationshipType for the left or right type as indicated by the second parameter.
-