Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.server
Class PayloadDef

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

public class PayloadDef
extends java.lang.Object


Field Summary
static java.lang.Class CLASS_INSTANCE
           
 
Method Summary
 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE
Method Detail

getItems

public 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 Mobile Client
11g Release 1 (11.1.1)

E17503-02

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