public interface AbstractSyncNounPartActionCmd extends AbstractChangeNounPartActionCmd
The purpose of this interface is to represent a command that understands how to work on a particular part of the noun.
This interface represents the command that will perform the sync actions
on a particular part of the noun. This command is given the noun to
work upon and a list of ActionExpression
objects. Each action
expression will represent a sync operation on a common type that is part of
the noun. Each action expression will contain the instance of the noun part
to apply the operation on.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
addActionExpression, isGeneric, setPersistentObjects, validate
static final java.lang.String COPYRIGHT