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 Constructor Description ResourceHelperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandoesResourceExist(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 Detail
-
ResourceHelperImpl
public ResourceHelperImpl()
-
-
Method Detail
-
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
-
-