Class OperationCall
java.lang.Object
org.mule.datasense.impl.model.operation.OperationCall
-
Constructor Summary
ConstructorsConstructorDescriptionOperationCall(String name, Stream<InputMapping> inputMappings, Set<org.mule.runtime.api.meta.model.error.ErrorModel> errorModelSet, org.mule.metadata.api.model.MetadataType returnType, String target, String targetValueExpression, String outputMimeType) -
Method Summary
Modifier and TypeMethodDescriptionSet<org.mule.runtime.api.meta.model.error.ErrorModel>getInputMapping(String parameterName) getName()org.mule.metadata.api.model.MetadataType
-
Constructor Details
-
OperationCall
-
-
Method Details
-
getName
-
getInputMappings
-
getInputMapping
-
getReturnType
public org.mule.metadata.api.model.MetadataType getReturnType() -
getTarget
-
getTargetValueExpression
-
getOutputMimeType
-
getErrorModels
-