Package org.fcrepo.kernel.impl.models
Class ResourceHelperImpl
java.lang.Object
org.fcrepo.kernel.impl.models.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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandoesResourceExist(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId fedoraId, boolean includeDeleted) booleanisGhostNode(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId resourceId)
-
Constructor Details
-
ResourceHelperImpl
public ResourceHelperImpl()
-
-
Method Details
-
isGhostNode
public boolean isGhostNode(org.fcrepo.kernel.api.Transaction transaction, org.fcrepo.kernel.api.identifiers.FedoraId resourceId) - Specified by:
isGhostNodein interfaceorg.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:
doesResourceExistin interfaceorg.fcrepo.kernel.api.models.ResourceHelper
-