Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


oracle.tip.pc.api.worklist.payload
Class Form

java.lang.Object
  extended by oracle.tip.pc.api.worklist.payload.Form


Deprecated. Replaced by classes in oracle.bpel.services.workflow package

public class Form
extends java.lang.Object

Constructor Summary
Form()
          Deprecated.  

 

Method Summary
 void addField(Field field)
          Deprecated.  
 void addNamespace(java.lang.String localName, java.lang.String url)
          Deprecated.  
 Field getField(java.lang.String xpath)
          Deprecated. does a string equals comparison on xpath to get the field
 java.util.Map getFields()
          Deprecated. get all fields in this form keyed by field id's (i.e.
 java.lang.String getNamespace(java.lang.String localName)
          Deprecated.  
 java.util.Set getNamespaceLocalNames()
          Deprecated. namespace map is a map keyed by the localNames of the namespaces with namespace urls as their values
 java.util.Map getNamespaceMap()
          Deprecated. namespace map is a map keyed by the localNames of the namespaces with namespace urls as their values
 boolean isXmlEditable()
          Deprecated.  
 void removeField(java.lang.String xpath)
          Deprecated.  
 void removeNamespace(java.lang.String localName)
          Deprecated.  
 void setNamespaceMap(java.util.Map namespaces)
          Deprecated. namespace map is a map keyed by the localNames of the namespaces with namespace urls as their values
 void setShowXmlView(boolean showXmlView)
          Deprecated.  
 void setXmlEditable(boolean xmlEditable)
          Deprecated.  
 boolean showXmlView()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  

 

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

 

Constructor Detail

Form

public Form()
Deprecated. 

Method Detail

getNamespaceMap

public java.util.Map getNamespaceMap()
Deprecated. 
namespace map is a map keyed by the localNames of the namespaces with namespace urls as their values
Returns:

getNamespaceLocalNames

public java.util.Set getNamespaceLocalNames()
Deprecated. 
namespace map is a map keyed by the localNames of the namespaces with namespace urls as their values
Returns:

setNamespaceMap

public void setNamespaceMap(java.util.Map namespaces)
Deprecated. 
namespace map is a map keyed by the localNames of the namespaces with namespace urls as their values
Parameters:
namespace - map

addNamespace

public void addNamespace(java.lang.String localName,
                         java.lang.String url)
Deprecated. 
Parameters:
url -
localName -

getNamespace

public java.lang.String getNamespace(java.lang.String localName)
Deprecated. 
Parameters:
localName -
Returns:

removeNamespace

public void removeNamespace(java.lang.String localName)
Deprecated. 
Parameters:
shortName -

getFields

public java.util.Map getFields()
Deprecated. 
get all fields in this form keyed by field id's (i.e. xpath), values are in Field type
Returns:
fields in a map

getField

public Field getField(java.lang.String xpath)
Deprecated. 
does a string equals comparison on xpath to get the field
Parameters:
xpath -
Returns:
Field

addField

public void addField(Field field)
Deprecated. 
Parameters:
field -

removeField

public void removeField(java.lang.String xpath)
Deprecated. 
Parameters:
xpath -

setXmlEditable

public void setXmlEditable(boolean xmlEditable)
Deprecated. 
Parameters:
xmlEditable -

isXmlEditable

public boolean isXmlEditable()
Deprecated. 
Returns:

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object

setShowXmlView

public void setShowXmlView(boolean showXmlView)
Deprecated. 

showXmlView

public boolean showXmlView()
Deprecated. 

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


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