Skip navigation links

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

E17060-04


oracle.odi.domain.marker.finder
Interface IOdiMarkerGroupFinder

All Superinterfaces:
IFinder

public interface IOdiMarkerGroupFinder
extends IFinder

Finder interface for OdiMarkerGroup entity.

Since:
11.1.1.7.0

Method Summary
 java.util.Collection<OdiMarkerGroup> findAllGlobals()
          Find all global marker groups.
 OdiMarkerGroup findByCode(java.lang.String pCode, java.lang.String pProjectCode)
          Return OdiMarkerGroup matching the specified code present in the specified project.
 java.util.Collection<OdiMarkerGroup> findByProject(java.lang.String pProjectCode)
          Find all marker groups in this project.
 OdiMarkerGroup findGlobalByCode(java.lang.String pCode)
          Find a global marker group by code.

 

Methods inherited from interface oracle.odi.domain.finder.IFinder
findAll, findById, findByIds

 

Method Detail

findAllGlobals

java.util.Collection<OdiMarkerGroup> findAllGlobals()
Find all global marker groups.
Returns:
all global marker groups

findGlobalByCode

OdiMarkerGroup findGlobalByCode(java.lang.String pCode)
Find a global marker group by code.
Parameters:
pCode - Code of marker group
Returns:
OdiMarkerGroup
Throws:
DomainRuntimeException - if pCode is null or empty.

findByCode

OdiMarkerGroup findByCode(java.lang.String pCode,
                          java.lang.String pProjectCode)
Return OdiMarkerGroup matching the specified code present in the specified project.
Parameters:
pCode - Code of marker group
pProjectCode - Code of project
Returns:
OdiMarkerGroup found
Throws:
DomainRuntimeException - if pCode or pProjectCode is null or empty.

findByProject

java.util.Collection<OdiMarkerGroup> findByProject(java.lang.String pProjectCode)
Find all marker groups in this project.
Parameters:
pProjectCode - the project code of the project for which we want the marker groups
Returns:
the list of marker groups for this project
Throws:
DomainRuntimeException - if pProjectCode is null or empty.

Skip navigation links

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

E17060-04


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