public class ImmutableOperationModel extends AbstractComponentModel implements org.mule.runtime.api.meta.model.operation.OperationModel
OperationModeldescription, modelProperties| Constructor and Description |
|---|
ImmutableOperationModel(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 blocking,
org.mule.runtime.api.meta.model.ExecutionType executionType,
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,
Set<org.mule.runtime.api.meta.model.Stereotype> stereotypes,
Set<org.mule.runtime.api.meta.model.ModelProperty> modelProperties)
Creates a new instance with the given state
|
| Modifier and Type | Method and Description |
|---|---|
Set<org.mule.runtime.api.meta.model.error.ErrorModel> |
getErrorModels() |
org.mule.runtime.api.meta.model.ExecutionType |
getExecutionType() |
boolean |
isBlocking() |
getOutput, getOutputAttributes, getStereotypes, isTransactional, requiresConnection, supportsStreaminggetParameterGroupModelscheckArgument, equals, getDisplayModel, getName, hashCode, toStringcopy, copy, getDescription, getModelProperties, getModelPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, getOutputAttributesgetOutput, getStereotypes, isTransactional, requiresConnection, supportsStreaminggetModelProperties, getModelPropertypublic ImmutableOperationModel(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 blocking, org.mule.runtime.api.meta.model.ExecutionType executionType, 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, Set<org.mule.runtime.api.meta.model.Stereotype> stereotypes, Set<org.mule.runtime.api.meta.model.ModelProperty> modelProperties)
name - the operation's name. Cannot be blankdescription - the operation's descriptorparameterGroupModels - a List with the operation's parameter group modelsoutput - an OutputModel which represents the operation's output contentoutputAttributes - an OutputModel which represents the attributes on the output Messageblocking - whether this operation executes in a blocking mannerexecutionType - describes the type of processing this operation performsrequiresConnection - whether this component requires connectivitytransactional - whether this component supports transactionssupportsStreaming - whether this component supports streamingdisplayModel - a model which contains directive about how this operation is displayed in the UIerrors - A Set with all the ErrorModel that are declared to be thrown by
the operationstereotypes - A Set of stereotypesmodelProperties - A Set of custom properties which extend this modelIllegalArgumentException - if name is blank or executorFactory is nullpublic Set<org.mule.runtime.api.meta.model.error.ErrorModel> getErrorModels()
getErrorModels in interface org.mule.runtime.api.meta.model.error.ThrowsErrorspublic boolean isBlocking()
isBlocking in interface org.mule.runtime.api.meta.model.operation.OperationModelpublic org.mule.runtime.api.meta.model.ExecutionType getExecutionType()
getExecutionType in interface org.mule.runtime.api.meta.model.operation.OperationModelCopyright © 2017 MuleSoft, Inc.. All rights reserved.