Class OperationCall

java.lang.Object
org.mule.datasense.impl.model.operation.OperationCall

public class OperationCall extends Object
  • Constructor Details

    • OperationCall

      public OperationCall(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 Details

    • getName

      public String getName()
    • getInputMappings

      public Stream<InputMapping> getInputMappings()
    • getInputMapping

      public Optional<InputMapping> getInputMapping(String parameterName)
    • getReturnType

      public org.mule.metadata.api.model.MetadataType getReturnType()
    • getTarget

      public Optional<String> getTarget()
    • getTargetValueExpression

      public String getTargetValueExpression()
    • getOutputMimeType

      public String getOutputMimeType()
    • getErrorModels

      public Set<org.mule.runtime.api.meta.model.error.ErrorModel> getErrorModels()