Skip navigation links


oracle.iam.grc.sod.vo
Class LookupResultSet

java.lang.Object
  extended by oracle.iam.grc.sod.vo.LookupResultSet

All Implemented Interfaces:
java.io.Serializable, java.util.Iterator

public class LookupResultSet
extends java.lang.Object
implements java.util.Iterator, java.io.Serializable

This class represents the result of a lookup operation on the SoD engine. Its design is based on the design pattern 'Internal Iterator'. This class will be utilized by the 'lookup' operation of class @see SoDAnalysisExecutionOper to structure the result of the executed lookup operations.

See Also:
Serialized Form

Constructor Summary
LookupResultSet()
           

 

Method Summary
 java.lang.String[] getMetadata()
           
 java.util.List getRecords()
           
 boolean hasNext()
           
static void main(java.lang.String[] args)
           
 java.lang.Object next()
           
 void remove()
           
 void setMetadata(java.lang.String[] metadata)
           
 void setRecords(java.util.List records)
           

 

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

 

Constructor Detail

LookupResultSet

public LookupResultSet()

Method Detail

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

main

public static void main(java.lang.String[] args)
Parameters:
args -

getMetadata

public java.lang.String[] getMetadata()
Returns:
Returns the metadata.

setMetadata

public void setMetadata(java.lang.String[] metadata)
Parameters:
metadata - The metadata to set.

getRecords

public java.util.List getRecords()
Returns:
Returns the records.

setRecords

public void setRecords(java.util.List records)
Parameters:
records - The records to set.

Skip navigation links


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