public class ODataPostOperation extends ODataOperation
entity
Constructor and Description |
---|
ODataPostOperation() |
Modifier and Type | Method and Description |
---|---|
WmRecord |
execute(WmManagedConnection connection,
WmRecord input)
Executes this adapter service template, with the specified connection and input record.
|
fillWmTemplateDescriptor, getEntity, setEntity
_setNodeReference, accessPipeline, configureIOProperties, execute, getConnectionProperties, getConnectionSpec, getDesignTimeLocale, inputRecordName, outputRecordName, populateMetadata, releaseConnection, retrieveConnection, serviceName, setDesignTimeLocale, setSignatureProperties, useConnection
public WmRecord execute(WmManagedConnection connection, WmRecord input) throws javax.resource.ResourceException
WmAdapterService
execute
in class WmAdapterService
connection
- the connection that the adapter service should use to run.input
- the record containing the input data the adapter service should use.javax.resource.ResourceException
- an instance of AdapterException
. Adapter writers should throw an AdapterException
or any of its subclasses if an error is encountered during the service execution.WmManagedConnection
,
WmRecord
,
AdapterException
Copyright © 2003 - 2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.