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. dataElements
List<@NotNull @Valid TemplTreeDataElement>
TtdeRemoteIteratorData. dataElements
Methods in de.aristaflow.ilm.model.monitor that return TemplTreeDataElement Modifier and Type Method Description static TemplTreeDataElement
Transformation. 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.TemplTreeDataElement
Transformation. fromIlm(ExecutionFactory ef, TemplTreeDataElement ttde)
Method parameters in de.aristaflow.ilm.model.monitor with type arguments of type TemplTreeDataElement Modifier and Type Method Description void
TtdeInitialRemoteIteratorData. setContentAbstract(List<TemplTreeDataElement> content)
void
TtdeRemoteIteratorData. 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 IdvInitialRemoteIteratorData
InstanceExecutionMonitorWebService. 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
-