|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NamingUtilityDataSource
NamingUtility class is used to provide a mapping of Object pointers to unique Guids for the names of the objects
Method Summary | |
---|---|
Guid |
getMasterGuid(java.util.List guidList)
getMasterGuid returns the master Guid from a list of Guids |
Guid |
getMasterGuid(java.util.List guidList,
long version)
getMasterGuid returns the master Guid from a list of Guids |
java.util.List |
getMasterGuids(java.util.List guidList,
long version)
getMasterGuids returns a list of all guids which are a master guid for any guid in the incoming list of guids. |
ModelObject |
getObjectByGuid(Guid aGuid)
getObjectByGuid returns the ModelObject from the CMDB that is identified by the Guid that is passed in |
Method Detail |
---|
ModelObject getObjectByGuid(Guid aGuid) throws java.lang.Exception
aGuid:Guid
- - The Guid of the object that needs to be looked up
java.lang.Exception
Guid getMasterGuid(java.util.List guidList) throws java.lang.Exception
guidList:List
- - The list of guids for which a master is needed
java.lang.Exception
Guid getMasterGuid(java.util.List guidList, long version) throws java.lang.Exception
guidList:List
- - The list of guids for which a master is neededversion:Long
- - The version to use
java.lang.Exception
java.util.List getMasterGuids(java.util.List guidList, long version) throws java.lang.Exception
guidList:List
- - The list of guids for which the masters are neededversion:Long
- - The version to use
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |