Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


oracle.imaging
Class Application.WorkflowConfig.PayloadItem

java.lang.Object
  extended by oracle.imaging.Application.WorkflowConfig.PayloadItem

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Application.WorkflowConfig

public static class Application.WorkflowConfig.PayloadItem
extends java.lang.Object
implements java.io.Serializable

Represents an element of a payload and the value to map to it. A value is specified as a mapping function.

See Also:
Serialized Form

Constructor Summary
Application.WorkflowConfig.PayloadItem()
           

 

Method Summary
 java.lang.String getKey()
          Return the key for the payload mappping.
 WorkflowFunction getMappingFunction()
          Returns the mapping function for the payload item.
 java.lang.String getValue()
          Return the value parameter for the payload item.
 java.lang.String getXmlType()
          Returns the XML type for the payload mapping.
 void setKey(java.lang.String key)
          Set a key that represents the payload item.
 void setMappingFunction(WorkflowFunction aMappingFunction)
          Sets the mapping function for the payload item.
 void setValue(java.lang.String mapping)
          Set the value parameter for those mapping functinos that require a value parameter.
 void setXmlType(java.lang.String xmlType)
          Sets the XML type for the element.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Application.WorkflowConfig.PayloadItem

public Application.WorkflowConfig.PayloadItem()

Method Detail

setKey

public void setKey(java.lang.String key)
Set a key that represents the payload item. The key is created from the XML element's hierarchy, using a period (.) as the delimiter between elements. For exmple, if the WSDL specifies that the payload should be:
 <root>
   <child1>value one</child1>
   <child2>value two</child2>
 </root>
 
then the key for child1 is root.child1.
Parameters:
key -

getKey

public java.lang.String getKey()
Return the key for the payload mappping.
Returns:
See Also:
setKey(java.lang.String)

setXmlType

public void setXmlType(java.lang.String xmlType)
Sets the XML type for the element. The XML type is used to determine which Workflow Functions can be mapped to that type. The XML type is specified by the schema in the WSDL. The following XML types are supported:
Parameters:
xmlType -

getXmlType

public java.lang.String getXmlType()
Returns the XML type for the payload mapping.
Returns:
See Also:
setXmlType(java.lang.String)

setMappingFunction

public void setMappingFunction(WorkflowFunction aMappingFunction)
Sets the mapping function for the payload item.
Parameters:
aMappingFunction -

getMappingFunction

public WorkflowFunction getMappingFunction()
Returns the mapping function for the payload item.
Returns:
See Also:
setMappingFunction(oracle.imaging.WorkflowFunction)

setValue

public void setValue(java.lang.String mapping)
Set the value parameter for those mapping functinos that require a value parameter.
Parameters:
mapping -
See Also:
WorkflowFunction

getValue

public java.lang.String getValue()
Return the value parameter for the payload item.
Returns:
See Also:
setValue(java.lang.String)

Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.