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 theResourceIdthat was affected by the unlinking operation.booleanReturns true if theResourceIdwas destroyed as part of this unlink operation.
-
Constructor Details
-
SimpleIndexContextUnlink
-
-
Method Details
-
isDestroyed
public boolean isDestroyed()Description copied from interface:IndexContext.UnlinkReturns true if theResourceIdwas destroyed as part of this unlink operation.- Specified by:
isDestroyedin interfaceIndexContext.Unlink- Returns:
- true if destroyed, false otherwise
-
getResourceId
Description copied from interface:IndexContext.UnlinkReturns theResourceIdthat was affected by the unlinking operation.- Specified by:
getResourceIdin interfaceIndexContext.Unlink- Returns:
- the
ResourceId
-