public class BPMNElementDecorators extends Object
| Constructor and Description |
|---|
BPMNElementDecorators() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends BaseElement> |
baseElementDecorator() |
static <T extends BpmnNode> |
bpmnNodeDecorator() |
static <T extends FlowElement> |
flowElementDecorator() |
static <T> MarshallingMessageDecorator<Result<T>> |
resultBpmnDecorator() |
public static <T extends FlowElement> MarshallingMessageDecorator<T> flowElementDecorator()
public static <T extends BaseElement> MarshallingMessageDecorator<T> baseElementDecorator()
public static <T extends BpmnNode> MarshallingMessageDecorator<T> bpmnNodeDecorator()
public static <T> MarshallingMessageDecorator<Result<T>> resultBpmnDecorator()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.