Package dev.getelements.elements.rt
Interface ResourceService.Unlink
- All Known Implementing Classes:
SimpleResourceServiceUnlink
- Enclosing interface:
ResourceService
public static interface ResourceService.Unlink
The return-value for methods such as
ResourceService.unlinkPath(Path)
and ResourceService.unlinkPath(Path, Consumer)
-
Method Summary
Modifier and TypeMethodDescriptionReturns theResourceId
at the suppliedResourceId
.boolean
Returns true if theResourceId
was destroyed as part of this unlink operation.
-
Method Details
-
isRemoved
boolean isRemoved()Returns true if theResourceId
was destroyed as part of this unlink operation.- Returns:
- true if destroyed, false otherwise
-
getResourceId
ResourceId getResourceId()Returns theResourceId
at the suppliedResourceId
.- Returns:
- the
ResourceId
-