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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update()
Update the object (i.e.
-