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

Packages that use Account
com.collation.platform.model.topology.app   
com.collation.platform.model.topology.app.citrix   
com.collation.platform.model.topology.process   
com.collation.platform.model.topology.process.igs   
 

Uses of Account in com.collation.platform.model.topology.app
 

Methods in com.collation.platform.model.topology.app that return Account
 Account Probe.getAccount()
           
 

Methods in com.collation.platform.model.topology.app with parameters of type Account
 void Probe.setAccount(Account acct)
           
 

Uses of Account in com.collation.platform.model.topology.app.citrix
 

Subinterfaces of Account in com.collation.platform.model.topology.app.citrix
 interface CitrixUser
           
 

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

Methods in com.collation.platform.model.topology.process that return Account
 Account[] Person.getAccount()
           
 Account[] Customer.getAccounts()
           
 

Methods in com.collation.platform.model.topology.process with parameters of type Account
 void Person.setAccount(Account[] x)
           
 void Customer.setAccounts(Account[] x)
           
 

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

Methods in com.collation.platform.model.topology.process.igs that return Account
 Account ProbeScript.getAccount()
           
 Account Monitor.getAccount()
           
 

Methods in com.collation.platform.model.topology.process.igs with parameters of type Account
 void ProbeScript.setAccount(Account acct)
           
 void Monitor.setAccount(Account acct)