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) boolean
InstanceBinder.shouldBind
(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) -
Uses of InvocableMethod in com.suncode.pwfl.workflow.component
Methods in com.suncode.pwfl.workflow.component that return InvocableMethodModifier and TypeMethodDescriptionprotected InvocableMethod
InvocableComponent.getInvocableMethod()