Uses of Enum Class
org.dspace.content.Relationship.LatestVersionStatus
Packages that use Relationship.LatestVersionStatus
Package
Description
Provides an API for reading and manipulating content in the DSpace system.
-
Uses of Relationship.LatestVersionStatus in org.dspace.content
Fields in org.dspace.content with type parameters of type Relationship.LatestVersionStatusModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<Relationship,Relationship.LatestVersionStatus> Relationship_.latestVersionStatusMethods in org.dspace.content that return Relationship.LatestVersionStatusModifier and TypeMethodDescriptionRelationship.getLatestVersionStatus()Getter forRelationship.latestVersionStatus.Returns the enum constant of this class with the specified name.static Relationship.LatestVersionStatus[]Relationship.LatestVersionStatus.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 Relationship.LatestVersionStatusModifier and TypeMethodDescriptionRelationshipServiceImpl.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.LatestVersionStatusModifier and TypeMethodDescriptionRelationshipService.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.LatestVersionStatusModifier and TypeMethodDescriptionbooleanRelationshipVersioningUtils.otherSideIsLatest(boolean isLeft, Relationship.LatestVersionStatus latestVersionStatus) Given a latest version status, check if the other side is "latest".