A task command called by RoleAdd command at the end of execution.
User can overwrite this task command to perform additional operation. Inputs
of this task command are:
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 is:
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 <hr> <table> <tr> <td>Field Summary</td> </tr> <tr> <td>static java.lang.String
</td> <td>COPYRIGHT
IBM Copyright notice field.</td> </tr> <tr> <td>static java.lang.String
</td> <td>defaultCommandClassName
The default implementation of this command.</td> </tr> <tr> <td>static java.lang.String
</td> <td>NAME
The name of this command.</td> </tr> </table> <table> <tr> <td>Method Summary</td> </tr> <tr> <td>TypedProperty
</td> <td>getRequestProperties()
Get request properties.</td> </tr> <tr> <td>TypedProperty
</td> <td>getResponseProperties()
Get response properties.</td> </tr> <tr> <td>void
</td> <td>setRequestProperties(TypedProperty aRequestProperties)
Set request properties</td> </tr> <tr> <td>void
</td> <td>setResponseProperties(TypedProperty aResponseProperties)
Set response properties</td> </tr> </table> <table> <tr> <td>Field Detail</td> </tr> </table> <h3> COPYRIGHT</h3> <pre> public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public TypedProperty getRequestProperties()
public TypedProperty getResponseProperties()
public void setRequestProperties(TypedProperty aRequestProperties)
aRequestProperties
- Request propertiespublic void setResponseProperties(TypedProperty aResponseProperties)
aResponseProperties
- Response properties