| Modifier and Type | Method and Description |
|---|---|
ComponentIdentifier |
ComponentIdentifier.Builder.build() |
static ComponentIdentifier |
ComponentIdentifier.buildFromStringRepresentation(String componentIdentifier)
Creates a
ComponentIdentifier from an string representation where the expected format is namespace:name. |
ComponentIdentifier |
AbstractComponent.getIdentifier() |
ComponentIdentifier |
TypedComponentIdentifier.getIdentifier() |
default ComponentIdentifier |
Component.getIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
TypedComponentIdentifier.Builder |
TypedComponentIdentifier.Builder.identifier(ComponentIdentifier componentIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
ConfigurationComponentLocator.find(ComponentIdentifier componentIdentifier)
Finds all the components with the given identifier within the artifact.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
ErrorTypeRepository.addErrorType(ComponentIdentifier errorTypeIdentifier,
ErrorType parentErrorType)
Adds and returns an
ErrorType for a given identifier with the given parent that will be fully visible, meaning it
will be available for use in on-error components. |
ErrorType |
ErrorTypeRepository.addInternalErrorType(ComponentIdentifier errorTypeIdentifier,
ErrorType parentErrorType)
Adds and returns an
ErrorType for a given identifier with the given parent that will be only used internally, meaning
it won't be available for use in on-error components. |
Optional<ErrorType> |
ErrorTypeRepository.getErrorType(ComponentIdentifier errorTypeIdentifier)
Returns the specified error's type if present.
|
Optional<ErrorType> |
ErrorTypeRepository.lookupErrorType(ComponentIdentifier errorTypeComponentIdentifier)
Looks up the specified error's type and returns it if found and available for general use (error handling).
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorModelBuilder |
ErrorModelBuilder.newError(ComponentIdentifier identifier)
Creates a builder to be able to create
ErrorModel instances from an error ComponentIdentifier |
| Modifier and Type | Field and Description |
|---|---|
static ComponentIdentifier |
SchedulerMessageSource.SCHEDULER_MESSAGE_SOURCE_IDENTIFIER
ComponentIdentifier of an scheduler message source. |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.