Constructor and Description |
---|
ScheduledTaskDefinition(String id,
String documentationLink,
LocalizedString name,
LocalizedString description,
Icon icon,
List<Category> categories,
List<ParameterDefinition<?>> parameters,
boolean cancelable,
List<ContextVariable<?>> contextVariables) |
Modifier and Type | Field and Description |
---|---|
protected List<ContextVariable<?>> |
ComponentDefinitionBuilder.contextVariables |
Modifier and Type | Method and Description |
---|---|
List<ContextVariable<?>> |
ComponentDefinition.getContextVariables() |
Modifier and Type | Method and Description |
---|---|
protected T |
ComponentDefinitionBuilder.contextVariable(ContextVariable<?> variable) |
Constructor and Description |
---|
ComponentDefinition(String id,
String documentationLink,
LocalizedString name,
LocalizedString description,
Icon icon,
List<Category> categories,
List<ParameterDefinition<?>> parameters,
List<ContextVariable<?>> contextVariables) |
Modifier and Type | Method and Description |
---|---|
<T> ContextVariable<T> |
ContextVariables.getContextVariable(String id)
Returns
ContextVariable with given id. |
Constructor and Description |
---|
ContextVariables(List<ContextVariable<?>> contextVariables) |
WorkflowComponent(String id,
String documentationLink,
LocalizedString name,
LocalizedString description,
Icon icon,
List<Category> categories,
List<ParameterDefinition<?>> parameters,
List<ContextVariable<?>> contextVariables) |
Constructor and Description |
---|
ActionDefinition(String id,
String documentationLink,
LocalizedString name,
LocalizedString description,
Icon icon,
List<Category> categories,
List<ActionDestination> destinations,
List<ParameterDefinition<?>> parameters,
List<ContextVariable<?>> contextVariables) |
Constructor and Description |
---|
DataChooserDefinition(String id,
String documentationLink,
LocalizedString name,
LocalizedString description,
Icon icon,
List<Category> categories,
List<ParameterDefinition<?>> parameters,
List<Mapping> mappings,
boolean customMappingsEnabled,
List<ContextVariable<?>> contextVariables) |
Constructor and Description |
---|
ValidatorDefinition(String id,
String documentationLink,
LocalizedString name,
LocalizedString description,
Icon icon,
List<Category> categories,
List<ParameterDefinition<?>> parameters,
List<ContextVariable<?>> contextVariables,
Set<ValidatorMessage> messageTypes) |
Copyright © 2019 Suncode. All rights reserved.