Package dev.getelements.elements.rt
Class SimpleIndexContext.SimpleIndexContextUnlink
java.lang.Object
dev.getelements.elements.rt.SimpleIndexContext.SimpleIndexContextUnlink
- All Implemented Interfaces:
IndexContext.Unlink
,Serializable
- Enclosing class:
SimpleIndexContext
public static class SimpleIndexContext.SimpleIndexContextUnlink
extends Object
implements IndexContext.Unlink, Serializable
- See Also:
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
SimpleIndexContextUnlink
-
-
Method Details
-
isDestroyed
public boolean isDestroyed()Description copied from interface:IndexContext.Unlink
Returns true if theResourceId
was destroyed as part of this unlink operation.- Specified by:
isDestroyed
in interfaceIndexContext.Unlink
- Returns:
- true if destroyed, false otherwise
-
getResourceId
Description copied from interface:IndexContext.Unlink
Returns theResourceId
that was affected by the unlinking operation.- Specified by:
getResourceId
in interfaceIndexContext.Unlink
- Returns:
- the
ResourceId
-