public interface PostMemberRoleUnassignCmd 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 the response properties.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
Sets the request properties
|
void |
setResponseProperties(TypedProperty aResponseProperties)
Sets the response properties
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
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)
aRequestProperties
- Request propertiesvoid setResponseProperties(TypedProperty aResponseProperties)
aResponseProperties
- Response properties