public class SelectCandidatesAction extends java.lang.Object implements IConditionalComponentStep<java.lang.Void>
Modifier and Type | Field and Description |
---|---|
protected RProcessableElement |
element
The element.
|
Constructor and Description |
---|
SelectCandidatesAction(RProcessableElement element)
Create a new action.
|
Modifier and Type | Method and Description |
---|---|
IFuture<java.lang.Void> |
execute(IInternalAccess ia)
Execute the command.
|
boolean |
isValid()
Test if the action is valid.
|
public SelectCandidatesAction(RProcessableElement element)
public boolean isValid()
isValid
in interface IConditionalComponentStep<java.lang.Void>
public IFuture<java.lang.Void> execute(IInternalAccess ia)
execute
in interface IComponentStep<java.lang.Void>
args
- The argument(s) for the call.