Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.server
Class PayloadDef

java.lang.Object
  extended by oracle.jbo.server.PayloadDef

public class PayloadDef
extends java.lang.Object


Method Summary
 java.util.Iterator getItems()
          Returns the list of payload items for the payload definition.
 java.lang.String getName()
          Returns the name of the payload definition.
 int getNumItems()
          Gets the number of payload items for this payload definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getItems

public java.util.Iterator getItems()
Returns the list of payload items for the payload definition. A payload item specifies an attribute that is to be part of the payload and contains parameters that indicate how it is to be processed when constructing the actual payload when raising an event.

Returns:
the list of payload items for the payload definition.

getNumItems

public int getNumItems()
Gets the number of payload items for this payload definition.

Returns:
the number of payload items for this payload definition.

getName

public java.lang.String getName()
Returns the name of the payload definition. The payload definition may be referenced by multiple event definitions in an entity definition.

Returns:
the name of the payload definition.

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

Copyright © 1997, 2011, Oracle. All rights reserved.