public interface PreOrgEntityAddCmd extends TaskCommand
setRequestProperties(TypedProperty) - set request properties. Called by corresponding controller command to pass in the request properties setResponseProperties(TypedProperty) - set request properties. Called by corresponding controller command to pass in the response propertiesOutputs of this task command are:
getRequestProperties(TypedProperty) - return request properties. Called by corresponding controller command to get the request properties getResponseProperties(TypedProperty) - return response properties. Called by corresponding controller command to get the response properties
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String | defaultCommandClassName
The default implementation of this command.
|
static java.lang.String | NAME
The name of this command.
|
Modifier and Type | Method and Description |
---|---|
TypedProperty | getRequestProperties()
Get request properties.
|
TypedProperty | getResponseProperties()
Get response properties.
|
void | setRequestProperties(TypedProperty aRequestProperties)
Set request properties
|
void | setResponseProperties(TypedProperty aResponseProperties)
Set response properties
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
TypedProperty getRequestProperties()
TypedProperty getResponseProperties()
void setRequestProperties(TypedProperty aRequestProperties)
void setResponseProperties(TypedProperty aResponseProperties)