Uses of Class
de.aristaflow.ilm.base.sessionmanagement.QualifiedAgentIds
-
-
Uses of QualifiedAgentIds in de.aristaflow.ilm.base.sessionmanagement
Subclasses of QualifiedAgentIds in de.aristaflow.ilm.base.sessionmanagement Modifier and Type Class Description classQualifiedAgentMethods in de.aristaflow.ilm.base.sessionmanagement with parameters of type QualifiedAgentIds Modifier and Type Method Description static Pair<Long,Long>Transformation. fromIlm(QualifiedAgentIds qai) -
Uses of QualifiedAgentIds in de.aristaflow.ilm.ws.core.orgmodelmanager
Method parameters in de.aristaflow.ilm.ws.core.orgmodelmanager with type arguments of type QualifiedAgentIds Modifier and Type Method Description @NotNull List<@Valid RichAgent>ModelExplorerWebService. 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 QualifiedAgentIds Modifier and Type Method Description voidLicenceManagerRest. 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 QualifiedAgentIds Modifier and Type Method Description voidExecutionManagerRest. 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 QualifiedAgentIds Modifier and Type Method Description voidGlobalProviderRest. 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 QualifiedAgentIds Modifier and Type Method Description @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 QualifiedAgentIds Modifier and Type Method Description voidProcessImageRendererRest. 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 QualifiedAgentIds Modifier and Type Method Description voidProcessManagerRest. 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 QualifiedAgentIds Modifier and Type Method Description voidResModelManagerRest. 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 QualifiedAgentIds Modifier and Type Method Description voidRuntimeManagerRest. 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 QualifiedAgentIds Modifier and Type Method Description voidRuntimeServiceRest. 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 QualifiedAgentIds Modifier and Type Method Description voidWorklistManagerRest. 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.worklistmodel Modifier and Type Class Description classQaAssessmentThis is required since OpenAPI lets Maps always have a String as key.classWorklistsContainingThis 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 QualifiedAgentIds Modifier and Type Method Description List<RichAgent>OrgModelManager. getRichAgents(SessionToken session, Collection<QualifiedAgentIds> agents)List<RichAgent>OrgModelManagerSoap. getRichAgents(SessionToken session, Collection<QualifiedAgentIds> agents)
-