| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection | 
findByContainsComponentType(MapComponentType pType)
Return Mappings contain MapComponent of pType 
 | 
java.util.Collection | 
findByMapRefRefGuid(java.lang.String pGuid)
Find the set of mappings that reference a model object with 
 the specified referenced object global id. 
 | 
java.util.Collection | 
findByMapRefRefIdAndType(java.lang.Number pId,
                        java.lang.String pType)
Find the set of mappings that reference a model object with 
 the specified referenced object id and referenced object type. 
 | 
java.util.Collection | 
findByMapRefScGuid(java.lang.String pGuid)
Find the set of mappings that reference a model object with 
 the specified referenced shortcut global id. 
 | 
Mapping | 
findByName(IFolder folder,
          java.lang.String pName)
Find Mapping by name 
 | 
java.util.Collection | 
findByName(java.lang.String pName,
          java.lang.String pProjectCode)
Return Mappings matching the specified name present in the project. 
 | 
java.util.Collection | 
findByName(java.lang.String pName,
          java.lang.String pProjectCode,
          java.lang.String pFolderName)
Return Mappings matching the specified name present in the project and specified folder. 
 | 
java.util.Collection | 
findByNameLikeIgnoreCase(java.lang.String pName)
Return Mappings matching the specified name. 
 | 
java.util.Collection | 
findByProject(java.lang.String pProjectCode,
             java.lang.Number pFolderId)
Return Mappings matching the project and specified folder. 
 | 
java.util.Collection | 
findByProject(java.lang.String pProjectCode,
             java.lang.String pFolderName)
Return Mappings matching the project and specified folder. 
 | 
java.util.Collection | 
findByReleaseTagValue(java.lang.String pReleaseTagValue,
                     java.lang.String pProjectCode,
                     java.lang.Number pOriginatorId)  | 
java.util.Collection | 
findByReusableMappingAsSource(java.lang.Number pReusableMappingId)
Finds from design time repository all  
Mappings that are using given
 ReusableMapping as source. | 
java.util.Collection | 
findByReusableMappingShortcutAsSource(java.lang.Number pReusableMappingShortcutId)  | 
java.util.Collection | 
findByShortcutReference(java.lang.Number pOriginatorId)
For internal use only. 
 | 
java.util.Collection | 
findBySourceDataStore(java.lang.Number pDataStoreId)
Finds from design time repository all  
Mappings that are using given
 OdiDataStore as source data store. | 
java.util.Collection | 
findBySourceDataStoreShortcut(java.lang.Number pDataStoreShortcutId)  | 
java.util.Collection | 
findByTargetDataStore(java.lang.Number pDataStoreId)
Finds from design time repository all  
Mappings that are using given 
 OdiDataStore as target data store. | 
java.util.Collection | 
findByTargetDataStoreShortcut(java.lang.Number pDataStoreShortcutId)  | 
long | 
getCountOfUsageOfComponentType(MapComponentType pType)
Return number of components that contains a give type of component 
 | 
findAll, findByGlobalId, findById, findByIds, findRepositoryEntityByIdMapping findByName(IFolder folder, java.lang.String pName)
pName - Name of keyjava.util.Collection findByMapRefRefGuid(java.lang.String pGuid)
pGuid - The referenced object global id for which to look for mappings that reference the object.java.util.Collection findByMapRefRefIdAndType(java.lang.Number pId,
                                              java.lang.String pType)
pId - The referenced object id for which to look for mappings that reference the object.pType - The short adapter interface type of the referenced object, e.g. "IColumn".java.util.Collection findByMapRefScGuid(java.lang.String pGuid)
pGuid - The referenced shortcut global id for which to look for mappings that reference the shortcut object.java.util.Collection findByShortcutReference(java.lang.Number pOriginatorId)
Find all shortcuts that that have pOriginatorId as a shortcut reference. This method will find all shortcuts that directly descend from this object.
pOriginatorId - id of the referenced object.java.util.Collection findByReleaseTagValue(java.lang.String pReleaseTagValue,
                                           java.lang.String pProjectCode,
                                           java.lang.Number pOriginatorId)
java.util.Collection findByTargetDataStore(java.lang.Number pDataStoreId)
Mappings that are using given 
 OdiDataStore as target data store.pDataStoreId - - ID of given target OdiDataStoreMappings that are using given OdiDataStore as 
 target data storejava.util.Collection findByTargetDataStoreShortcut(java.lang.Number pDataStoreShortcutId)
java.util.Collection findBySourceDataStore(java.lang.Number pDataStoreId)
Mappings that are using given
 OdiDataStore as source data store.pDataStoreId - - ID of given source OdiDataStoreMappings that are using given OdiDataStore as
 source data storejava.util.Collection findBySourceDataStoreShortcut(java.lang.Number pDataStoreShortcutId)
java.util.Collection findByReusableMappingAsSource(java.lang.Number pReusableMappingId)
Mappings that are using given
 ReusableMapping as source.pReusableMappingId - - ID of given source pReusableMappingIdMappings that are using given pReusableMappingId as
 sourcejava.util.Collection findByReusableMappingShortcutAsSource(java.lang.Number pReusableMappingShortcutId)
java.util.Collection findByName(java.lang.String pName,
                                java.lang.String pProjectCode)
pName - Name of interfacepProjectCode - Code of projectjava.util.Collection findByNameLikeIgnoreCase(java.lang.String pName)
pName - Name of interfacejava.util.Collection findByName(java.lang.String pName,
                                java.lang.String pProjectCode,
                                java.lang.String pFolderName)
pName - Name of interfacepProjectCode - Code of projectpFolderName - Name of folderjava.util.Collection findByProject(java.lang.String pProjectCode,
                                   java.lang.String pFolderName)
pProjectCode - Code of projectpFolderName - Name of folderjava.util.Collection findByProject(java.lang.String pProjectCode,
                                   java.lang.Number pFolderId)
pProjectCode - Code of projectpFolderId - ID of folderjava.util.Collection findByContainsComponentType(MapComponentType pType)
pType - MapComponentTypelong getCountOfUsageOfComponentType(MapComponentType pType)
type - MapComponentType