Uses of Interface
com.collation.platform.model.topology.process.ManagementSoftwareSystem

Packages that use ManagementSoftwareSystem
com.collation.platform.model.topology.process   
com.collation.platform.model.topology.process.igs   
com.collation.platform.model.topology.process.itil   
 

Uses of ManagementSoftwareSystem in com.collation.platform.model.topology.process
 

Methods in com.collation.platform.model.topology.process that return ManagementSoftwareSystem
 ManagementSoftwareSystem ExternalReference.getMSS()
           
 ManagementSoftwareSystem Agent.getMSS()
           
 ManagementSoftwareSystem MSSAccessInfo.getParent()
           
 ManagementSoftwareSystem[] ManagementSoftwareSystem.getSubsystems()
          See comments on accessinfo about why this table name is supplied here.
 

Methods in com.collation.platform.model.topology.process with parameters of type ManagementSoftwareSystem
 void ExternalReference.setMSS(ManagementSoftwareSystem mss)
           
 void Agent.setMSS(ManagementSoftwareSystem x)
           
 void MSSAccessInfo.setParent(ManagementSoftwareSystem parent)
           
 void ManagementSoftwareSystem.setSubsystems(ManagementSoftwareSystem[] systems)
           
 

Uses of ManagementSoftwareSystem in com.collation.platform.model.topology.process.igs
 

Methods in com.collation.platform.model.topology.process.igs that return ManagementSoftwareSystem
 ManagementSoftwareSystem Monitor.getMSS()
           
 

Methods in com.collation.platform.model.topology.process.igs with parameters of type ManagementSoftwareSystem
 void Monitor.setMSS(ManagementSoftwareSystem acct)
           
 

Uses of ManagementSoftwareSystem in com.collation.platform.model.topology.process.itil
 

Methods in com.collation.platform.model.topology.process.itil that return ManagementSoftwareSystem
 ManagementSoftwareSystem ReleaseRecordProxy.getForeign()
           
 ManagementSoftwareSystem RFCProxy.getForeign()
           
 ManagementSoftwareSystem IncidentRecordProxy.getForeign()
           
 ManagementSoftwareSystem CMRProxy.getForeign()
           
 ManagementSoftwareSystem ReleaseRecordProxy.getParent()
           
 ManagementSoftwareSystem RFCProxy.getParent()
           
 ManagementSoftwareSystem IncidentRecordProxy.getParent()
           
 ManagementSoftwareSystem CMRProxy.getParent()
           
 

Methods in com.collation.platform.model.topology.process.itil with parameters of type ManagementSoftwareSystem
 void ReleaseRecordProxy.setForeign(ManagementSoftwareSystem foreign)
           
 void RFCProxy.setForeign(ManagementSoftwareSystem foreign)
           
 void IncidentRecordProxy.setForeign(ManagementSoftwareSystem foreign)
           
 void CMRProxy.setForeign(ManagementSoftwareSystem foreign)
           
 void ReleaseRecordProxy.setParent(ManagementSoftwareSystem parent)
           
 void RFCProxy.setParent(ManagementSoftwareSystem parent)
           
 void IncidentRecordProxy.setParent(ManagementSoftwareSystem parent)
           
 void CMRProxy.setParent(ManagementSoftwareSystem parent)