Package org.alfresco.filesys.repo.rules
Interface DependentInstance
-
public interface DependentInstanceA dependent instance takes account of some other instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Commandwin(java.util.List<ScenarioResult> results, Command command)Notifies the scenario that there are conflicting loosing scenarios.
-
-
-
Method Detail
-
win
Command win(java.util.List<ScenarioResult> results, Command command)
Notifies the scenario that there are conflicting loosing scenarios.The winning scenario may modify its behavior to take account of the loosers.
- Parameters:
results-command-- Returns:
- the new command
-
-