| Modifier and Type | Class and Description |
|---|---|
static class |
Result.AbstractResult<T> |
static class |
Result.Failure<T> |
static class |
Result.Ignored<T> |
static class |
Result.Success<T> |
| Modifier and Type | Method and Description |
|---|---|
<T extends In> |
Match.apply(T value) |
static <T> Result |
ResultComposer.compose(T value,
Result... result) |
static <T,R> Result |
ResultComposer.composeResults(T value,
Collection<Result<R>>... results) |
static <R> Result<R> |
Result.failure(String reason,
MarshallingMessage... messages) |
static <R> Result<R> |
Result.failure(String reason,
R defaultValue,
MarshallingMessage... messages) |
static <U> Result<U> |
Result.ignored(String reason,
MarshallingMessage... messages) |
static <U> Result<U> |
Result.ignored(String reason,
U defaultValue,
MarshallingMessage... messages) |
static <R> Result<R> |
Result.of(R value,
MarshallingMessage... messages) |
Result<T> |
Result.setMessages(MarshallingMessage... messages) |
Result<T> |
Result.AbstractResult.setMessages(MarshallingMessage... messages) |
static <R> Result<R> |
Result.success(R value,
MarshallingMessage... messages) |
| Modifier and Type | Method and Description |
|---|---|
static <T> MarshallingMessageDecorator<Result<T>> |
BPMNElementDecorators.resultBpmnDecorator() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Result |
ResultComposer.compose(T value,
Result... result) |
| Modifier and Type | Method and Description |
|---|---|
Result<BasePropertyWriter> |
EdgeConverter.toFlowElement(Edge<?,?> edge,
ElementContainer process) |
Result<PropertyWriter> |
FlowElementConverter.toFlowElement(Node<View<? extends BPMNViewDefinition>,?> node) |
| Modifier and Type | Method and Description |
|---|---|
Result<BasePropertyWriter> |
AssociationConverter.toFlowElement(Edge<?,?> edge,
ElementContainer process) |
| Modifier and Type | Method and Description |
|---|---|
Result<LanePropertyWriter> |
LaneConverter.toElement(Node<View<? extends BPMNViewDefinition>,?> node) |
| Modifier and Type | Method and Description |
|---|---|
Result<SubProcessPropertyWriter> |
SubProcessConverter.convertSubProcess(Node<View<? extends BPMNViewDefinition>,?> node) |
| Modifier and Type | Method and Description |
|---|---|
Result<BasePropertyWriter> |
SequenceFlowConverter.toFlowElement(Edge<?,?> edge,
ElementContainer process) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnNode> |
NodeConverter.convert(T element) |
Result<BpmnEdge> |
EdgeConverterManager.convertEdge(BaseElement baseElement,
Map<String,BpmnNode> nodes) |
Result<BpmnEdge> |
EdgeConverter.convertEdge(T element,
Map<String,BpmnNode> nodes) |
Result<BpmnNode> |
FlowElementConverter.convertNode(FlowElement flowElement) |
Result<BpmnNode> |
ProcessPostConverter.postConvert(BpmnNode rootNode,
DefinitionResolver definitionResolver) |
default Result<BpmnEdge> |
EdgeConverter.result(Map<String,BpmnNode> nodes,
Edge<? extends View<?>,Node> edge,
EdgePropertyReader p,
String errorMessage,
String messageKey) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnNode> |
BaseCallActivityConverter.convert(CallActivity activity) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnNode> |
DataObjectConverter.convert(DataObjectReference element) |
Result<BpmnNode> |
TextAnnotationConverter.convert(TextAnnotation element) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnEdge> |
AssociationConverter.convertEdge(Association association,
Map<String,BpmnNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
protected Result<BpmnNode> |
IntermediateCatchEventConverter.compensationEvent(CatchEvent event) |
protected Result<BpmnNode> |
IntermediateCatchEventConverter.conditionalEvent(CatchEvent event,
ConditionalEventDefinition e) |
Result<BpmnNode> |
EndEventConverter.convert(EndEvent event) |
Result<BpmnNode> |
IntermediateCatchEventConverter.convert(IntermediateCatchEvent event) |
Result<BpmnNode> |
IntermediateThrowEventConverter.convert(IntermediateThrowEvent event) |
Result<BpmnNode> |
StartEventConverter.convert(StartEvent event) |
Result<BpmnNode> |
IntermediateCatchEventConverter.convertBoundaryEvent(BoundaryEvent event) |
Result<BpmnEdge> |
BoundaryEventConverter.convertEdge(BoundaryEvent event,
Map<String,BpmnNode> nodes) |
protected Result<BpmnNode> |
IntermediateCatchEventConverter.errorEvent(CatchEvent event,
ErrorEventDefinition e) |
protected Result<BpmnNode> |
IntermediateCatchEventConverter.escalationEvent(CatchEvent event,
EscalationEventDefinition e) |
protected Result<BpmnNode> |
IntermediateCatchEventConverter.linkEvent(CatchEvent event) |
protected Result<BpmnNode> |
IntermediateCatchEventConverter.messageEvent(CatchEvent event,
MessageEventDefinition e) |
protected Result<BpmnNode> |
IntermediateCatchEventConverter.signalEvent(CatchEvent event) |
protected Result<BpmnNode> |
IntermediateCatchEventConverter.timerEvent(CatchEvent event,
TimerEventDefinition e) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnNode> |
GatewayConverter.convert(Gateway gateway) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnNode> |
LaneConverter.convert(Lane lane) |
Result<BpmnNode> |
LaneConverter.convert(Lane lane,
Lane parent) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnNode> |
BaseRootProcessConverter.convertProcess() |
Result<BpmnNode> |
BaseSubProcessConverter.convertSubProcess(SubProcess subProcess) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnEdge> |
SequenceFlowConverter.convertEdge(SequenceFlow seq,
Map<String,BpmnNode> nodes) |
| Modifier and Type | Method and Description |
|---|---|
Result<BpmnNode> |
BaseTaskConverter.convert(Task task) |
| Modifier and Type | Method and Description |
|---|---|
static <U> Result<U> |
ConverterUtils.ignore(String name,
Object o) |
static Result<PropertyWriter> |
ConverterUtils.resultIgnored(Object o) |
static Result<PropertyWriter> |
ConverterUtils.resultNotSupported(Object o) |
| Modifier and Type | Method and Description |
|---|---|
<T> Function<T,Result> |
ConverterUtils.ignored(Class<?> expectedClass,
Object defaultValue) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.