public class SystemContext extends ExecutionRuntimeServices implements Map<String,Serializable>
contextMap, ENTERPRISE_MODE, EXECUTION_ID_CONTEXT, EXECUTION_PAUSED, LANGUAGE_TYPE, NO_WORKERS_IN_GROUP, SCORE_EVENTS_QUEUE| Constructor and Description |
|---|
SystemContext() |
SystemContext(Map<? extends String,? extends Serializable> map) |
SystemContext(Map<String,Serializable> map,
boolean override) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBranch(Long startPosition,
Long executionPlanId,
Map<String,Serializable> context,
SystemContext systemContext) |
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Serializable>> |
entrySet() |
Serializable |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Serializable |
put(String key,
Serializable value) |
void |
putAll(Map<? extends String,? extends Serializable> m) |
Serializable |
remove(Object key) |
void |
resume() |
int |
size() |
Collection<Serializable> |
values() |
addBranch, addBranch, addBranchForParallelLoop, addEvent, addRoiValue, equals, getBranchId, getEvents, getExecutionId, getFinishedChildBranchesData, getFlowTerminationType, getFromMap, getLanguageName, getLevelParallelism, getMergeUserInputs, getMetaData, getNodeName, getNodeNameWithDepth, getNoWorkerInGroupName, getParentRunningId, getPreconditionNotFulfilled, getRobotGroupName, getSplitId, getStepErrorKey, getStepPersistId, getSubFlowBeginStep, getSubFlowRunningExecutionPlan, getWorkerGroupName, hashCode, hasStepErrorKey, isEnterpriseMode, isPaused, isStepPersist, pause, pullRequestForChangingExecutionPlan, putMetaData, removeBranchesData, removeConsumerWorkerId, removePreconditionNotFulfilled, removeProducerWorkerId, removeRobotGroupName, removeRobotId, removeShouldCheckGroup, removeStepErrorKey, removeStepPersist, removeStepPersistID, removeTotalRoiValue, requestToChangeExecutionPlan, setBranchId, setConsumerWorkerId, setExecutionId, setFinishedChildBranchesData, setFlowTerminationType, setLanguageName, setLevelParallelism, setMergeUserInputs, setNodeName, setNodeNameWithDepth, setNoWorkerInGroup, setParentRunningId, setPreconditionNotFulfilled, setProducerWorkerId, setRobotGroupName, setRobotId, setShouldCheckGroup, setSplitId, setStepErrorKey, setStepPersist, setStepPersistId, setSubFlowsData, setWorkerGroupName, shouldCheckGroupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic SystemContext()
public SystemContext(Map<? extends String,? extends Serializable> map)
public SystemContext(Map<String,Serializable> map, boolean override)
public int size()
size in interface Map<String,Serializable>public boolean isEmpty()
isEmpty in interface Map<String,Serializable>public boolean containsKey(Object key)
containsKey in interface Map<String,Serializable>public boolean containsValue(Object value)
containsValue in interface Map<String,Serializable>public Serializable get(Object key)
get in interface Map<String,Serializable>public Serializable put(String key, Serializable value)
put in interface Map<String,Serializable>public Serializable remove(Object key)
remove in interface Map<String,Serializable>public void putAll(Map<? extends String,? extends Serializable> m)
putAll in interface Map<String,Serializable>public void clear()
clear in interface Map<String,Serializable>public Collection<Serializable> values()
values in interface Map<String,Serializable>public Set<Map.Entry<String,Serializable>> entrySet()
entrySet in interface Map<String,Serializable>public void resume()
public void addBranch(Long startPosition, Long executionPlanId, Map<String,Serializable> context, SystemContext systemContext)
Copyright © 2020. All rights reserved.