public class SomeOps extends Object
| Constructor and Description |
|---|
SomeOps() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Object> |
inputStreamConsumingOperation(org.mule.runtime.api.metadata.TypedValue<InputStream> value)
An operation to test the ByteArray to InputStream value transformation.
|
SomeParameterGroupOneRequiredConfig |
oneRequiredParameterResolverOperation(SomeParameterGroupOneRequiredConfig oneParameterGroup)
An operation to test an use-case of a exclusive-optionals
|
SomeParameterGroupOneRequiredConfig |
oneRequiredParameterResolverOperationDslTrue(SomeParameterGroupOneRequiredConfig oneParameterGroup)
An operation to test an use-case of a ParameterGroup shown as a child-element of the operation xml definition, with a
|
Map<String,String> |
repeatedParameterName(ComplexParameter pojoParameter,
SomeParameterGroupOneRequiredConfig oneParameterGroup)
An operation to test an use-case of a exclusive-optionals
|
Map<String,String> |
repeatedParameterNameDslTrue(ComplexParameter pojoParameter,
SomeParameterGroupOneRequiredConfig oneParameterGroup)
An operation to test an use-case of a exclusive-optionals
|
ParameterGroupConfig |
retrieveConfiguration(ParameterGroupConfig config) |
ZonedDateTime |
retrieveZonedDateTime(ZonedDateTime zonedDateTime) |
void |
someOp(String conn,
ParameterGroupConfig ext) |
public void someOp(@Connection
String conn,
@Config
ParameterGroupConfig ext)
public ParameterGroupConfig retrieveConfiguration(@Config ParameterGroupConfig config)
public ZonedDateTime retrieveZonedDateTime(ZonedDateTime zonedDateTime)
public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Object> inputStreamConsumingOperation(@Content org.mule.runtime.api.metadata.TypedValue<InputStream> value)
value - the value for the operation to consumepublic SomeParameterGroupOneRequiredConfig oneRequiredParameterResolverOperationDslTrue(@ParameterGroup(name="Awesome Parameter Group",showInDsl=true) SomeParameterGroupOneRequiredConfig oneParameterGroup)
oneParameterGroup - some test operation config with a isOneRequired exclusive-optional configurationpublic Map<String,String> repeatedParameterName(ComplexParameter pojoParameter, @ParameterGroup(name="Awesome Parameter Group") SomeParameterGroupOneRequiredConfig oneParameterGroup)
public Map<String,String> repeatedParameterNameDslTrue(ComplexParameter pojoParameter, @ParameterGroup(name="Awesome Parameter Group",showInDsl=true) SomeParameterGroupOneRequiredConfig oneParameterGroup)
public SomeParameterGroupOneRequiredConfig oneRequiredParameterResolverOperation(@ParameterGroup(name="Awesome Parameter Group") SomeParameterGroupOneRequiredConfig oneParameterGroup)
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.