Package org.fcrepo.kernel.impl.services
Class VersionServiceImpl
- java.lang.Object
-
- org.fcrepo.kernel.impl.services.AbstractService
-
- org.fcrepo.kernel.impl.services.VersionServiceImpl
-
- All Implemented Interfaces:
org.fcrepo.kernel.api.services.VersionService
@Component public class VersionServiceImpl extends AbstractService implements org.fcrepo.kernel.api.services.VersionService
Implementation ofVersionService- Author:
- dbernstein
-
-
Field Summary
-
Fields inherited from class org.fcrepo.kernel.impl.services.AbstractService
containmentIndex, fedoraPropsConfig, membershipService, referenceService
-
-
Constructor Summary
Constructors Constructor Description VersionServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateVersion(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId fedoraId, String userPrincipal)-
Methods inherited from class org.fcrepo.kernel.impl.services.AbstractService
checkAclLinkHeader, determineInteractionModel, ensureValidACLAuthorization, ensureValidDirectContainer, lockArchivalGroupResource, lockArchivalGroupResourceFromParent, recordEvent, updateReferences
-
-
-
-
Constructor Detail
-
VersionServiceImpl
public VersionServiceImpl()
-
-
Method Detail
-
createVersion
public void createVersion(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId fedoraId, String userPrincipal)
- Specified by:
createVersionin interfaceorg.fcrepo.kernel.api.services.VersionService
-
-