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 theResourceId
that was affected by the unlinking operation.boolean
Returns true if theResourceId
was destroyed as part of this unlink operation.
-
Method Details
-
getResourceId
ResourceId getResourceId()Returns theResourceId
that was affected by the unlinking operation.- Returns:
- the
ResourceId
-
isDestroyed
boolean isDestroyed()Returns true if theResourceId
was destroyed as part of this unlink operation.- Returns:
- true if destroyed, false otherwise
-