Uses of Class
org.dspace.versioning.utils.RelationshipVersioningUtils.LatestVersionStatusChangelog
-
Packages that use RelationshipVersioningUtils.LatestVersionStatusChangelog Package Description org.dspace.versioning org.dspace.versioning.utils -
-
Uses of RelationshipVersioningUtils.LatestVersionStatusChangelog in org.dspace.versioning
Methods in org.dspace.versioning with parameters of type RelationshipVersioningUtils.LatestVersionStatusChangelog Modifier and Type Method Description protected voidVersioningConsumer. reindexRelationship(Context ctx, RelationshipVersioningUtils.LatestVersionStatusChangelog changelog, Relationship relationship)If theRelationship.latestVersionStatusof the relationship has changed, an "item modified" event should be fired for both the left and right item of the relationship. -
Uses of RelationshipVersioningUtils.LatestVersionStatusChangelog in org.dspace.versioning.utils
Methods in org.dspace.versioning.utils that return RelationshipVersioningUtils.LatestVersionStatusChangelog Modifier and Type Method Description RelationshipVersioningUtils.LatestVersionStatusChangelogRelationshipVersioningUtils. updateLatestVersionStatus(Relationship relationship, boolean updateLeftSide, boolean isLatest)UpdateRelationship.latestVersionStatusof the given relationship.static RelationshipVersioningUtils.LatestVersionStatusChangelogRelationshipVersioningUtils.LatestVersionStatusChangelog. valueOf(String name)Returns the enum constant of this type with the specified name.static RelationshipVersioningUtils.LatestVersionStatusChangelog[]RelationshipVersioningUtils.LatestVersionStatusChangelog. values()Returns an array containing the constants of this enum type, in the order they are declared.
-