Interface AggregateTask.ComponentAggregateTask
-
- All Superinterfaces:
AggregateTask
- All Known Implementing Classes:
ComponentAggregateTaskImpl
- Enclosing interface:
- AggregateTask
public static interface AggregateTask.ComponentAggregateTask extends AggregateTask
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.openems.edge.core.appmanager.dependency.AggregateTask
AggregateTask.ComponentAggregateTask, AggregateTask.SchedulerAggregateTask, AggregateTask.StaticIpAggregateTask
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<EdgeConfig.Component>
getCreatedComponents()
Gets the Components that were created.java.util.List<java.lang.String>
getDeletedComponents()
Gets the Components that were deleted.-
Methods inherited from interface io.openems.edge.core.appmanager.dependency.AggregateTask
aggregate, create, delete, reset
-
-
-
-
Method Detail
-
getCreatedComponents
java.util.List<EdgeConfig.Component> getCreatedComponents()
Gets the Components that were created.- Returns:
- the created
EdgeConfig.Component
-
getDeletedComponents
java.util.List<java.lang.String> getDeletedComponents()
Gets the Components that were deleted.- Returns:
- the id's of the deleted
EdgeConfig.Component
-
-