public static class AbstractTaskState.LoopImpl extends Object implements TaskState.Loop
| Constructor and Description |
|---|
LoopImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollection()
collection object name
|
String |
getCompletionCondition()
completion condition, default nrOfInstances == nrOfCompletedInstances
|
String |
getElementIndexName()
element variable index name, default loopCounter
|
String |
getElementVariableName()
element variable name
|
int |
getParallel()
parallel size, default 1
|
void |
setCollection(String collection) |
void |
setCompletionCondition(String completionCondition) |
void |
setElementIndexName(String elementIndexName) |
void |
setElementVariableName(String elementVariableName) |
void |
setParallel(int parallel) |
public int getParallel()
TaskState.LoopgetParallel in interface TaskState.Looppublic void setParallel(int parallel)
public String getCollection()
TaskState.LoopgetCollection in interface TaskState.Looppublic void setCollection(String collection)
public String getElementVariableName()
TaskState.LoopgetElementVariableName in interface TaskState.Looppublic void setElementVariableName(String elementVariableName)
public String getElementIndexName()
TaskState.LoopgetElementIndexName in interface TaskState.Looppublic void setElementIndexName(String elementIndexName)
public String getCompletionCondition()
TaskState.LoopgetCompletionCondition in interface TaskState.Looppublic void setCompletionCondition(String completionCondition)
Copyright © 2023 Seata. All rights reserved.