public interface IOdiPackageFinder extends IFinder
OdiPackage entity.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
fetchBreakpoints()
Return all
OdiDesigntimeBreakpoint instances set on OdiPackage. |
java.util.Collection |
findByDataStore(java.lang.Number pDataStoreId)
Get all OdiPackages of this type using OdiDataStore shortcut pDataStoreId as a step.
|
java.util.Collection |
findByDataStoreShortcut(java.lang.Number pDataStoreShortcutId)
Get all OdiPackages of this type using OdiDataStore shortcut pDataStoreShortcutId as a step.
|
java.util.Collection |
findByInterface(java.lang.Number pInterfaceId)
Get all OdiPackages of this type using OdiInterface pInterfaceId as a step.
|
java.util.Collection |
findByInterfaceShortcut(java.lang.Number pInterfaceShortcutId)
Get all OdiPackages of this type using OdiInterface shortcut InterfaceShortcutID as a step.
|
java.util.Collection |
findByMapping(java.lang.Number pMappingId)
Get all OdiPackages of this type using Mapping pMappingId as a step.
|
java.util.Collection |
findByMappingShortcut(java.lang.Number pMappingShortcutId)
Get all OdiPackages of this type using Mapping shortcut pMappingShortcutId as a step.
|
java.util.Collection |
findByName(java.lang.String pName)
Find the OdiPackages matching the specified name.
|
java.util.Collection |
findByName(java.lang.String pName,
java.lang.String pProjectCode)
Return OdiPackages matching the specified name present in the specified project.
|
java.util.Collection |
findByName(java.lang.String pName,
java.lang.String pProjectCode,
java.lang.String pFolderName)
Return OdiPackages matching the specified name present in the specified project and folder.
|
java.util.Collection |
findByProject(java.lang.String pProjectCode)
Get all OdiPackages of this type in the given Project.
|
java.util.Collection |
findByProject(java.lang.String pProjectCode,
java.lang.String pFolderName)
Get all OdiPackages of this type in the given Project and folder.
|
java.util.Collection |
findByShortcutReference(java.lang.Number pOriginatorId)
For internal use only.
|
java.util.Collection |
findByUserProcedure(java.lang.Number pUserProcedureId)
Get all OdiPackages of this type using OdiUserProcedure shortcut pUserProcedureId as a step.
|
java.util.Collection |
findByUserProcedureShortcut(java.lang.Number pUserProcedureShortcutId)
Get all OdiPackages of this type using OdiUserProcedure shortcut pUserProcedureShortcutId as a step.
|
findAll, findByGlobalId, findById, findByIds, findRepositoryEntityByIdjava.util.Collection findByName(java.lang.String pName)
pName - name of packageDomainRuntimeException - if pName is null or empty.java.util.Collection findByName(java.lang.String pName,
java.lang.String pProjectCode)
pName - name of packagepProjectCode - code of projectDomainRuntimeException - if pName or pProjectCode is null or empty.java.util.Collection findByName(java.lang.String pName,
java.lang.String pProjectCode,
java.lang.String pFolderName)
pName - name of packagepProjectCode - code of projectpFolderName - name of packageDomainRuntimeException - if pName, pProjectCode or pFolderName is null or empty.java.util.Collection findByProject(java.lang.String pProjectCode)
pProjectCode - code of projectDomainRuntimeException - if pProjectCode is null or empty.java.util.Collection findByProject(java.lang.String pProjectCode,
java.lang.String pFolderName)
pProjectCode - code of projectpFolderName - name of packageDomainRuntimeException - if pProjectCode or pFolderName is null or empty.java.util.Collection findByInterface(java.lang.Number pInterfaceId)
pInterfaceId - id of interfaceDomainRuntimeException - if pInterfaceId or pProjectCode is null or empty.java.util.Collection findByInterfaceShortcut(java.lang.Number pInterfaceShortcutId)
pInterfaceShortcutId - id of interfaceDomainRuntimeException - if pInterfaceId or pProjectCode is null or empty.java.util.Collection findByDataStore(java.lang.Number pDataStoreId)
pDataStoreId - id of datastore shortcutDomainRuntimeException - if pDataStoreId or pProjectCode is null or empty.java.util.Collection findByDataStoreShortcut(java.lang.Number pDataStoreShortcutId)
pDataStoreShortcutId - id of datastore shortcutDomainRuntimeException - if pDataStoreShortcutId or pProjectCode is null or empty.java.util.Collection findByUserProcedure(java.lang.Number pUserProcedureId)
pUserProcedureId - id of UserProcedure shortcutDomainRuntimeException - if pUserProcedureId or pProjectCode is null or empty.java.util.Collection findByUserProcedureShortcut(java.lang.Number pUserProcedureShortcutId)
pUserProcedureShortcutId - id of UserProcedure shortcutDomainRuntimeException - if pUserProcedureShortcutId or pProjectCode is null or empty.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 fetchBreakpoints()
OdiDesigntimeBreakpoint instances set on OdiPackage.java.util.Collection findByMapping(java.lang.Number pMappingId)
pMappingId - id of MappingDomainRuntimeException - if pMappingId is null or empty.java.util.Collection findByMappingShortcut(java.lang.Number pMappingShortcutId)
pMappingShortcutId - id of Mapping shortcutDomainRuntimeException - if pMappingShortcutId is null or empty.