Skip navigation links

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

E17060-04


Uses of Class
oracle.odi.domain.marker.OdiMarkerGroup

Packages that use OdiMarkerGroup
oracle.odi.domain.marker.finder This package contains Oracle Data Integrator Finder interfaces for marker and its related objects.
 

 

Uses of OdiMarkerGroup in oracle.odi.domain.marker.finder

 

Methods in oracle.odi.domain.marker.finder that return OdiMarkerGroup
 OdiMarkerGroup IOdiMarkerGroupFinder.findByCode(java.lang.String pCode, java.lang.String pProjectCode)
          Return OdiMarkerGroup matching the specified code present in the specified project.
 OdiMarkerGroup IOdiMarkerGroupFinder.findGlobalByCode(java.lang.String pCode)
          Find a global marker group by code.

 

Methods in oracle.odi.domain.marker.finder that return types with arguments of type OdiMarkerGroup
 java.util.Collection<OdiMarkerGroup> IOdiMarkerGroupFinder.findAllGlobals()
          Find all global marker groups.
 java.util.Collection<OdiMarkerGroup> IOdiMarkerGroupFinder.findByProject(java.lang.String pProjectCode)
          Find all marker groups in this project.

 


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.