Uses of Class
com.aoindustries.aoserv.client.master.Process
-
Packages that use Process Package Description com.aoindustries.aoserv.client.master -
-
Uses of Process in com.aoindustries.aoserv.client.master
Methods in com.aoindustries.aoserv.client.master that return Process Modifier and Type Method Description ProcessProcessTable. get(SmallIdentifier id)ProcessProcessTable. get(Object id)Deprecated.Always try to lookup by specific keys; the compiler will help you more when types change.protected ProcessProcessTable. getUniqueRowImpl(int col, Object value)Methods in com.aoindustries.aoserv.client.master that return types with arguments of type Process Modifier and Type Method Description List<Process>ProcessTable. getRowsCopy()AOServTable<SmallIdentifier,Process>Process. getTable()Method parameters in com.aoindustries.aoserv.client.master with type arguments of type Process Modifier and Type Method Description voidProcess. setTable(AOServTable<SmallIdentifier,Process> table)
-