public abstract class AbstractExecutableComponentModel extends AbstractComponentModel implements org.mule.runtime.api.meta.model.ConnectableComponentModel
ComponentModeldescription, modelProperties| Modifier | Constructor and Description |
|---|---|
protected |
AbstractExecutableComponentModel(String name,
String description,
List<org.mule.runtime.api.meta.model.parameter.ParameterGroupModel> parameterGroupModels,
org.mule.runtime.api.meta.model.OutputModel output,
org.mule.runtime.api.meta.model.OutputModel outputAttributes,
boolean requiresConnection,
boolean transactional,
boolean supportsStreaming,
org.mule.runtime.api.meta.model.display.DisplayModel displayModel,
Set<org.mule.runtime.api.meta.model.error.ErrorModel> errors,
org.mule.runtime.api.meta.model.stereotype.StereotypeModel stereotype,
Set<org.mule.runtime.api.meta.model.ModelProperty> modelProperties,
List<? extends org.mule.runtime.api.meta.model.nested.NestableElementModel> nestedComponents)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.meta.model.OutputModel |
getOutput() |
org.mule.runtime.api.meta.model.OutputModel |
getOutputAttributes() |
boolean |
isTransactional() |
boolean |
requiresConnection() |
boolean |
supportsStreaming() |
getErrorModels, getNestedComponentsgetStereotypegetParameterGroupModelscheckArgument, equals, getDisplayModel, getName, hashCode, toStringcopy, copy, getDescription, getModelProperties, getModelPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAllParameterModels, getParameterGroupModelsgetNestedComponentsgetStereotypegetModelProperties, getModelPropertyprotected AbstractExecutableComponentModel(String name, String description, List<org.mule.runtime.api.meta.model.parameter.ParameterGroupModel> parameterGroupModels, org.mule.runtime.api.meta.model.OutputModel output, org.mule.runtime.api.meta.model.OutputModel outputAttributes, boolean requiresConnection, boolean transactional, boolean supportsStreaming, org.mule.runtime.api.meta.model.display.DisplayModel displayModel, Set<org.mule.runtime.api.meta.model.error.ErrorModel> errors, org.mule.runtime.api.meta.model.stereotype.StereotypeModel stereotype, Set<org.mule.runtime.api.meta.model.ModelProperty> modelProperties, List<? extends org.mule.runtime.api.meta.model.nested.NestableElementModel> nestedComponents)
name - the model's namedescription - the model's descriptionparameterGroupModels - a List with the source's parameter group modelsoutput - an OutputModel which represents the component's output contentoutputAttributes - an OutputModel which represents the component's attributes on the output MessagerequiresConnection - whether this component requires connectivitytransactional - whether this component supports transactionssupportsStreaming - whether this component supports streamingdisplayModel - a model which contains directive about how this component is displayed in the UIstereotype - the stereotype of this componentmodelProperties - A Set of custom properties which extend this modelnestedComponents - a List with the components contained by this modelIllegalArgumentException - if name is blankpublic org.mule.runtime.api.meta.model.OutputModel getOutput()
getOutput in interface org.mule.runtime.api.meta.model.HasOutputModelpublic org.mule.runtime.api.meta.model.OutputModel getOutputAttributes()
getOutputAttributes in interface org.mule.runtime.api.meta.model.HasOutputModelpublic boolean isTransactional()
isTransactional in interface org.mule.runtime.api.meta.model.ConnectableComponentModelpublic boolean requiresConnection()
requiresConnection in interface org.mule.runtime.api.meta.model.ConnectableComponentModelpublic boolean supportsStreaming()
supportsStreaming in interface org.mule.runtime.api.meta.model.ConnectableComponentModelCopyright © 2017 MuleSoft, Inc.. All rights reserved.