Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.domain.runtime.sequence.finder
Interface IOdiStandardSequenceValueFinder

All Superinterfaces:
IFinder

public interface IOdiStandardSequenceValueFinder
extends IFinder

Finder interface for OdiStandardSequence entity.


Method Summary
 OdiStandardSequenceValue findByName(java.lang.String name, java.lang.String contextCode)
          Returns the OdiStandardSequence instance with specified name and context's code.
 
Methods inherited from interface oracle.odi.domain.finder.IFinder
findAll, findById, findByIds
 

Method Detail

findByName

OdiStandardSequenceValue findByName(java.lang.String name,
                                    java.lang.String contextCode)
Returns the OdiStandardSequence instance with specified name and context's code.

Parameters:
name - name of the sequence
contextCode - context's code
Returns:
OdiStandardSequence instance

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

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