| Modifier and Type | Method and Description |
|---|---|
MuleFlowNode |
MuleFlowAnnotation.getMuleFlowNode() |
| Constructor and Description |
|---|
MuleFlowAnnotation(MuleFlowNode muleFlowNode) |
| Modifier and Type | Method and Description |
|---|---|
MuleFlowNode |
MUnitDeclaration.getAfterSuiteMuleFlowNode() |
MuleFlowNode |
MUnitDeclaration.getAfterTestMuleFlowNode() |
MuleFlowNode |
MUnitDeclaration.getBeforeSuiteMuleFlowNode() |
MuleFlowNode |
MUnitDeclaration.getBeforeTestMuleFlowNode() |
| Modifier and Type | Method and Description |
|---|---|
Optional<MuleFlowNode> |
MUnitDeclarationsAnnotation.getAfterSuiteMuleFlowNode(MuleFlowNode muleFlowNode) |
Optional<MuleFlowNode> |
MUnitDeclarationsAnnotation.getAfterTestMuleFlowNode(MuleFlowNode muleFlowNode) |
Optional<MuleFlowNode> |
MUnitDeclarationsAnnotation.getBeforeSuiteMuleFlowNode(MuleFlowNode muleFlowNode) |
Optional<MuleFlowNode> |
MUnitDeclarationsAnnotation.getBeforeTestMuleFlowNode(MuleFlowNode muleFlowNode) |
| Modifier and Type | Method and Description |
|---|---|
Optional<MuleFlowNode> |
MUnitDeclarationsAnnotation.getAfterSuiteMuleFlowNode(MuleFlowNode muleFlowNode) |
Optional<MuleFlowNode> |
MUnitDeclarationsAnnotation.getAfterTestMuleFlowNode(MuleFlowNode muleFlowNode) |
Optional<MuleFlowNode> |
MUnitDeclarationsAnnotation.getBeforeSuiteMuleFlowNode(MuleFlowNode muleFlowNode) |
Optional<MuleFlowNode> |
MUnitDeclarationsAnnotation.getBeforeTestMuleFlowNode(MuleFlowNode muleFlowNode) |
void |
MUnitDeclaration.setAfterSuiteMuleFlowNode(MuleFlowNode afterSuiteMuleFlowNode) |
void |
MUnitDeclarationsAnnotation.setAfterSuiteMuleFlowNode(MuleFlowNode afterSuiteMuleFlowNode) |
void |
MUnitDeclaration.setAfterTestMuleFlowNode(MuleFlowNode afterTestMuleFlowNode) |
void |
MUnitDeclarationsAnnotation.setAfterTestMuleFlowNode(MuleFlowNode afterTestMuleFlowNode) |
void |
MUnitDeclaration.setBeforeSuiteMuleFlowNode(MuleFlowNode beforeSuiteMuleFlowNode) |
void |
MUnitDeclarationsAnnotation.setBeforeSuiteMuleFlowNode(MuleFlowNode beforeSuiteMuleFlowNode) |
void |
MUnitDeclaration.setBeforeTestMuleFlowNode(MuleFlowNode beforeTestMuleFlowNode) |
void |
MUnitDeclarationsAnnotation.setBeforeTestMuleFlowNode(MuleFlowNode beforeTestMuleFlowNode) |
| Modifier and Type | Method and Description |
|---|---|
Optional<MuleFlowNode> |
MuleApplicationNode.findMuleFlowNode(String flow) |
Stream<MuleFlowNode> |
MuleApplicationNode.getMuleFlowNodes() |
| Modifier and Type | Method and Description |
|---|---|
Object |
AstNodeVisitor.visit(MuleFlowNode muleFlowNode,
T visitorContext) |
| Constructor and Description |
|---|
MuleApplicationNode(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier,
Stream<MuleFlowNode> muleFlowNodes) |
| Modifier and Type | Method and Description |
|---|---|
void |
MUnitDeclarationAnnotator.annotate(MuleFlowNode muleFlowNode,
AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) |
default void |
Annotator.annotate(MuleFlowNode muleFlowNode,
AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) |
void |
AnnotatorsRegistry.annotate(MuleFlowNode muleFlowNode,
AnnotatingMuleAstVisitorContext annotatingMuleAstVisitorContext) |
| Modifier and Type | Method and Description |
|---|---|
MuleFlowNode |
MuleFlowNodeBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Object |
ExpectedAstVisitor.visit(MuleFlowNode muleFlowNode,
ExpectedAstVisitorContext visitorContext) |
Object |
IncomingAstVisitor.visit(MuleFlowNode muleFlowNode,
IncomingAstVisitorContext visitorContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AnnotatingMuleAstVisitor.visit(MuleFlowNode muleFlowNode,
AnnotatingMuleAstVisitorContext visitorContext) |
Object |
TypingMuleAstVisitor.visit(MuleFlowNode muleFlowNode,
TypingMuleAstVisitorContext visitorContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DisplayMuleAstVisitor.visit(MuleFlowNode muleFlowNode,
DisplayMuleAstVisitorContext visitorContext) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.