public class PreConditionTable extends HashMap<Integer,PreCondition>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
PreConditionTable() |
| Modifier and Type | Method and Description |
|---|---|
OrJoinManager |
getOrJoinManager() |
boolean |
isActivityEnabled(Integer activityId,
ProcessInstance processInstance)
Checks if given element is enabled in a given process instance
|
void |
setOrJoinManager(OrJoinManager orJoinManager) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic boolean isActivityEnabled(Integer activityId, ProcessInstance processInstance)
activityId - index of the elementprocessInstance - process instancepublic void setOrJoinManager(OrJoinManager orJoinManager)
public OrJoinManager getOrJoinManager()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.