Uses of Class
de.aristaflow.ilm.model.monitor.TemplTreeDataElement
-
Packages that use TemplTreeDataElement Package Description de.aristaflow.ilm.model.monitor de.aristaflow.ilm.ws.core.executionmanager de.aristaflow.ilm.ws.rest.model.monitor -
-
Uses of TemplTreeDataElement in de.aristaflow.ilm.model.monitor
Fields in de.aristaflow.ilm.model.monitor with type parameters of type TemplTreeDataElement Modifier and Type Field Description List<@NotNull @Valid TemplTreeDataElement>TtdeInitialRemoteIteratorData. dataElementsList<@NotNull @Valid TemplTreeDataElement>TtdeRemoteIteratorData. dataElementsMethods in de.aristaflow.ilm.model.monitor that return TemplTreeDataElement Modifier and Type Method Description static TemplTreeDataElementTransformation. toIlm(de.aristaflow.adept2.model.monitor.TemplTreeDataElement ttde)Methods in de.aristaflow.ilm.model.monitor that return types with arguments of type TemplTreeDataElement Modifier and Type Method Description List<TemplTreeDataElement>TtdeInitialRemoteIteratorData. getContentAbstract()List<TemplTreeDataElement>TtdeRemoteIteratorData. getContentAbstract()Methods in de.aristaflow.ilm.model.monitor with parameters of type TemplTreeDataElement Modifier and Type Method Description static de.aristaflow.adept2.model.monitor.TemplTreeDataElementTransformation. fromIlm(ExecutionFactory ef, TemplTreeDataElement ttde)Method parameters in de.aristaflow.ilm.model.monitor with type arguments of type TemplTreeDataElement Modifier and Type Method Description voidTtdeInitialRemoteIteratorData. setContentAbstract(List<TemplTreeDataElement> content)voidTtdeRemoteIteratorData. setContentAbstract(List<TemplTreeDataElement> content) -
Uses of TemplTreeDataElement in de.aristaflow.ilm.ws.core.executionmanager
Method parameters in de.aristaflow.ilm.ws.core.executionmanager with type arguments of type TemplTreeDataElement Modifier and Type Method Description @Valid IdvInitialRemoteIteratorDataInstanceExecutionMonitorWebService. getCurrentDataValues(@NotNull @Valid SessionToken session, @NotEmpty Collection<UUID> rootTemplIds, @NotEmpty List<@Valid TemplTreeDataElement> dataElements, @Valid InstanceFilter instFilter, @Valid InstanceStatusFilter instStatusFilter, @Size(min=1) Map<@NotNull Integer,@NotNull Long> valueSizeLimits, @Positive Integer count) -
Uses of TemplTreeDataElement in de.aristaflow.ilm.ws.rest.model.monitor
Fields in de.aristaflow.ilm.ws.rest.model.monitor with type parameters of type TemplTreeDataElement Modifier and Type Field Description @NotEmpty List<@Valid TemplTreeDataElement>DataElemsInstanceFilters. dataElements
-