Uses of Class
org.dspace.content.RelationshipType.Tilted
-
Packages that use RelationshipType.Tilted Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.service -
-
Uses of RelationshipType.Tilted in org.dspace.content
Fields in org.dspace.content with type parameters of type RelationshipType.Tilted Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<RelationshipType,RelationshipType.Tilted>RelationshipType_. tiltedMethods in org.dspace.content that return RelationshipType.Tilted Modifier and Type Method Description RelationshipType.TiltedRelationshipType. getTilted()Generic getter for tiltedstatic RelationshipType.TiltedRelationshipType.Tilted. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationshipType.Tilted[]RelationshipType.Tilted. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dspace.content with parameters of type RelationshipType.Tilted Modifier and Type Method Description RelationshipTypeRelationshipTypeServiceImpl. 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.Tilted 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, Boolean copyToLeft, Boolean copyToRight, RelationshipType.Tilted tilted)This method will support the creation of a RelationshipType object with the given parameters
-