public class FindApplicableCandidatesAction extends java.lang.Object implements IConditionalComponentStep<java.lang.Void>
| Modifier and Type | Field and Description | 
|---|---|
| protected RProcessableElement | elementThe processable element. | 
| Constructor and Description | 
|---|
| FindApplicableCandidatesAction(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 FindApplicableCandidatesAction(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.