Class CanCreateVersionFeature

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

@Component @AuthorizationFeatureDocumentation(name="canCreateVersion", description="It can be used to verify if the user can create a new version of an Item") public class CanCreateVersionFeature extends Object implements AuthorizationFeature
The create version feature. It can be used to verify if the user can create the version of an Item.
Author:
Mykhaylo Boychuk (mykhaylo.boychuk at 4science.it)