Class Application
java.lang.Object
com.suncode.pwfl.component.ComponentDefinition
com.suncode.pwfl.workflow.component.WorkflowComponent
com.suncode.pwfl.workflow.component.InvocableComponent
com.suncode.pwfl.workflow.application.Application
Workflow Application
- Author:
- RafaĆ Nowacki 16 cze 2016
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionApplication(ComponentDefinition definition, Method executeMethod, Object instance) -
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(Parameters parameters, ActivityContextMap activityContextMap, ContextVariables contextVariables) Invokes this application with given parameters.Methods inherited from class InvocableComponent
getDeclaringClass, getInvocableMethod, invoke, invokeWithResult, toStringMethods inherited from class ComponentDefinition
equals, getCategories, getContextVariables, getDeprecationDescription, getDescription, getDocumentationLink, getIcon, getId, getName, getParameter, getParameters, getSource, hashCode, isDeprecated, setDeprecated, setSource
-
Field Details
-
EXECUTE_METHOD_NAME
- See Also:
-
-
Constructor Details
-
Application
-
-
Method Details
-
invoke
public void invoke(Parameters parameters, ActivityContextMap activityContextMap, ContextVariables contextVariables) Invokes this application with given parameters.- Specified by:
invokein classInvocableComponent- Parameters:
parameters- parametersactivityContextMap- Variables context from activity
-