@Api public abstract class WorkflowComponent extends ComponentDefinition
| Constructor and Description | 
|---|
| WorkflowComponent(ComponentDefinition definition) | 
| WorkflowComponent(String id,
                 String documentationLink,
                 LocalizedString name,
                 LocalizedString description,
                 Icon icon,
                 List<Category> categories,
                 List<ParameterDefinition<?>> parameters,
                 List<ContextVariable<?>> contextVariables) | 
equals, getCategories, getContextVariables, getDescription, getDocumentationLink, getIcon, getId, getName, getParameter, getParameters, getSource, hashCode, isDeprecated, setDeprecated, setSourcepublic WorkflowComponent(ComponentDefinition definition)
public WorkflowComponent(String id, String documentationLink, LocalizedString name, LocalizedString description, Icon icon, List<Category> categories, List<ParameterDefinition<?>> parameters, List<ContextVariable<?>> contextVariables)
Copyright © 2019 Suncode. All rights reserved.