public interface IRemoveAction extends ISimpleAction
This action combines two quite different activities: to null out an attribute in an object; and to query for any object that match the criteria supplied in a where clause, and delete them.
NEWLINE| Modifier and Type | Method and Description |
|---|---|
IModelReference |
getTarget()
The target of the deletion.
|
IVariable |
getVariable()
Return the variable that is being provided with the where clause.
|
IConstraint |
getWhere()
Return a where clause if there is one.
|
accept, dump, getColumn, getLine, getUserData, setUserDataIModelReference getTarget()
IModelReference.getReferenceType() to determine which type
applies.IVariable getVariable()
IConstraint getWhere()
Copyright © 2006-2013. All Rights Reserved.