Uses of Class
org.dspace.content.Relationship.LatestVersionStatus
-
Packages that use Relationship.LatestVersionStatus Package Description org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.service org.dspace.versioning.utils -
-
Uses of Relationship.LatestVersionStatus in org.dspace.content
Fields in org.dspace.content with type parameters of type Relationship.LatestVersionStatus Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<Relationship,Relationship.LatestVersionStatus>Relationship_. latestVersionStatusMethods in org.dspace.content that return Relationship.LatestVersionStatus Modifier and Type Method Description Relationship.LatestVersionStatusRelationship. getLatestVersionStatus()Getter forRelationship.latestVersionStatus.static Relationship.LatestVersionStatusRelationship.LatestVersionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Relationship.LatestVersionStatus[]Relationship.LatestVersionStatus. 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 Relationship.LatestVersionStatus Modifier and Type Method Description RelationshipRelationshipServiceImpl. create(Context c, Item leftItem, Item rightItem, RelationshipType relationshipType, int leftPlace, int rightPlace, String leftwardValue, String rightwardValue, Relationship.LatestVersionStatus latestVersionStatus)voidRelationship. setLatestVersionStatus(Relationship.LatestVersionStatus latestVersionStatus)Setter forRelationship.latestVersionStatus. -
Uses of Relationship.LatestVersionStatus in org.dspace.content.service
Methods in org.dspace.content.service with parameters of type Relationship.LatestVersionStatus Modifier and Type Method Description RelationshipRelationshipService. create(Context c, Item leftItem, Item rightItem, RelationshipType relationshipType, int leftPlace, int rightPlace, String leftwardValue, String rightwardValue, Relationship.LatestVersionStatus latestVersionStatus)This method is used to construct a Relationship object with all it's variables -
Uses of Relationship.LatestVersionStatus in org.dspace.versioning.utils
Methods in org.dspace.versioning.utils with parameters of type Relationship.LatestVersionStatus Modifier and Type Method Description booleanRelationshipVersioningUtils. otherSideIsLatest(boolean isLeft, Relationship.LatestVersionStatus latestVersionStatus)Given a latest version status, check if the other side is "latest".
-