Uses of Interface
com.informatica.powercenter.sdk.mapfwk.core.NameFilter

Packages that use NameFilter
com.informatica.powercenter.sdk.mapfwk.core   
com.informatica.powercenter.sdk.mapfwk.reputils   
 

Uses of NameFilter in com.informatica.powercenter.sdk.mapfwk.core
 

Methods in com.informatica.powercenter.sdk.mapfwk.core with parameters of type NameFilter
 java.util.Vector Repository.getConnectionObjects(NameFilter filter)
           
 java.util.Vector Repository.getConnectionObjects(java.lang.String strConnType, NameFilter filter)
           
 java.util.Vector Repository.getFolder(NameFilter objFilter)
          Returns the vector of Folder objects from the repository.
 java.util.Vector Folder.getMappings(NameFilter objFilter)
          Gets the Vector of Mapping objects from the repository.
 java.util.Vector Folder.getMapplets(NameFilter objFilter)
          Gets the Vector of Mapplet objects from the repository Filter the Transformation objects using specified filter
 java.util.Vector Folder.getShortCuts(NameFilter objFilter)
          Gets the Vector of Mapplet objects from the repository Filter the Transformation objects using specified filter
 java.util.Vector Folder.getSource(NameFilter objFilter)
          Gets the Vector of Source objects from the repository.
 java.util.Vector Folder.getTarget(NameFilter objFilter)
          Gets the Vector of Target objects from the repository.
 java.util.Vector Folder.getTransformations(int subType, NameFilter objFilter)
          Gets the Vector of Transformation objects from the repository for the specified Transformation sub type.
 java.util.Vector Folder.getTransformations(NameFilter objFilter)
          Gets the Vector of Transformation objects from the repository Filter the Transformation objects using specified filter
 java.util.Vector Folder.getWorkFlows(NameFilter objFilter)
          Gets the Vector of Workflow objects from the repository.
 

Uses of NameFilter in com.informatica.powercenter.sdk.mapfwk.reputils
 

Methods in com.informatica.powercenter.sdk.mapfwk.reputils with parameters of type NameFilter
protected abstract  java.util.Vector RepositoryConnectionManager._listConnections(java.lang.String connType, NameFilter filter)
          Abstract method to list all the connection objects in the repository that matches the give filter.
protected  java.util.Vector CachedRepositoryConnectionManager._listConnections(java.lang.String strSubType, NameFilter filter)
          return list of connections of particular type matching the filter, in PowerCenter repository
protected abstract  java.util.Vector RepositoryConnectionManager._listFolders(NameFilter filter)
          Abstract method to list all folders in the PowerCenter repository, given a name filter.
protected  java.util.Vector CachedRepositoryConnectionManager._listFolders(NameFilter filter)
          return list of folders in PowerCenter Repository
protected abstract  java.util.Vector RepositoryConnectionManager._listMappings(Folder folder, NameFilter filter)
          Abstract method to list all the mappings in the specific folder that matches the give filter.
protected  java.util.Vector CachedRepositoryConnectionManager._listMappings(Folder folder, NameFilter filter)
          return list of mappings matching the filter, in particular folder of a repository
protected abstract  java.util.Vector RepositoryConnectionManager._listMapplets(Folder folder, NameFilter filter)
          Abstract method to list all the mapplets in the specific folder that matches the give filter.
protected  java.util.Vector CachedRepositoryConnectionManager._listMapplets(Folder folder, NameFilter filter)
          return list of mapplets matching the filter, in particular folder of a repository
protected abstract  java.util.Vector RepositoryConnectionManager._listSources(Folder folder, NameFilter filter)
          Abstract method to list all the sources in the specific folder that matches the give filter.
protected  java.util.Vector CachedRepositoryConnectionManager._listSources(Folder folder, NameFilter filter)
          Return list of sources matching the filter, in particular folder of a repository.
protected abstract  java.util.Vector RepositoryConnectionManager._listTargets(Folder folder, NameFilter filter)
          Abstract method to list all the targets in the specific folder that matches the give filter.
protected  java.util.Vector CachedRepositoryConnectionManager._listTargets(Folder folder, NameFilter filter)
          return list of targets matching the filter, in particular folder of a repository
protected abstract  java.util.Vector RepositoryConnectionManager._listTransformations(Folder folder, int subType, NameFilter filter)
          Abstract method to list all the transformations in the specific folder that matches the give filter.
protected  java.util.Vector CachedRepositoryConnectionManager._listTransformations(Folder folder, int subType, NameFilter filter)
          return list of sources of particular subtype matching the filter, in particular folder of a repository
protected abstract  java.util.Vector RepositoryConnectionManager._listWorkflows(Folder folder, NameFilter filter)
          Abstract method to list all the workflows in the specific folder that matches the give filter.
protected  java.util.Vector CachedRepositoryConnectionManager._listWorkflows(Folder folder, NameFilter filter)
          return list of workflows matching the filter, in particular folder of a repository
 java.util.Vector RepositoryConnectionManager.listConnections(NameFilter filter)
          retrieve list of connection objects matching the filter
 java.util.Vector RepositoryConnectionManager.listConnections(java.lang.String strConnType, NameFilter filter)
          retrives list of connection objects of given connection type and matching the filter
 java.util.Vector RepositoryConnectionManager.listFolders(NameFilter filter)
          list of folders matching the filter from PowerCenter Repository
 java.util.Vector RepositoryConnectionManager.listMappings(Folder folder, NameFilter filter)
          list of mappings matching the filter, in particular folder of a repository
 java.util.Vector RepositoryConnectionManager.listMapplets(Folder folder, NameFilter filter)
          list of mapplets matching the filter, in particular folder of a repository
 java.util.Vector RepositoryConnectionManager.listSources(Folder folder, NameFilter filter)
          list of sources matching the filter, in particular folder of a repository
 java.util.Vector RepositoryConnectionManager.listTargets(Folder folder, NameFilter filter)
          list of targets matching the filter, in particular folder of a repository
 java.util.Vector RepositoryConnectionManager.listTransformations(Folder folder, int subType, NameFilter filter)
          list of transformations of particular subtype matching the filter, in particular folder of a repository
 java.util.Vector RepositoryConnectionManager.listTransformations(Folder folder, NameFilter filter)
          list of transformations matching the filter, in particular folder of a repository
 java.util.Vector RepositoryConnectionManager.listWorkflows(Folder folder, NameFilter filter)
          list of workflows matching the filter, in particular folder of a repository