public interface FlowChartTrigger extends Trigger
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNamespace()
Returns the namespace of flow charts to watch.
|
void |
setNamespace(java.lang.String namespace)
Sets the namespace of flow charts to watch.
|
addFlow, addFlow, addSignalFlow, clone, execute, getDescription, getFlows, getHiddenVariableNames, getJoinExpression, getName, getPostscript, getPostscriptLanguage, getPrescript, getPrescriptLanguage, getResultInfo, getSignalsToMonitor, getTimeoutBusinessInterval, getTimeoutBusinessIntervalNamespace, getTimeoutExpression, getVariableManager, isEndOfRun, isJoinPoint, isSkippable, isStartAction, isStartOfRun, isTransactionBreak, removeFlow, reset, setDescription, setElseFlow, setEndOfRun, setErrorFlow, setErrorFlowWithoutRollback, setErrorFlowWithRollback, setJoinExpression, setJoinPoint, setName, setPostscript, setPostscriptLanguage, setPrescript, setPrescriptLanguage, setSignalsToMonitor, setSkippable, setStartAction, setStartOfRun, setTimeoutBusinessInterval, setTimeoutBusinessIntervalNamespace, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, verify, verifyOnClient
getRuntimeDataMap, setRuntimeDataMap
java.lang.String getNamespace()
void setNamespace(java.lang.String namespace) throws java.lang.IllegalArgumentException
namespace
- A properly formed namespace expression. Cannot be "/". Can
be null.java.lang.IllegalArgumentException
- If namespace is "/", the empty string, or
an otherwise illegal namespace
expression.© 2000-2025 Flux Corporation. All rights reserved.