| Package | Description | 
|---|---|
| com.suncode.pwfl.component.support | |
| com.suncode.pwfl.workflow.component | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | ParameterBinder. bind(int index,
    Class<?> type,
    InvocableMethod method)Returns object that will be used as argument for invoked method. | 
| Object | ParametersBinder. bind(int index,
    Class<?> type,
    InvocableMethod method) | 
| Object | InstanceBinder. bind(int index,
    Class<?> type,
    InvocableMethod method) | 
| boolean | ParameterBinder. shouldBind(int index,
          Class<?> type,
          InvocableMethod method)Must return true if this binder should be used to bind given parameter. | 
| boolean | ParametersBinder. shouldBind(int index,
          Class<?> type,
          InvocableMethod method) | 
| boolean | InstanceBinder. shouldBind(int index,
          Class<?> type,
          InvocableMethod method) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected InvocableMethod | InvocableComponent. getInvocableMethod() | 
Copyright © 2019 Suncode. All rights reserved.