Uses of Enum Class
org.dspace.versioning.utils.RelationshipVersioningUtils.LatestVersionStatusChangelog
Packages that use RelationshipVersioningUtils.LatestVersionStatusChangelog
-
Uses of RelationshipVersioningUtils.LatestVersionStatusChangelog in org.dspace.versioning
Methods in org.dspace.versioning with parameters of type RelationshipVersioningUtils.LatestVersionStatusChangelogModifier and TypeMethodDescriptionprotected 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.LatestVersionStatusChangelogModifier and TypeMethodDescriptionRelationshipVersioningUtils.updateLatestVersionStatus(Relationship relationship, boolean updateLeftSide, boolean isLatest) UpdateRelationship.latestVersionStatusof the given relationship.Returns the enum constant of this class with the specified name.RelationshipVersioningUtils.LatestVersionStatusChangelog.values()Returns an array containing the constants of this enum class, in the order they are declared.