public interface IOdiDataServerFinder extends IFinder
OdiDataServer entity.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
findAll(boolean excludeSubClassData)
Find all OdiDataServers based on the flag excludeSubClassData
|
OdiDataServer |
findByName(java.lang.String pDataServerName)
Finds an
OdiDataServer using the given name. |
java.util.Collection |
findBySubClassName(java.lang.Class klass)
Find all OdiDataServers by subclass name.
|
findAll, findByGlobalId, findById, findByIdsOdiDataServer findByName(java.lang.String pDataServerName)
OdiDataServer using the given name.pDataServerName - name of the data servernull if not foundjava.util.Collection findBySubClassName(java.lang.Class klass)
klass - class name of the subclass.java.util.Collection findAll(boolean excludeSubClassData)
excludeSubClassData -
If true: returns data servers of type OdiDataServers only. I.e. native Odi agents Otherwise: returns all OdiDataServers including sub class types.