See: Description
Interface | Description |
---|---|
AbstractChangeNounPartActionCmd |
The purpose of this interface is to represent a command that understands
how to perform a change operation a particular part of the noun.
|
AbstractChangeNounPartPostActionCmd |
The purpose of this interface is to represent a command that performs
post business logic after all the change actions have occurred.
|
AbstractFetchNounCmd |
This interface is an abstract interface for the command which is responsible for the
task fo fetching data.
|
AbstractInsertMoreNounDataCmd |
This interface is an abstract interface for the command which is responsible for the
task of adding more information for the response of a get request.
|
AbstractProcessNounActionCmd |
The purpose of this interface is to represent a command that understands
how to perform a particular process action on a noun.
|
AbstractSyncNounPartActionCmd |
The purpose of this interface is to represent a command that understands
how to work on a particular part of the noun.
|
AbstractSyncNounPartPostActionCmd |
The purpose of this interface is to represent a command that performs
post business logic after all the sync actions have occurred.
|
BusinessObjectDocumentCmd |
This interface represents any command that is invoked
by the
BusinessObjectDocumentProcessor to process
a business object document. |
Class | Description |
---|---|
AbstractActionBusinessObjectDocumentCmdImpl |
An abstract implementation of a command that represents the any verb that contains
actions when dealing with business object documents.
|
AbstractChangeBusinessObjectDocumentCmdImpl |
The abstract change business object document command is an abstract controller implementation
for processing
Change requests. |
AbstractChangeNounPartActionCmdImpl |
This abstract change noun part implementation is a default implementation of processing
action expressions for change and sync requests.
|
AbstractChangeNounPartPostActionCmdImpl |
This abstract change noun part implementation is a default implementation of post processing
action expressions for change and sync requests.
|
AbstractFetchNounCmdImpl |
This class is an abstract implementation for the command which is responsible for the
task fo fetching data.
|
AbstractGetBusinessObjectDocumentCmdImpl |
An abstract implementation of a command that represents the get verb when
dealing with business object documents.
|
AbstractInsertMoreNounDataCmdImpl |
This class is an abstract implementation for the command which is responsible for the
task adding more data as a result of a get request.
|
AbstractProcessBusinessObjectDocumentCmdImpl |
Unlike the change implementation where the change affects parts of the noun, the process applies to the noun
specified in the request.
|
AbstractProcessNounActionCmdImpl |
Abstract command used for Process action commands.
|
AbstractSyncBusinessObjectDocumentCmdImpl |
The abstract sync business object document command is an abstract controller implementation
for processing
Sync requests. |
ActionExpression |
The action expression object represents the information that can be extracted
from the
ActionExpression elements of the Change ,
Process and Sync verbs. |
BusinessObjectDocumentCommandKeyImpl |
This class represents a command key for business object documents.
|
BusinessObjectDocumentProcessor |
This class is the common entry point to invoke commands that will process
business object documents.
|
SearchExpression |
The search expression object represents the information that can be extracted
from the
Expression elements of the Get verb. |