Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.1.0)
E17494-02

oracle.alm.connector.data
Class ListItem

java.lang.Object
  extended by oracle.alm.connector.data.ListItem

public class ListItem
extends java.lang.Object

The ListItem holds the list of data in a UI component like radioGroup, picklist(Choice), list etc.

Since:
11.1.1.1.0
See Also:
WorkItemConnector

Constructor Summary
ListItem()
          Constructs an empty list
ListItem(java.util.Map<java.lang.Object,java.lang.String> entries)
          Constructs a list of item with specified information in the map.
 
Method Summary
 java.util.Map<java.lang.Object,java.lang.String> getListEntries()
          Retrieves the list content
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListItem

public ListItem()
Constructs an empty list


ListItem

public ListItem(java.util.Map<java.lang.Object,java.lang.String> entries)
Constructs a list of item with specified information in the map.

Method Detail

getListEntries

public java.util.Map<java.lang.Object,java.lang.String> getListEntries()
Retrieves the list content

Returns:
the map that holds the item list

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.1.0)
E17494-02

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