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 class
QaRemoteIteratorData
class
RaRemoteIteratorData
-
Uses of RemoteIteratorData in de.aristaflow.ilm.core.globalprovider
Subclasses of RemoteIteratorData in de.aristaflow.ilm.core.globalprovider Modifier and Type Class Description class
NamespaceRemoteIteratorData
-
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 class
ErrorDataRemoteIteratorData
class
ExecHistEntryRemoteIteratorData
class
WorkHistEntryRemoteIteratorData
-
Uses of RemoteIteratorData in de.aristaflow.ilm.core.processmanager
Subclasses of RemoteIteratorData in de.aristaflow.ilm.core.processmanager Modifier and Type Class Description class
TemplKindRemoteIteratorData
-
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 class
RemoteIteratorHandler<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 class
EcRemoteIteratorData
-
Uses of RemoteIteratorData in de.aristaflow.ilm.model.orgmodel
Subclasses of RemoteIteratorData in de.aristaflow.ilm.model.orgmodel Modifier and Type Class Description class
EntityRemoteIteratorData
-
Uses of RemoteIteratorData in de.aristaflow.ilm.model.processmodel
Subclasses of RemoteIteratorData in de.aristaflow.ilm.model.processmodel Modifier and Type Class Description class
InstIdPairRemoteIteratorData
class
InstIdRemoteIteratorData
class
InstRefRemoteIteratorData
class
InstRemoteIteratorData
class
InstStatusRemoteIteratorData
class
TemplIdRemoteIteratorData
class
TemplRefRemoteIteratorData
class
TemplRemoteIteratorData
class
TemplStatusRemoteIteratorData
-
Uses of RemoteIteratorData in de.aristaflow.ilm.model.resourcemodel
Subclasses of RemoteIteratorData in de.aristaflow.ilm.model.resourcemodel Modifier and Type Class Description class
IdUdtRemoteIteratorData
class
ResInstRemoteIteratorData
class
ResRemoteIteratorData
-
Uses of RemoteIteratorData in de.aristaflow.ilm.model.runtimeenvironment
Subclasses of RemoteIteratorData in de.aristaflow.ilm.model.runtimeenvironment Modifier and Type Class Description class
AsRemoteIteratorData
class
NsRemoteIteratorData
class
ScRemoteIteratorData
-
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 class
AddDataTransformatorRemoteIteratorWebService<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.class
NonTransformingRemoteIteratorWebService<WI,I extends InitialRemoteIteratorData<WI>,N extends RemoteIteratorData<WI>>
This remote iterator web service simplifiesRemoteIteratorWebService
by avoiding the transformation.class
RemoteIteratorWebService<WJ,WI,I extends InitialRemoteIteratorData<WI>,N extends RemoteIteratorData<WI>>
This remote iterator web service simplifiesAddDataTransformatorRemoteIteratorWebService
by 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 class
RemoteIteratorRest<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 class
EntityRemoteIteratorData
-
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)
-