Uses of Class
com.collation.platform.model.Guid

Packages that use Guid
com.collation.platform.model   
com.collation.platform.model.attributeprio   
com.collation.platform.model.discovery.profile   
com.collation.platform.model.discovery.scope   
com.collation.platform.model.gui.customviews   
com.collation.platform.model.provision.definition   
com.collation.platform.model.provision.workflow   
com.collation.platform.model.topology.admin   
com.collation.platform.model.topology.core   
com.collation.platform.model.topology.extattrib   
com.collation.platform.model.util   
 

Uses of Guid in com.collation.platform.model
 

Methods in com.collation.platform.model that return Guid
 Guid GuidFactory.createGuid(byte[] guidByteArray)
          Creates a Guid instance and assigns the byte array contents into the internal variables.
 Guid GuidFactory.createGuid(java.lang.String name)
          Create a Version 3 style identifier and returns the instance.
 Guid GuidFactory.createGuidFromDB(java.lang.String guidHexString)
          Creates a Guid instance and assigns the hexidecimal string representation into the internal variables.
 Guid GuidFactory.createGuidFromHex(java.lang.String guidHexString)
          Creates a Guid instance and assigns the hexidecimal string representation into the internal variables.
 Guid GuidFactory.createNullGuid()
          Creates a null instance of the Guid object.
 Guid ModelObject.getCmdbSource()
          Returns the domain source of object
 Guid ModelObject.getGuid()
          Returns the primary Guid of the object
 Guid GuidFactory.getNamespaceGuid()
          Returns the namespaceGuid.
 Guid ObjectRef.getObjectGuid()
           
protected  Guid GuidFactory.primCreateGuid(byte[] guidByteArray, boolean adopt)
          Creates a Guid instance and assigns the byte array contents into the internal variables.
protected  Guid GuidFactory.primCreateGuid(java.security.MessageDigest md5, java.lang.String name)
          Create a Version 3 style identifier and returns the instance.
 

Methods in com.collation.platform.model with parameters of type Guid
 void ModelObject.setCmdbSource(Guid cmdbsource)
          Sets the domain source of object
 void ModelObject.setGuid(Guid guid)
          Set the primary Guid of the object
 void ObjectRef.setObjGuid(Guid objGuid_)
           
 

Constructors in com.collation.platform.model with parameters of type Guid
ObjectRef(Guid objGuid, long version)
           
 

Uses of Guid in com.collation.platform.model.attributeprio
 

Methods in com.collation.platform.model.attributeprio that return Guid
 Guid AttributePrioDataSources.getOwnGuid()
           
 

Methods in com.collation.platform.model.attributeprio with parameters of type Guid
 void AttributePrioDataSources.setOwnGuid(Guid guidIn)
           
 

Uses of Guid in com.collation.platform.model.discovery.profile
 

Methods in com.collation.platform.model.discovery.profile that return Guid
 Guid ObjectRediscoveryInfo.getAgentConfigurationGuid()
           
 Guid ScopeRestriction.getKeyGuid()
           
 Guid ObjectRediscoveryInfo.getObjGuid()
           
 

Methods in com.collation.platform.model.discovery.profile with parameters of type Guid
 void ObjectRediscoveryInfo.setAgentConfigurationGuid(Guid acGuid)
           
 void ScopeRestriction.setKeyGuid(Guid keyId)
           
 void ObjectRediscoveryInfo.setObjGuid(Guid objGuid)
           
 

Uses of Guid in com.collation.platform.model.discovery.scope
 

Methods in com.collation.platform.model.discovery.scope that return Guid
 Guid ScopeElement.getKeyGuid()
           
 

Methods in com.collation.platform.model.discovery.scope with parameters of type Guid
 void ScopeElement.setKeyGuid(Guid keyId)
           
 

Uses of Guid in com.collation.platform.model.gui.customviews
 

Methods in com.collation.platform.model.gui.customviews that return Guid
 Guid InstanceViewConstruct.getInstanceId()
           
 

Methods in com.collation.platform.model.gui.customviews with parameters of type Guid
 void InstanceViewConstruct.setInstanceId(Guid id)
           
 

Uses of Guid in com.collation.platform.model.provision.definition
 

Methods in com.collation.platform.model.provision.definition that return Guid
 Guid HostInstance.getObjectId()
           
 Guid ContainerInstance.getObjectId()
           
 

Methods in com.collation.platform.model.provision.definition with parameters of type Guid
 void HostInstance.setObjectId(Guid id)
           
 void ContainerInstance.setObjectId(Guid id)
           
 

Uses of Guid in com.collation.platform.model.provision.workflow
 

Methods in com.collation.platform.model.provision.workflow that return Guid
 Guid SystemTaskRuntimeData.getObjectId()
           
 Guid SystemTaskDataInstance.getObjectId()
           
 Guid ParamTaskRuntimeData.getObjectId()
           
 Guid ParamTaskDataInstance.getObjectId()
           
 

Methods in com.collation.platform.model.provision.workflow with parameters of type Guid
 void SystemTaskRuntimeData.setObjectId(Guid id)
           
 void SystemTaskDataInstance.setObjectId(Guid id)
           
 void ParamTaskRuntimeData.setObjectId(Guid id)
           
 void ParamTaskDataInstance.setObjectId(Guid id)
           
 

Uses of Guid in com.collation.platform.model.topology.admin
 

Methods in com.collation.platform.model.topology.admin that return Guid
 Guid AdminInfo.getObjGuid()
           
 

Methods in com.collation.platform.model.topology.admin with parameters of type Guid
 void AdminInfo.setObjGuid(Guid x)
           
 

Uses of Guid in com.collation.platform.model.topology.core
 

Methods in com.collation.platform.model.topology.core that return Guid
 Guid Dependency.getOriginalSource()
           
 

Methods in com.collation.platform.model.topology.core with parameters of type Guid
 void Dependency.setOriginalSource(Guid s)
           
 

Uses of Guid in com.collation.platform.model.topology.extattrib
 

Methods in com.collation.platform.model.topology.extattrib that return Guid
 Guid UserData.getObjGuid()
           
 Guid UserData.getObjRef()
           
 

Methods in com.collation.platform.model.topology.extattrib with parameters of type Guid
 void UserData.setObjGuid(Guid g)
           
 void UserData.setObjRef(Guid g)
           
 

Uses of Guid in com.collation.platform.model.util
 

Methods in com.collation.platform.model.util that return Guid
protected static Guid NamingUtilityExternal.getGUID(byte[] nameSpaceGuid, java.lang.String name)
          convert a name space GUID and a qualified name into a GUID that can be used as an instance identifier
protected static Guid MigrationNamingUtility.getGUID(byte[] nameSpaceGuid, java.lang.String name)
          convert a name space GUID and a qualified name into a GUID that can be used as an instance identifier
 Guid NamingUtilityDataSource.getMasterGuid(java.util.List guidList)
          getMasterGuid returns the master Guid from a list of Guids
 Guid NamingUtilityDataSource.getMasterGuid(java.util.List guidList, long version)
          getMasterGuid returns the master Guid from a list of Guids
 

Methods in com.collation.platform.model.util with parameters of type Guid
 ModelObject NamingUtilityDataSource.getObjectByGuid(Guid aGuid)
          getObjectByGuid returns the ModelObject from the CMDB that is identified by the Guid that is passed in