Class WorkflowComponent
java.lang.Object
com.suncode.pwfl.component.ComponentDefinition
com.suncode.pwfl.workflow.component.WorkflowComponent
- Direct Known Subclasses:
ActionDefinition
,EventActionDefinition
,InvocableComponent
Base class for all workflow components.
- Author:
- RafaĆ Nowacki 4 lip 2016
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowComponent
(ComponentDefinition definition) WorkflowComponent
(String id, String documentationLink, LocalizedString name, LocalizedString description, Icon icon, List<Category> categories, List<ParameterDefinition<?>> parameters, List<ContextVariable<?>> contextVariables, LocalizedString deprecationDescription) -
Method Summary
Methods inherited from class com.suncode.pwfl.component.ComponentDefinition
equals, getCategories, getContextVariables, getDeprecationDescription, getDescription, getDocumentationLink, getIcon, getId, getName, getParameter, getParameters, getSource, hashCode, isDeprecated, setDeprecated, setSource
-
Constructor Details
-
WorkflowComponent
-
WorkflowComponent
public WorkflowComponent(String id, String documentationLink, LocalizedString name, LocalizedString description, Icon icon, List<Category> categories, List<ParameterDefinition<?>> parameters, List<ContextVariable<?>> contextVariables, LocalizedString deprecationDescription)
-