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.model.orgmodel -
-
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 EntityFilter 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.model.orgmodel
Methods in de.aristaflow.ilm.ws.rest.model.orgmodel with parameters of type EntityInitialRemoteIteratorData Modifier and Type Method Description static EntityInitialRemoteIteratorData
Transformation. toRest(EntityInitialRemoteIteratorData rid)
-