Uses of Enum Class
org.mule.datasense.impl.phases.builder.ComponentModelType
Packages that use ComponentModelType
Package
Description
-
Uses of ComponentModelType in org.mule.datasense.impl.model.ast
Methods in org.mule.datasense.impl.model.ast that return types with arguments of type ComponentModelTypeConstructors in org.mule.datasense.impl.model.ast with parameters of type ComponentModelTypeModifierConstructorDescriptionMessageProcessorNode(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier, org.mule.runtime.ast.api.ComponentAst componentModel, List<MessageProcessorNode> messageProcessorNodeList, org.mule.metadata.api.model.FunctionType declaredFunctionType, ComponentModelType componentModelType) MessageProcessorNode(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier, org.mule.runtime.ast.api.ComponentAst componentModel, List<MessageProcessorNode> messageProcessorNodeList, org.mule.metadata.api.model.FunctionType declaredFunctionType, ComponentModelType componentModelType, boolean synthetic) -
Uses of ComponentModelType in org.mule.datasense.impl.phases.builder
Methods in org.mule.datasense.impl.phases.builder that return ComponentModelTypeModifier and TypeMethodDescriptionstatic ComponentModelTypeReturns the enum constant of this class with the specified name.static ComponentModelType[]ComponentModelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mule.datasense.impl.phases.builder that return types with arguments of type ComponentModelTypeModifier and TypeMethodDescriptionComponentModelClassifier.getComponentModelType(org.mule.runtime.ast.api.ComponentAst componentModel) MuleAstParserContext.getComponentModelType(org.mule.runtime.ast.api.ComponentAst componentModel) Methods in org.mule.datasense.impl.phases.builder with parameters of type ComponentModelTypeModifier and TypeMethodDescriptionMessageProcessorNodeBuilder.componentModelType(ComponentModelType componentModelType) MuleAstParseProvider.parse(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier, org.mule.runtime.ast.api.ComponentAst componentModel, ComponentModelType componentModelType, List<MessageProcessorNodeBuilder> messageProcessorNodeBuilders, MuleAstParserContext muleAstParserContext) -
Uses of ComponentModelType in org.mule.datasense.impl.phases.typing.resolver
Methods in org.mule.datasense.impl.phases.typing.resolver that return types with arguments of type ComponentModelTypeModifier and TypeMethodDescriptionAggregatorListenerTypeResolver.getComponentModelType()AggregatorRouteTypeResolver.getComponentModelType()AggregatorTypeResolver.getComponentModelType()BaseTypeResolver.getComponentModelType()ChoiceTypeResolver.ChoiceOtherwiseTypeResolver.getComponentModelType()ChoiceTypeResolver.ChoiceWhenTypeResolver.getComponentModelType()ChoiceTypeResolver.getComponentModelType()CollectionSplitterTypeResolver.getComponentModelType()EECacheTypeResolver.getComponentModelType()FirstSuccessfulTypeResolver.getComponentModelType()FlowRefTypeResolver.getComponentModelType()FlowTypeResolver.getComponentModelType()ForEachTypeResolver.getComponentModelType()LoggerTypeResolver.getComponentModelType()ParseTemplateTypeResolver.getComponentModelType()ProcessorChainTypeResolver.getComponentModelType()RaiseErrorTypeResolver.getComponentModelType()RemoveVariableTypeResolver.getComponentModelType()RouteTypeResolver.getComponentModelType()ScatterGatherTypeResolver.getComponentModelType()SchedulerTypeResolver.getComponentModelType()ScopeTypeResolver.getComponentModelType()SetDataTypeResolver.getComponentModelType()TransformTypeResolver.getComponentModelType()TypeResolver.getComponentModelType()UnknownProcessorTypeResolver.getComponentModelType()WithCorrelationIdScopeTypeResolver.getComponentModelType() -
Uses of ComponentModelType in org.mule.datasense.impl.phases.typing.resolver.batch
Methods in org.mule.datasense.impl.phases.typing.resolver.batch that return types with arguments of type ComponentModelTypeModifier and TypeMethodDescriptionBatchProcessRecordsTypeResolver.getComponentModelType()BatchStepTypeResolver.getComponentModelType() -
Uses of ComponentModelType in org.mule.datasense.impl.phases.typing.resolver.munit
Methods in org.mule.datasense.impl.phases.typing.resolver.munit that return types with arguments of type ComponentModelTypeModifier and TypeMethodDescriptionMUnitTestBehaviorTypeResolver.getComponentModelType()MUnitTestExecutionTypeResolver.getComponentModelType()MUnitTestValidationTypeResolver.getComponentModelType()