Uses of Enum Class
org.dspace.content.RelationshipType.Tilted
Packages that use RelationshipType.Tilted
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
-
Uses of RelationshipType.Tilted in org.dspace.content
Fields in org.dspace.content with type parameters of type RelationshipType.TiltedModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<RelationshipType,RelationshipType.Tilted> RelationshipType_.tiltedMethods in org.dspace.content that return RelationshipType.TiltedModifier and TypeMethodDescriptionRelationshipType.getTilted()Generic getter for tiltedstatic RelationshipType.TiltedReturns the enum constant of this class with the specified name.static RelationshipType.Tilted[]RelationshipType.Tilted.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.dspace.content with parameters of type RelationshipType.TiltedModifier and TypeMethodDescriptionRelationshipTypeServiceImpl.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) voidRelationshipType.setTilted(RelationshipType.Tilted tilted) Generic setter for tilted -
Uses of RelationshipType.Tilted in org.dspace.content.service
Methods in org.dspace.content.service with parameters of type RelationshipType.TiltedModifier and TypeMethodDescriptionRelationshipTypeService.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 parameters