Package com.uc4.api.objects
Interface WorkflowInterfaces.IUpdatable
- All Known Implementing Classes:
JobPlan
,WorkflowIF
,WorkflowLoop
- Enclosing interface:
- WorkflowInterfaces
public static interface WorkflowInterfaces.IUpdatable
Indicates that a class can be updated
-
Method Summary
-
Method Details
-
update
void update()Update the object (i.e. recalculate internal properties, sort tasks, ...)
-