Modifier and Type | Class and Description |
---|---|
class |
ScheduledTask
Scheduled task.
|
Modifier and Type | Method and Description |
---|---|
List<WorkflowComponent> |
RegistrationSummary.getRegisteredComponents() |
Modifier and Type | Method and Description |
---|---|
void |
RegistrationSummary.addRegisteredComponent(WorkflowComponent component)
Adds component to registered components.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistrationSummary.setRegisteredComponents(List<WorkflowComponent> registeredComponents)
Sets registered components.
|
Modifier and Type | Class and Description |
---|---|
class |
InvocableDataSource |
Modifier and Type | Class and Description |
---|---|
class |
Application
Workflow Application
|
Modifier and Type | Class and Description |
---|---|
class |
InvocableComponent
Component with invocable method.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
WorkflowComponentRegistry.getComponentSourceClass(WorkflowComponent definition)
Returns source class of given component.
|
void |
WorkflowComponentRegistry.registerComponent(WorkflowComponent component,
Class<?> sourceClass)
Registers given component.
|
void |
WorkflowComponentRegistry.unregisterComponent(WorkflowComponent component)
Removes given component from registry.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionDefinition
Form action definition.
|
Modifier and Type | Class and Description |
---|---|
class |
DataChooser
DataChooser.
|
Modifier and Type | Class and Description |
---|---|
class |
Validator
Form validator.
|
Modifier and Type | Class and Description |
---|---|
class |
VariableSetter
Variable setter.
|
Copyright © 2019 Suncode. All rights reserved.