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 theResourceIdat the suppliedResourceId.booleanReturns true if theResourceIdwas destroyed as part of this unlink operation.
-
Method Details
-
isRemoved
boolean isRemoved()Returns true if theResourceIdwas destroyed as part of this unlink operation.- Returns:
- true if destroyed, false otherwise
-
getResourceId
ResourceId getResourceId()Returns theResourceIdat the suppliedResourceId.- Returns:
- the
ResourceId
-