public class ScenarioCreateShuffleInstance extends java.lang.Object implements ScenarioInstance
a) New file created. Typically with an obscure name. b) Existing file moved out of the way c) New file moved into place. d) Old file deleted.
If this filter is active then this is what happens. a) New file created. New file created (X). b) Existing file moved out of the way (Y to Z). Raname tracked. c) New file moved into place (X to Y). Scenario kicks in to change commands. d) Old file deleted.
ScenarioInstance.Ranking| Constructor and Description |
|---|
ScenarioCreateShuffleInstance() |
| Modifier and Type | Method and Description |
|---|---|
Command |
evaluate(Operation operation)
Evaluate the next operation
|
ScenarioInstance.Ranking |
getRanking()
Get the Ranking
|
long |
getTimeout() |
boolean |
isComplete()
Is the scenario complete?
|
void |
setRanking(ScenarioInstance.Ranking ranking) |
void |
setTimeout(long timeout) |
java.lang.String |
toString() |
public Command evaluate(Operation operation)
evaluate in interface ScenarioInstanceoperation - public boolean isComplete()
ScenarioInstanceisComplete in interface ScenarioInstancepublic ScenarioInstance.Ranking getRanking()
ScenarioInstancegetRanking in interface ScenarioInstancepublic void setRanking(ScenarioInstance.Ranking ranking)
public java.lang.String toString()
toString in class java.lang.Objectpublic void setTimeout(long timeout)
public long getTimeout()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.