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 class
QualifiedAgent
Methods 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 RaInitialRemoteIteratorData
ModelExplorerWebService. 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 void
LicenceManagerRest. addQualifiedAgentIdsToModel(QualifiedAgentIds qais)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 void
ExecutionManagerRest. addQualifiedAgentIdsToModel(QualifiedAgentIds qais)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 void
GlobalProviderRest. addQualifiedAgentIdsToModel(QualifiedAgentIds qais)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 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. -
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 void
ProcessImageRendererRest. addQualifiedAgentIdsToModel(QualifiedAgentIds qais)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.void
SimpleProcessImageRendererRest. addQualifiedAgentIdsToModel(QualifiedAgentIds qais)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 void
ProcessManagerRest. addQualifiedAgentIdsToModel(QualifiedAgentIds qais)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 void
ResModelManagerRest. addQualifiedAgentIdsToModel(QualifiedAgentIds qais)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 void
RuntimeManagerRest. addQualifiedAgentIdsToModel(QualifiedAgentIds qais)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 void
RuntimeServiceRest. addQualifiedAgentIdsToModel(QualifiedAgentIds qais)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 void
WorklistManagerRest. addQualifiedAgentIdsToModel(QualifiedAgentIds qais)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 class
QaAssessment
This is required since OpenAPI lets Maps always have a String as key.class
WorklistsContaining
This 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)
-