| Modifier and Type | Method and Description |
|---|---|
WorkbookDefinition |
WorkbookDefinitionService.create(InputStream wbText,
Scope scope)
Create a new workbook definition.
|
List<? extends WorkflowDefinition> |
WorkflowDefinitionService.create(InputStream wfText,
Scope scope)
Create one or more workflow definitions.
|
List<? extends ActionDefinition> |
ActionDefinitionService.create(InputStream actionText,
Scope scope)
Create a new action definition.
|
| Modifier and Type | Method and Description |
|---|---|
Scope |
CronTrigger.getScope() |
Scope |
EventTrigger.getScope() |
Scope |
WorkflowEnvironment.getScope() |
Scope |
Definition.getScope() |
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
WorkflowEnvironmentBuilder.scope(Scope scope) |
T |
DefinitionBuilder.scope(Scope scope) |
T |
CronTriggerBuilder.scope(Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
Scope |
BaseDefinition.getScope() |
Scope |
MistralCronTrigger.getScope() |
Scope |
MistralWorkflowEnvironment.getScope() |
| Modifier and Type | Method and Description |
|---|---|
T |
BaseDefinition.BaseDefinitionBuilder.scope(Scope scope) |
MistralCronTrigger.MistralCronTriggerBuilder |
MistralCronTrigger.MistralCronTriggerBuilder.scope(Scope scope) |
MistralWorkflowEnvironment.MistralWorkflowEnvironmentBuilder |
MistralWorkflowEnvironment.MistralWorkflowEnvironmentBuilder.scope(Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
WorkbookDefinition |
WorkbookDefinitionServiceImpl.create(InputStream wfText,
Scope scope) |
List<? extends ActionDefinition> |
ActionDefinitionServiceImpl.create(InputStream wfText,
Scope scope) |
List<? extends WorkflowDefinition> |
WorkflowDefinitionServiceImpl.create(InputStream wfText,
Scope scope) |
Copyright © 2019. All rights reserved.