Class RenameInObjectPrimitive
java.lang.Object
org.rumbledb.runtime.update.primitives.RenameInObjectPrimitive
- All Implemented Interfaces:
UpdatePrimitive
-
Constructor Summary
ConstructorsConstructorDescriptionRenameInObjectPrimitive
(Item targetObject, Item targetName, Item replacementName, ExceptionMetadata metadata) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.rumbledb.runtime.update.primitives.UpdatePrimitive
arrayIndexingApplyDelta, getCollectionName, getCollectionPath, getContentDataFrame, getContentList, getIntSelector, getRowOrder, getRowOrderRangeBase, getRowOrderRangeMax, getTargetDataFrame, isCreateCollection, isDeleteArray, isDeleteObject, isDeleteTuple, isEditTuple, isInsertAfterIntoCollection, isInsertArray, isInsertBeforeIntoCollection, isInsertFirstIntoCollection, isInsertLastIntoCollection, isInsertObject, isInsertTuple, isReplaceArray, isReplaceObject, isTruncateCollection
-
Constructor Details
-
RenameInObjectPrimitive
public RenameInObjectPrimitive(Item targetObject, Item targetName, Item replacementName, ExceptionMetadata metadata)
-
-
Method Details
-
apply
public void apply()- Specified by:
apply
in interfaceUpdatePrimitive
-
applyItem
public void applyItem()- Specified by:
applyItem
in interfaceUpdatePrimitive
-
applyDelta
public void applyDelta()- Specified by:
applyDelta
in interfaceUpdatePrimitive
-
hasSelector
public boolean hasSelector()- Specified by:
hasSelector
in interfaceUpdatePrimitive
-
getTarget
- Specified by:
getTarget
in interfaceUpdatePrimitive
-
getSelector
- Specified by:
getSelector
in interfaceUpdatePrimitive
-
getContent
- Specified by:
getContent
in interfaceUpdatePrimitive
-
isRenameObject
public boolean isRenameObject()- Specified by:
isRenameObject
in interfaceUpdatePrimitive
-
updatesSchemaDelta
public boolean updatesSchemaDelta()- Specified by:
updatesSchemaDelta
in interfaceUpdatePrimitive
-
arrayIndexingUpdateSchemaDelta
public void arrayIndexingUpdateSchemaDelta()- Specified by:
arrayIndexingUpdateSchemaDelta
in interfaceUpdatePrimitive
-