Class ContainerImpl

java.lang.Object
org.fcrepo.kernel.impl.models.FedoraResourceImpl
org.fcrepo.kernel.impl.models.ContainerImpl
All Implemented Interfaces:
org.fcrepo.kernel.api.models.Container, org.fcrepo.kernel.api.models.FedoraResource
Direct Known Subclasses:
WebacAclImpl

public class ContainerImpl extends FedoraResourceImpl implements org.fcrepo.kernel.api.models.Container
Implementation of an LDP Container resource
Author:
bbpennel
  • Constructor Details

    • ContainerImpl

      public ContainerImpl(org.fcrepo.kernel.api.identifiers.FedoraId fedoraID, org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.persistence.api.PersistentStorageSessionManager pSessionManager, org.fcrepo.kernel.api.models.ResourceFactory resourceFactory, org.fcrepo.kernel.api.cache.UserTypesCache userTypesCache)
      Construct the container
      Parameters:
      fedoraID - internal identifier
      transaction - transaction
      pSessionManager - session manager
      resourceFactory - resource factory
      userTypesCache - the user types cache
  • Method Details