Package dev.getelements.elements.rt
Interface IndexContext.Unlink
- All Known Implementing Classes:
SimpleIndexContext.SimpleIndexContextUnlink
- Enclosing interface:
IndexContext
public static interface IndexContext.Unlink
The result of the
IndexContext.unlinkAsync(Path, Consumer, Consumer) and IndexContext.unlink(Path) call.-
Method Summary
Modifier and TypeMethodDescriptionReturns theResourceIdthat was affected by the unlinking operation.booleanReturns true if theResourceIdwas destroyed as part of this unlink operation.
-
Method Details
-
getResourceId
ResourceId getResourceId()Returns theResourceIdthat was affected by the unlinking operation.- Returns:
- the
ResourceId
-
isDestroyed
boolean isDestroyed()Returns true if theResourceIdwas destroyed as part of this unlink operation.- Returns:
- true if destroyed, false otherwise
-