Uses of Class
de.aristaflow.ilm.base.sessionmanagement.RaInitialRemoteIteratorData
-
Packages that use RaInitialRemoteIteratorData Package Description de.aristaflow.ilm.ws.core.orgmodelmanager de.aristaflow.ilm.ws.rest.core.orgmodelmanager -
-
Uses of RaInitialRemoteIteratorData in de.aristaflow.ilm.ws.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.core.orgmodelmanager that return RaInitialRemoteIteratorData Modifier and Type Method Description @Valid RaInitialRemoteIteratorData
ModelExplorerWebService. getRichAgents(@NotNull @Valid SessionToken session, @NotNull Collection<@Valid QualifiedAgentIds> agents, @Positive Integer count)
-
Uses of RaInitialRemoteIteratorData in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.orgmodelmanager that return RaInitialRemoteIteratorData Modifier and Type Method Description @Valid RaInitialRemoteIteratorData
ModelExplorerRest. getRichAgents(@Positive Integer count, Long aliveTime, @NotEmpty Collection<@Valid QualifiedAgentIds> agents)
Note that the order of the agents in the returned list may differ from the order of the agents in the designated collection.
-