Uses of Class
de.xima.fc.workflow.designer.model.client.ClientClientCounterView
-
Packages that use ClientClientCounterView Package Description de.xima.fc.workflow.designer.model.client -
-
Uses of ClientClientCounterView in de.xima.fc.workflow.designer.model.client
Methods in de.xima.fc.workflow.designer.model.client that return ClientClientCounterView Modifier and Type Method Description static ClientClientCounterView
ClientClientCounterView. forClientCounter(ClientCounter counter)
Methods in de.xima.fc.workflow.designer.model.client that return types with arguments of type ClientClientCounterView Modifier and Type Method Description Map<UUID,ClientClientCounterView>
WorkflowExternalState. getClientCounters()
Method parameters in de.xima.fc.workflow.designer.model.client with type arguments of type ClientClientCounterView Modifier and Type Method Description void
WorkflowExternalState. updateClientCounters(Map<UUID,ClientClientCounterView> clientCounters)
-