Uses of Class
de.aristaflow.ilm.model.common.collection.RemoteIteratorData
-
-
Uses of RemoteIteratorData in de.aristaflow.ilm.base.sessionmanagement
Subclasses of RemoteIteratorData in de.aristaflow.ilm.base.sessionmanagement Modifier and Type Class Description classQaRemoteIteratorDataclassRaRemoteIteratorData -
Uses of RemoteIteratorData in de.aristaflow.ilm.core.globalprovider
Subclasses of RemoteIteratorData in de.aristaflow.ilm.core.globalprovider Modifier and Type Class Description classNamespaceRemoteIteratorData -
Uses of RemoteIteratorData in de.aristaflow.ilm.core.logmanager.logs
Subclasses of RemoteIteratorData in de.aristaflow.ilm.core.logmanager.logs Modifier and Type Class Description classErrorDataRemoteIteratorDataclassExecHistEntryRemoteIteratorDataclassWorkHistEntryRemoteIteratorData -
Uses of RemoteIteratorData in de.aristaflow.ilm.core.processmanager
Subclasses of RemoteIteratorData in de.aristaflow.ilm.core.processmanager Modifier and Type Class Description classTemplKindRemoteIteratorData -
Uses of RemoteIteratorData in de.aristaflow.ilm.model.common.collection
Classes in de.aristaflow.ilm.model.common.collection with type parameters of type RemoteIteratorData Modifier and Type Class Description classRemoteIteratorHandler<T,I extends InitialRemoteIteratorData<T>,N extends RemoteIteratorData<T>>This class handles remote iterators by assigning IDs to them and mapping these IDs to the respective handler. -
Uses of RemoteIteratorData in de.aristaflow.ilm.model.execution
Subclasses of RemoteIteratorData in de.aristaflow.ilm.model.execution Modifier and Type Class Description classEcRemoteIteratorData -
Uses of RemoteIteratorData in de.aristaflow.ilm.model.monitor
Subclasses of RemoteIteratorData in de.aristaflow.ilm.model.monitor Modifier and Type Class Description classIdvRemoteIteratorDataclassTtdeRemoteIteratorData -
Uses of RemoteIteratorData in de.aristaflow.ilm.model.orgmodel
Subclasses of RemoteIteratorData in de.aristaflow.ilm.model.orgmodel Modifier and Type Class Description classEntityRemoteIteratorData -
Uses of RemoteIteratorData in de.aristaflow.ilm.model.processmodel
Subclasses of RemoteIteratorData in de.aristaflow.ilm.model.processmodel Modifier and Type Class Description classInstIdPairRemoteIteratorDataclassInstIdRemoteIteratorDataclassInstRefRemoteIteratorDataclassInstRemoteIteratorDataclassInstStatusRemoteIteratorDataclassTemplIdRemoteIteratorDataclassTemplRefRemoteIteratorDataclassTemplRemoteIteratorDataclassTemplStatusRemoteIteratorData -
Uses of RemoteIteratorData in de.aristaflow.ilm.model.resourcemodel
Subclasses of RemoteIteratorData in de.aristaflow.ilm.model.resourcemodel Modifier and Type Class Description classIdUdtRemoteIteratorDataclassResInstRemoteIteratorDataclassResRemoteIteratorData -
Uses of RemoteIteratorData in de.aristaflow.ilm.model.runtimeenvironment
Subclasses of RemoteIteratorData in de.aristaflow.ilm.model.runtimeenvironment Modifier and Type Class Description classAsRemoteIteratorDataclassNsRemoteIteratorDataclassScRemoteIteratorData -
Uses of RemoteIteratorData in de.aristaflow.ilm.ws.model.common.collection
Classes in de.aristaflow.ilm.ws.model.common.collection with type parameters of type RemoteIteratorData Modifier and Type Class Description classAddDataTransformatorRemoteIteratorWebService<WJ,WI,A,I extends InitialRemoteIteratorData<WI>,N extends RemoteIteratorData<WI>>This remote iterator web service provides the web service interface for going through a remote iterator.classNonTransformingRemoteIteratorWebService<WI,I extends InitialRemoteIteratorData<WI>,N extends RemoteIteratorData<WI>>This remote iterator web service simplifiesRemoteIteratorWebServiceby avoiding the transformation.classRemoteIteratorWebService<WJ,WI,I extends InitialRemoteIteratorData<WI>,N extends RemoteIteratorData<WI>>This remote iterator web service simplifiesAddDataTransformatorRemoteIteratorWebServiceby avoiding the additional for the transformation. -
Uses of RemoteIteratorData in de.aristaflow.ilm.ws.rest.model.common.collection
Classes in de.aristaflow.ilm.ws.rest.model.common.collection with type parameters of type RemoteIteratorData Modifier and Type Class Description classRemoteIteratorRest<WI,NI extends RemoteIteratorData<WI>> -
Uses of RemoteIteratorData in de.aristaflow.ilm.ws.rest.model.orgmodel
Subclasses of RemoteIteratorData in de.aristaflow.ilm.ws.rest.model.orgmodel Modifier and Type Class Description classEntityRemoteIteratorData -
Uses of RemoteIteratorData in de.aristaflow.ilm.ws.soap.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.soap.core.orgmodelmanager that return RemoteIteratorData Modifier and Type Method Description RemoteIteratorData<QualifiedAgent>OrgModelManager. qaRemoteIteratorGetNext(UUID id, Integer count, Integer start)RemoteIteratorData<QualifiedAgent>OrgModelManagerSoap. qaRemoteIteratorGetNext(UUID id, Integer count, Integer start)RemoteIteratorData<QualifiedAgent>OrgModelManager. qaRemoteIteratorGetPrevious(UUID id, Integer count)RemoteIteratorData<QualifiedAgent>OrgModelManagerSoap. qaRemoteIteratorGetPrevious(UUID id, Integer count)
-