public interface Scenario
| Modifier and Type | Method and Description |
|---|---|
ScenarioInstance |
createInstance(EvaluatorContext ctx,
Operation operation)
Create a new ScenarioInstance
|
ScenarioInstance createInstance(EvaluatorContext ctx, Operation operation)
If the scenario is interested in the specified operation then return a new scenario instance.
currentInstances - the current instances of all scenarios.operation - the operation to be performedCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.