public final class ImmutableScopeModel extends ImmutableOperationModel implements org.mule.runtime.api.meta.model.operation.ScopeModel
ScopeModeldescription, modelProperties| Constructor and Description |
|---|
ImmutableScopeModel(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
|
getErrorModels, getExecutionType, isBlockinggetOutput, getOutputAttributes, getStereotypes, isTransactional, requiresConnection, supportsStreaminggetParameterGroupModelscheckArgument, equals, getDisplayModel, getName, hashCode, toStringcopy, copy, getDescription, getModelProperties, getModelPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExecutionType, getOutputAttributes, isBlockinggetOutput, getStereotypes, isTransactional, requiresConnection, supportsStreaminggetModelProperties, getModelPropertygetAllParameterModels, getParameterGroupModelspublic ImmutableScopeModel(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 scope's name. Cannot be blankdescription - the scope's descriptorparameterGroupModels - a List with the scope's parameter group modelsoutput - an OutputModel which represents the scope'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 nullCopyright © 2017 MuleSoft, Inc.. All rights reserved.