Uses of Class
de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentIds
Packages that use QualifiedAgentIds
Package
Description
-
Uses of QualifiedAgentIds in de.aristaflow.ilm.base.sessionmanagement
Subclasses of QualifiedAgentIds in de.aristaflow.ilm.base.sessionmanagementMethods in de.aristaflow.ilm.base.sessionmanagement with parameters of type QualifiedAgentIds -
Uses of QualifiedAgentIds in de.aristaflow.ilm.ws.core.orgmodelmanager
Method parameters in de.aristaflow.ilm.ws.core.orgmodelmanager with type arguments of type QualifiedAgentIdsModifier and TypeMethodDescriptionModelExplorerWebService.getRichAgents(@NotNull @Valid SessionToken session, @NotNull Collection<@Valid QualifiedAgentIds> agents) @Valid RaInitialRemoteIteratorDataModelExplorerWebService.getRichAgents(@NotNull @Valid SessionToken session, @NotNull Collection<@Valid QualifiedAgentIds> agents, @Positive Integer count) -
Uses of QualifiedAgentIds in de.aristaflow.ilm.ws.rest.base.licensing
Methods in de.aristaflow.ilm.ws.rest.base.licensing with parameters of type QualifiedAgentIdsModifier and TypeMethodDescriptionvoidLicenceManagerRest.addQualifiedAgentIdsToModel(QualifiedAgentIds qais) This method just serves to add its parameter to the OpenAPI model, e. -
Uses of QualifiedAgentIds in de.aristaflow.ilm.ws.rest.core.executionmanager
Methods in de.aristaflow.ilm.ws.rest.core.executionmanager with parameters of type QualifiedAgentIdsModifier and TypeMethodDescriptionvoidExecutionManagerRest.addQualifiedAgentIdsToModel(QualifiedAgentIds qais) This method just serves to add its parameter to the OpenAPI model, e. g. -
Uses of QualifiedAgentIds in de.aristaflow.ilm.ws.rest.core.globalprovider
Methods in de.aristaflow.ilm.ws.rest.core.globalprovider with parameters of type QualifiedAgentIdsModifier and TypeMethodDescriptionvoidGlobalProviderRest.addQualifiedAgentIdsToModel(QualifiedAgentIds qais) This method just serves to add its parameter to the OpenAPI model, e. -
Uses of QualifiedAgentIds in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
Method parameters in de.aristaflow.ilm.ws.rest.core.orgmodelmanager with type arguments of type QualifiedAgentIdsModifier and TypeMethodDescription@Valid RaInitialRemoteIteratorDataModelExplorerRest.getRichAgents(@Positive Integer count, @Positive 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. -
Uses of QualifiedAgentIds in de.aristaflow.ilm.ws.rest.core.processimagerenderer
Methods in de.aristaflow.ilm.ws.rest.core.processimagerenderer with parameters of type QualifiedAgentIdsModifier and TypeMethodDescriptionvoidProcessImageRendererRest.addQualifiedAgentIdsToModel(QualifiedAgentIds qais) This method just serves to add its parameter to the OpenAPI model, e.voidSimpleProcessImageRendererRest.addQualifiedAgentIdsToModel(QualifiedAgentIds qais) This method just serves to add its parameter to the OpenAPI model, e. -
Uses of QualifiedAgentIds in de.aristaflow.ilm.ws.rest.core.processmanager
Methods in de.aristaflow.ilm.ws.rest.core.processmanager with parameters of type QualifiedAgentIdsModifier and TypeMethodDescriptionvoidProcessManagerRest.addQualifiedAgentIdsToModel(QualifiedAgentIds qais) This method just serves to add its parameter to the OpenAPI model, e. -
Uses of QualifiedAgentIds in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager with parameters of type QualifiedAgentIdsModifier and TypeMethodDescriptionvoidResModelManagerRest.addQualifiedAgentIdsToModel(QualifiedAgentIds qais) This method just serves to add its parameter to the OpenAPI model, e. -
Uses of QualifiedAgentIds in de.aristaflow.ilm.ws.rest.core.runtimemanager
Methods in de.aristaflow.ilm.ws.rest.core.runtimemanager with parameters of type QualifiedAgentIdsModifier and TypeMethodDescriptionvoidRuntimeManagerRest.addQualifiedAgentIdsToModel(QualifiedAgentIds qais) This method just serves to add its parameter to the OpenAPI model, e. -
Uses of QualifiedAgentIds in de.aristaflow.ilm.ws.rest.core.runtimeservice
Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice with parameters of type QualifiedAgentIdsModifier and TypeMethodDescriptionvoidRuntimeServiceRest.addQualifiedAgentIdsToModel(QualifiedAgentIds qais) This method just serves to add its parameter to the OpenAPI model, e. -
Uses of QualifiedAgentIds in de.aristaflow.ilm.ws.rest.core.worklistmanager
Methods in de.aristaflow.ilm.ws.rest.core.worklistmanager with parameters of type QualifiedAgentIdsModifier and TypeMethodDescriptionvoidWorklistManagerRest.addQualifiedAgentIdsToModel(QualifiedAgentIds qais) This method just serves to add its parameter to the OpenAPI model, e. -
Uses of QualifiedAgentIds in de.aristaflow.ilm.ws.rest.model.worklistmodel
Subclasses of QualifiedAgentIds in de.aristaflow.ilm.ws.rest.model.worklistmodelModifier and TypeClassDescriptionclassThis is required since OpenAPI lets Maps always have a String as key.classThis is required since OpenAPI lets Maps always have a String as key. -
Uses of QualifiedAgentIds in de.aristaflow.ilm.ws.soap.core.orgmodelmanager
Method parameters in de.aristaflow.ilm.ws.soap.core.orgmodelmanager with type arguments of type QualifiedAgentIdsModifier and TypeMethodDescriptionOrgModelManager.getRichAgents(SessionToken session, Collection<QualifiedAgentIds> agents) OrgModelManagerSoap.getRichAgents(SessionToken session, Collection<QualifiedAgentIds> agents)