Class ResourceHelperImpl

  • All Implemented Interfaces:
    org.fcrepo.kernel.api.models.ResourceHelper

    @Component
    public class ResourceHelperImpl
    extends Object
    implements org.fcrepo.kernel.api.models.ResourceHelper
    Utility class for helper methods.
    Since:
    6.0.0
    Author:
    whikloj
    • Method Detail

      • isGhostNode

        public boolean isGhostNode​(org.fcrepo.kernel.api.Transaction transaction,
                                   org.fcrepo.kernel.api.identifiers.FedoraId resourceId)
        Specified by:
        isGhostNode in interface org.fcrepo.kernel.api.models.ResourceHelper
      • doesResourceExist

        public boolean doesResourceExist​(org.fcrepo.kernel.api.Transaction transaction,
                                         org.fcrepo.kernel.api.identifiers.FedoraId fedoraId,
                                         boolean includeDeleted)
        Specified by:
        doesResourceExist in interface org.fcrepo.kernel.api.models.ResourceHelper