JavaScript is disabled on your browser.
Oracle® Fusion Middleware Java API Reference for Oracle Data Integrator 12c (12.2.1.4.0) E95638-01
public class OutputSignature
extends SignatureComponentDelegate
OutputSignature is a mapping component used in processing the output of a reusable mapping. Reusable mappings may contain zero or more output
signature components. OutputSignature components may only be used in reusable mappings.
Since:
12.1.2.0.0
Constructor Summary
Constructors
Constructor and Description
OutputSignature (MapComponentOwner pOwner,
java.lang.String pName)
Constructs a new persistent output signature component.
Method Summary
Methods inherited from class oracle.odi.domain.mapping.component.DefaultDelegate
customInvalidateExpressions , customSyncComponent , getBlockExpressionReferencedAttributes , getBlockExpressionReferencedAttributesWithPath , getExecuteOnHint , getExecuteOnHintString , getIntegrationType , getNextAvailableInput , getNextAvailableInput , getNextAvailableOutput , isAddInputConnectorPointAllowed , isAddOutputConnectorPointAllowed , isPassive , setExecuteOnHint , setExecuteOnHintByString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
OutputSignature
public OutputSignature(MapComponentOwner pOwner,
java.lang.String pName)
throws MappingException ,
AdapterException
Constructs a new persistent output signature component.
Parameters:
pOwner
- The component owner that will own the new component.
pName
- The name for the new component.
Throws:
MapComponentException
AdapterException
MappingException
Oracle® Fusion Middleware Java API Reference for Oracle Data Integrator 12c (12.2.1.4.0) E95638-01
Copyright © 2010, 2019, Oracle and/or its affiliates. All rights reserved.