public interface PostRoleAddCmd 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()
Gets request properties.
|
| TypedProperty | getResponseProperties()
Gets response properties.
|
| void | setRequestProperties(TypedProperty aRequestProperties)
Sets request properties
|
| void | setResponseProperties(TypedProperty aResponseProperties)
Sets 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)