Skip navigation links

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

E17060-02

A B C D E F G H I J K L M N O P R S T U V W X Z


F

Filter - Class in oracle.odi.domain.project.interfaces
This class represents a filter in an interface.
Filter(DataSet, String, Filter.FilterType, OdiInterface.ExecutionLocation) - Constructor for class oracle.odi.domain.project.interfaces.Filter
Internal use only Builds a filter clause in the parent dataset using the specified SQL expression text, clause type (normal or journalized) and the desired execution location.
Filter.FilterType - Enum in oracle.odi.domain.project.interfaces
Types of filter for a filter clause.
filterOnReadPermission(Collection) - Method in class oracle.odi.core.security.SecurityManager
This methods returns a copy of pCollection in which the objects for which current authenticated user does not have PermissionType.READ permission have been filtered out.
find() - Method in interface oracle.odi.domain.topology.finder.IOdiMasterRepositoryInfoFinder
Gets the ODI master repository info from master repository itself.
findAll(Class) - Method in interface oracle.odi.core.persistence.IOdiEntityManager
Find all the entity instances of the given class from the ODI instance that manager belongs to.
findAll() - Method in interface oracle.odi.domain.finder.IFinder
Find all objects for this finder type.
findAllGlobals() - Method in interface oracle.odi.domain.project.finder.IOdiSequenceFinder
Find all global sequences.
findAllGlobals() - Method in interface oracle.odi.domain.project.finder.IOdiUserFunctionFinder
Find all global user functions.
findAllGlobals() - Method in interface oracle.odi.domain.project.finder.IOdiVariableFinder
Find all global variables.
findByCode(String) - Method in interface oracle.odi.domain.model.finder.IOdiModelFinder
Finds a model by the model's code.
findByCode(String, String) - Method in interface oracle.odi.domain.model.finder.IOdiSubModelFinder
Find OdiSubModel by sub model code and parent model code.
findByCode(String) - Method in interface oracle.odi.domain.project.finder.IOdiProjectFinder
Return the OdiProject instance defined by this code.
findByCode(String) - Method in interface oracle.odi.domain.topology.finder.IOdiContextFinder
Find an OdiContext using the given code.
findByCode(String) - Method in interface oracle.odi.domain.topology.finder.IOdiFlexFieldFinder
Find the flex field matching the given code.
findByCode(String) - Method in interface oracle.odi.domain.topology.finder.IOdiTechnologyFinder
Find an OdiTechnology with the given internal name.
findByContext(String) - Method in interface oracle.odi.domain.topology.finder.IOdiContextualAgentMappingFinder
Finds all OdiContextualAgentMappings that are defined within the given context code.
findByContext(String) - Method in interface oracle.odi.domain.topology.finder.IOdiContextualSchemaMappingFinder
Finds all OdiContextualSchemaMappings that are defined within the given context code.
findByCriteria(OdiLoadPlanInstanceRunCriteria, int) - Method in interface oracle.odi.domain.runtime.lpi.finder.IOdiLoadPlanInstanceRunFinder
Search the OdiLoadPlanInstanceRun matching the criteria
findByCriteria(OdiSessionCriteria, int) - Method in interface oracle.odi.domain.runtime.session.finder.IOdiSessionFinder
Returns collection of OdiSession instances matching given criteria.
findByDataServer(String) - Method in interface oracle.odi.domain.topology.finder.IOdiPhysicalAgentDataSourceFinder
Find OdiPhysicalAgentDataSource by data server (name).
findByDataStore(Number) - Method in interface oracle.odi.domain.model.finder.IOdiPartitionFinder
Find OdiPartition by data store id.
findByDefaultTechnologiesPair(String, String, String) - Method in interface oracle.odi.domain.project.finder.IOdiKMFinder
Find from design time repository and given ODI Project, an unmodifiable collection of OdiKMs that have the following default source and target technologies.
findByEntityClass(Class<IFlexFieldUser>) - Method in interface oracle.odi.domain.topology.finder.IOdiFlexFieldFinder
Deprecated. replaced by IOdiFlexFieldFinder.findByEntityClass(Class, Collection)
findByEntityClass(Class<IFlexFieldUser>, String) - Method in interface oracle.odi.domain.topology.finder.IOdiFlexFieldFinder
Deprecated. replaced by IOdiFlexFieldFinder.findByEntityClass(Class, Collection)
findByEntityClass(Class<IFlexFieldUser>, Collection<OdiTechnology>) - Method in interface oracle.odi.domain.topology.finder.IOdiFlexFieldFinder
Get the collection of OdiFlexFields supporting one of the specified OdiTechnology and that are related to the specified entity type.
findById(Class, Serializable) - Method in interface oracle.odi.core.persistence.IOdiEntityManager
Find the entity instance of the given class and with the given identifier / primary key from the ODI instance that manager belongs to.
findById(Serializable) - Method in interface oracle.odi.domain.finder.IFinder
Find finder type object by internal object id.
findByIds(Collection) - Method in interface oracle.odi.domain.finder.IFinder
Find finder type objects using a collection of internal id's.
findByLogicalAgent(String) - Method in interface oracle.odi.domain.topology.finder.IOdiContextualAgentMappingFinder
Finds all OdiContextualAgentMappings that are defined for the given logical agent name.
findByLogicalAgent(String, String) - Method in interface oracle.odi.domain.topology.finder.IOdiContextualAgentMappingFinder
Finds an OdiContextualAgentMapping that is defined for the given context code and logical schema name.
findByLogicalSchema(String) - Method in interface oracle.odi.domain.topology.finder.IOdiContextualSchemaMappingFinder
Finds all OdiContextualSchemaMappings that are defined for the given logical schema name.
findByLogicalSchema(String, String) - Method in interface oracle.odi.domain.topology.finder.IOdiContextualSchemaMappingFinder
Finds an OdiContextualSchemaMapping that is defined for the given context code and logical schema name.
findByName(String, Number) - Method in interface oracle.odi.domain.model.finder.IOdiColumnFinder
Find OdiColumn by name and data store id.
findByName(String, String) - Method in interface oracle.odi.domain.model.finder.IOdiConditionFinder
Find OdiCondition by name and model code.
findByName(String, String) - Method in interface oracle.odi.domain.model.finder.IOdiDataStoreFinder
Find OdiDataStore by name and model code.
findByName(String, Number) - Method in interface oracle.odi.domain.model.finder.IOdiKeyFinder
Find OdiKey by name and data store id.
findByName(String) - Method in interface oracle.odi.domain.model.finder.IOdiModelFolderFinder
Find OdiModelFolder by name.
findByName(String, String) - Method in interface oracle.odi.domain.model.finder.IOdiModelFolderFinder
Finds OdiModelFolder by name and parent model folder name.
findByName(String, Number) - Method in interface oracle.odi.domain.model.finder.IOdiPartitionFinder
Find OdiPartition by name and data store id.
findByName(String, Number) - Method in interface oracle.odi.domain.model.finder.IOdiReferenceFinder
Find the OdiReference by name and the primary data store id.
findByName(String) - Method in interface oracle.odi.domain.project.finder.IOdiFolderFinder
Find all OdiFolders named pName.
findByName(String, String) - Method in interface oracle.odi.domain.project.finder.IOdiFolderFinder
Find all OdiFolders named pName belonging to the given Project.
findByName(String, String) - Method in interface oracle.odi.domain.project.finder.IOdiInterfaceFinder
Return OdiInterfaces matching the specified name present in the project.
findByName(String, String, String) - Method in interface oracle.odi.domain.project.finder.IOdiInterfaceFinder
Return OdiInterfaces matching the specified name present in the project and specified folder.
findByName(String) - Method in interface oracle.odi.domain.project.finder.IOdiKMFinder
Find the OdiKMs matching the specified name.
findByName(String, String) - Method in interface oracle.odi.domain.project.finder.IOdiKMFinder
Return OdiKMs matching the specified name present in the specified project.
findByName(String) - Method in interface oracle.odi.domain.project.finder.IOdiPackageFinder
Find the OdiPackages matching the specified name.
findByName(String, String) - Method in interface oracle.odi.domain.project.finder.IOdiPackageFinder
Return OdiPackages matching the specified name present in the specified project.
findByName(String, String, String) - Method in interface oracle.odi.domain.project.finder.IOdiPackageFinder
Return OdiPackages matching the specified name present in the specified project and folder.
findByName(String, String) - Method in interface oracle.odi.domain.project.finder.IOdiSequenceFinder
Return OdiSequences matching the specified name present in the specified project.
findByName(String) - Method in interface oracle.odi.domain.project.finder.IOdiSKMFinder
Find the OdiKMs matching the specified name.
findByName(String, String) - Method in interface oracle.odi.domain.project.finder.IOdiSKMFinder
Return OdiKMs matching the specified name present in the specified project.
findByName(String) - Method in interface oracle.odi.domain.project.finder.IOdiUserProcedureFinder
Find the OdiUserProcedures matching the specified name.
findByName(String, String) - Method in interface oracle.odi.domain.project.finder.IOdiUserProcedureFinder
Return OdiUserProcedures matching the specified name present in the specified project.
findByName(String, String) - Method in interface oracle.odi.domain.project.finder.IOdiVariableFinder
Return OdiVariable matching the specified name present in the specified project.
findByName(String) - Method in interface oracle.odi.domain.runtime.loadplan.finder.IOdiLoadPlanFinder
Find the load plan defined by this name
findByName(String) - Method in interface oracle.odi.domain.runtime.lpi.finder.IOdiLoadPlanInstanceFinder
Find the load plan instance defined by this name
findByName(String, String) - Method in interface oracle.odi.domain.runtime.sequence.finder.IOdiStandardSequenceValueFinder
Returns the OdiStandardSequence instance with specified name and context's code.
findByName(String) - Method in interface oracle.odi.domain.security.finder.IOdiUserFinder
Finds an OdiUser using the given name.
findByName(String) - Method in interface oracle.odi.domain.topology.finder.IOdiDataServerFinder
Finds an OdiDataServer using the given name.
findByName(String) - Method in interface oracle.odi.domain.topology.finder.IOdiEnterpriseSchedulerFinder
Find OdiEnterpriseScheduler by name.
findByName(String) - Method in interface oracle.odi.domain.topology.finder.IOdiIndexTypeFinder
Find from ODI instance the OdiIndexType with the given name.
findByName(String) - Method in interface oracle.odi.domain.topology.finder.IOdiLogicalAgentFinder
Find OdiLogicalAgent by name.
findByName(String) - Method in interface oracle.odi.domain.topology.finder.IOdiLogicalSchemaFinder
Finds an OdiLogicalSchema using given name.
findByName(String) - Method in interface oracle.odi.domain.topology.finder.IOdiPhysicalAgentFinder
Find OdiPhysicalAgent by name.
findByName(String) - Method in interface oracle.odi.domain.topology.finder.IOdiWorkRepositoryInfoFinder
Gets OdiWorkRepositoryInfo with given ODI Work Repository name from master repository.
findByPhysicalAgent(Number) - Method in interface oracle.odi.domain.topology.finder.IOdiContextualAgentMappingFinder
Finds all OdiContextualAgentMappings that are defined for the given physical agent ID.
findByPhysicalAgent(Number) - Method in interface oracle.odi.domain.topology.finder.IOdiPhysicalAgentDataSourceFinder
Find OdiPhysicalAgentDataSource by physical agent's id.
findByPhysicalAgent(String) - Method in interface oracle.odi.domain.topology.finder.IOdiPhysicalAgentDataSourceFinder
Find OdiPhysicalAgentDataSource by physical agent's name.
findByPhysicalAgent(String, String) - Method in interface oracle.odi.domain.topology.finder.IOdiPhysicalAgentDataSourceFinder
Find OdiPhysicalAgentDataSource by agent's name and data server's name.
findByPhysicalSchema(Number) - Method in interface oracle.odi.domain.topology.finder.IOdiContextualSchemaMappingFinder
Finds all OdiContextualSchemaMappings that are defined for the given physical schema id.
findByPrimaryDataStore(Number) - Method in interface oracle.odi.domain.model.finder.IOdiReferenceFinder
Find all references that refer to the primary data store.
findByProject(String) - Method in interface oracle.odi.domain.project.finder.IOdiFolderFinder
Find all OdiFolders belonging to the given ProjectCode.
findByProject(String, String) - Method in interface oracle.odi.domain.project.finder.IOdiInterfaceFinder
Return OdiInterfaces matching the project and specified folder.
findByProject(String, Number) - Method in interface oracle.odi.domain.project.finder.IOdiInterfaceFinder
Return OdiInterfaces matching the project and specified folder.
findByProject(String) - Method in interface oracle.odi.domain.project.finder.IOdiKMFinder
Get all OdiKMs of this type in the given project.
findByProject(String) - Method in interface oracle.odi.domain.project.finder.IOdiPackageFinder
Get all OdiPackages of this type in the given Project.
findByProject(String, String) - Method in interface oracle.odi.domain.project.finder.IOdiPackageFinder
Get all OdiPackages of this type in the given Project and folder.
findByProject(String) - Method in interface oracle.odi.domain.project.finder.IOdiSequenceFinder
Find all sequences in this project.
findByProject(String) - Method in interface oracle.odi.domain.project.finder.IOdiSKMFinder
Get all OdiKMs of this type in the given project.
findByProject(String) - Method in interface oracle.odi.domain.project.finder.IOdiUserFunctionFinder
Find all user functions for this project.
findByProject(String) - Method in interface oracle.odi.domain.project.finder.IOdiUserProcedureFinder
Get all OdiUserProcedures of this type in the given project.
findByProject(String) - Method in interface oracle.odi.domain.project.finder.IOdiVariableFinder
Find all variables in this project
findByQualifiedName(String) - Method in interface oracle.odi.domain.project.finder.IOdiVariableFinder
Find global or project variable by its QualifiedName .
findByScenarioUsed(Tag) - Method in interface oracle.odi.domain.runtime.loadplan.finder.IOdiLoadPlanFinder
Retrieve the list of load plan executing the scenario
findBySessionId(Number) - Method in interface oracle.odi.domain.runtime.session.finder.IOdiSessionFinder
Returns the OdiSession instance for the specified session id value.
findBySourceDataStore(Number) - Method in interface oracle.odi.domain.project.finder.IOdiInterfaceFinder
Finds from design time repository all OdiInterfaces that are using given OdiDataStore as source data store.
findBySourceInterface(Number) - Method in interface oracle.odi.domain.runtime.scenario.finder.IOdiScenarioFinder
Finds from runtime repository all OdiScenarios that were created from given interface.
findBySourcePackage(Number) - Method in interface oracle.odi.domain.runtime.scenario.finder.IOdiScenarioFinder
Finds from runtime repository all OdiScenarios that were created from given package.
findBySourceUserProcedure(Number) - Method in interface oracle.odi.domain.runtime.scenario.finder.IOdiScenarioFinder
Finds from runtime repository all OdiScenarios that were created from given user procedure.
findBySourceVariable(Number) - Method in interface oracle.odi.domain.runtime.scenario.finder.IOdiScenarioFinder
Finds from runtime repository all OdiScenarios that were created from given variable.
findByTag(Tag) - Method in interface oracle.odi.domain.runtime.scenario.finder.IOdiScenarioFinder
Finds from the runtime repository OdiScenario specified by pScenerioTag.
findByTargetDataStore(Number) - Method in interface oracle.odi.domain.project.finder.IOdiInterfaceFinder
Finds from design time repository all OdiInterfaces that are using given OdiDataStore as target data store.
findByTechnology(String, String) - Method in interface oracle.odi.domain.topology.finder.IOdiDataTypeFinder
Find from ODI instance the OdiDataType for the given OdiTechnology and data type code.
findChildSessions(OdiSession) - Method in interface oracle.odi.domain.runtime.session.finder.IOdiSessionFinder
Returns collection of OdiSession instances which are children for the session.
findDefaultContext() - Method in interface oracle.odi.domain.topology.finder.IOdiContextFinder
Find the OdiContext marked as default.
findGlobalByName(String) - Method in interface oracle.odi.domain.project.finder.IOdiSequenceFinder
Find a global sequence by name.
findGlobalByName(String) - Method in interface oracle.odi.domain.project.finder.IOdiVariableFinder
Find a global variable by name.
findLatestByName(String) - Method in interface oracle.odi.domain.runtime.scenario.finder.IOdiScenarioFinder
Finds from the runtime repository the latest version of OdiScenario specified by pScenarioName
findMissingReferences(Class<? extends IOdiEntity>, Serializable, boolean) - Method in interface oracle.odi.missingref.IMissingRefService
Query the missing references for the given entity type and identifier.
findMissingReferences(Class<? extends IOdiEntity>, Serializable, boolean) - Method in class oracle.odi.missingref.support.MissingRefServiceImpl
Query the missing references for the given entity type and identifier.
findTargetColumnUsed(Number) - Method in interface oracle.odi.domain.project.finder.IOdiInterfaceFinder
Finds all interfaces that have cross-references to this target column.
findUsedInInterface(Number) - Method in interface oracle.odi.domain.project.finder.IOdiInterfaceFinder
Return OdiInterfaces using the specified interface as SourceDataStore.
flush() - Method in interface oracle.odi.core.persistence.IOdiEntityManager
Synchronize the persistence context to the underlying repository database.
FolderImportExportResource - Class in oracle.odi.impexp.resource
An IImportExportResource implementation for a folder or directory that can be used as a source for import or as a target for export.
FolderImportExportResource(File) - Constructor for class oracle.odi.impexp.resource.FolderImportExportResource
Constructs a FolderImportExportResource object.
foundWorkrepositoryToProcess(List<String>) - Method in interface oracle.odi.setup.IRepositoryUpgradeCallback
Will be called to provide the list of work repositories found in the master that will be updated.
foundWorkrepositoryToProcess(List<String>) - Method in class oracle.odi.setup.RepositoryUpgradeReport
 

Skip navigation links

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

E17060-02

A B C D E F G H I J K L M N O P R S T U V W X Z


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