Class ProcessDataContext.ProcessDataStack
java.lang.Object
org.camunda.bpm.engine.impl.interceptor.ProcessDataContext.ProcessDataStack
- Enclosing class:
- ProcessDataContext
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
isEmpty()
void
pushCurrentValue
(String value) boolean
void
void
-
Field Details
-
mdcName
-
deque
-
-
Constructor Details
-
ProcessDataStack
- Parameters:
mdcName
- is optional. If present, any additions to a stack will also be reflected in the MDC context
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
getCurrentValue
-
pushCurrentValue
-
pushCurrentValueFromMdc
public boolean pushCurrentValueFromMdc()- Returns:
- true if a value was obtained from the mdc and added to the stack
-
removeCurrentValue
public void removeCurrentValue() -
clearMdcProperty
public void clearMdcProperty() -
updateMdcWithCurrentValue
public void updateMdcWithCurrentValue()
-