Uses of Class
de.aristaflow.ilm.model.orgmodel.EntityInitialRemoteIteratorData
-
Packages that use EntityInitialRemoteIteratorData Package Description de.aristaflow.ilm.ws.core.orgmodelmanager de.aristaflow.ilm.ws.rest.core.orgmodelmanager -
-
Uses of EntityInitialRemoteIteratorData in de.aristaflow.ilm.ws.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.core.orgmodelmanager that return EntityInitialRemoteIteratorData Modifier and Type Method Description @Valid EntityInitialRemoteIteratorData
ModelExplorerWebService. getEntitiesFiltered(@NotNull @Valid SessionToken session, @NotNull EntityType entType, @NotNull Filter filter, Boolean excludeDisabled, List<@NotBlank String> attributes, @Positive Integer count)
@Valid EntityInitialRemoteIteratorData
ModelExplorerWebService. getEntitiesForPolicy(@NotNull @Valid SessionToken session, @NotBlank String orgPolicy, Boolean excludeDisabled, List<@NotBlank String> attributes, @Positive Integer count)
@Valid EntityInitialRemoteIteratorData
ModelExplorerWebService. getEntitiesForType(@NotNull @Valid SessionToken session, @NotNull EntityType entType, Boolean excludeDisabled, List<@NotBlank String> attributes, @Positive Integer count)
@Valid EntityInitialRemoteIteratorData
ModelExplorerWebService. getRelatedEntities(@NotNull @Valid SessionToken session, @NotNull Long entityId, @NotNull RelationType relType, Boolean leftToRight, Boolean excludeDisabled, List<@NotBlank String> attributes, @Positive Integer count)
-
Uses of EntityInitialRemoteIteratorData in de.aristaflow.ilm.ws.rest.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.orgmodelmanager that return EntityInitialRemoteIteratorData Modifier and Type Method Description @Valid EntityInitialRemoteIteratorData
ModelExplorerRest. getEntitiesFiltered(@NotNull EntityType entType, Boolean excludeDisabled, @Positive Integer count, Long aliveTime, @NotNull FilterWithProjection filterProj)
@Valid EntityInitialRemoteIteratorData
ModelExplorerRest. getEntitiesForPolicy(Boolean excludeDisabled, @Positive Integer count, Long aliveTime, @NotBlank String orgPolicy, List<@NotBlank String> attributeNames)
@Valid EntityInitialRemoteIteratorData
ModelExplorerRest. getEntitiesForType(@NotNull EntityType entType, Boolean excludeDisabled, @Positive Integer count, Long aliveTime, List<@NotBlank String> attributeNames)
@Valid EntityInitialRemoteIteratorData
ModelExplorerRest. getRelatedEntities(@NotNull Long id, @NotNull RelationType relType, Boolean leftToRight, Boolean excludeDisabled, @Positive Integer count, Long aliveTime, List<@NotBlank String> attributeNames)
-