Package | Description |
---|---|
org.jbpm.ruleflow.core | |
org.jbpm.ruleflow.core.factory |
Modifier and Type | Method and Description |
---|---|
EventNodeFactory<T> |
RuleFlowNodeContainerFactory.eventNode(long id) |
Modifier and Type | Method and Description |
---|---|
EventNodeFactory<T> |
EventNodeFactory.eventFilter(EventFilter eventFilter) |
EventNodeFactory<T> |
EventNodeFactory.eventTransformer(EventTransformer transformer) |
EventNodeFactory<T> |
EventNodeFactory.eventTransformer(UnaryOperator<Object> function) |
EventNodeFactory<T> |
EventNodeFactory.eventType(String eventType) |
EventNodeFactory<T> |
EventNodeFactory.name(String name) |
EventNodeFactory<T> |
EventNodeFactory.scope(String scope) |
EventNodeFactory<T> |
EventNodeFactory.variableName(String variableName) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.