Class MoveFeature

java.lang.Object
org.dspace.app.rest.authorization.impl.MoveFeature
All Implemented Interfaces:
AuthorizationFeature

@Component @AuthorizationFeatureDocumentation(name="canMove", description="It can be used to verify if an item can be moved to a different collection") public class MoveFeature extends Object implements AuthorizationFeature
The move feature. It can be used to verify if an item can be moved to a different collection. Authorization is granted if the current user has WRITE permissions on the given item and REMOVE permissions on the item’s owning collection