public interface AbstractSyncNounPartPostActionCmd extends AbstractChangeNounPartPostActionCmd
The purpose of this interface is to represent a command that performs post business logic after all the sync actions have occurred. This particular post business logic will only be invoked when a particular part of the noun has been effected as part of the sync action.
This interface represents the command that performs post business logic on the noun after processing the action expressions. As a result of performing sync actions, post processing logic may be required. This is the interface for this post processing logic.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
addActionExpression, setNoun, setPersistentObjects
static final java.lang.String COPYRIGHT