Uses of Class
com.suncode.pwfl.component.support.InvocableMethod
Packages that use InvocableMethod
- 
Uses of InvocableMethod in com.suncode.pwfl.component.support
Methods in com.suncode.pwfl.component.support with parameters of type InvocableMethodModifier and TypeMethodDescriptionInstanceBinder.bind(int index, Class<?> type, InvocableMethod method) ParameterBinder.bind(int index, Class<?> type, InvocableMethod method) Returns object that will be used as argument for invoked method.ParametersBinder.bind(int index, Class<?> type, InvocableMethod method) booleanInstanceBinder.shouldBind(int index, Class<?> type, InvocableMethod method) booleanParameterBinder.shouldBind(int index, Class<?> type, InvocableMethod method) Must return true if this binder should be used to bind given parameter.booleanParametersBinder.shouldBind(int index, Class<?> type, InvocableMethod method)  - 
Uses of InvocableMethod in com.suncode.pwfl.workflow.component
Methods in com.suncode.pwfl.workflow.component that return InvocableMethodModifier and TypeMethodDescriptionprotected InvocableMethodInvocableComponent.getInvocableMethod()