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 Field

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


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

public class Field
extends java.lang.Object

Constructor Summary
Field()
          Deprecated.  

 

Method Summary
 java.lang.String getDisplayResourceKey()
          Deprecated. Returns resource key of the field
 java.lang.String getXpath()
          Deprecated.  
 boolean isEditable()
          Deprecated.  
 void setDisplayResourceKey(java.lang.String key)
          Deprecated. To set the resource key of the field
 void setEditable(boolean editable)
          Deprecated.  
 void setXpath(java.lang.String xpath)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  

 

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

 

Constructor Detail

Field

public Field()
Deprecated. 

Method Detail

getXpath

public java.lang.String getXpath()
Deprecated. 
Returns:
xpath of this field

setXpath

public void setXpath(java.lang.String xpath)
Deprecated. 
Parameters:
xpath - xpath of this field

isEditable

public boolean isEditable()
Deprecated. 
Returns:
if the field is editable in html view

setEditable

public void setEditable(boolean editable)
Deprecated. 
Parameters:
editable - if the field is editable in html view

setDisplayResourceKey

public void setDisplayResourceKey(java.lang.String key)
Deprecated. 
To set the resource key of the field
Parameters:
key -

getDisplayResourceKey

public java.lang.String getDisplayResourceKey()
Deprecated. 
Returns resource key of the field

toString

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

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.