|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
oracle.imaging.Application.WorkflowConfig.PayloadItem
public static class Application.WorkflowConfig.PayloadItem
Represents an element of a payload and the value to map to it. A value is specified as a mapping function.
| 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 |
|---|
public Application.WorkflowConfig.PayloadItem()
| Method Detail |
|---|
public void setKey(java.lang.String key)
<root> <child1>value one</child1> <child2>value two</child2> </root>then the key for child1 is
root.child1.key -public java.lang.String getKey()
setKey(java.lang.String)public void setXmlType(java.lang.String xmlType)
xmlType -public java.lang.String getXmlType()
setXmlType(java.lang.String)public void setMappingFunction(WorkflowFunction aMappingFunction)
aMappingFunction -public WorkflowFunction getMappingFunction()
setMappingFunction(oracle.imaging.WorkflowFunction)public void setValue(java.lang.String mapping)
mapping -WorkflowFunctionpublic java.lang.String getValue()
setValue(java.lang.String)
|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||