public class ScenarioCreateDeleteRenameShuffleInstance extends java.lang.Object implements ScenarioInstance
a) New file created. Typically with an obscure name. b) Existing file deleted c) New file moved into place.
If this filter is active then this is what happens. a) New file created. New file created. b) Existing file deleted. File moved to temporary location instead. c) Rename - Scenario fires - File moved back from temporary location - Content updated. - temporary file deleted
ScenarioInstance.Ranking| Constructor and Description |
|---|
ScenarioCreateDeleteRenameShuffleInstance() |
| 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 ScenarioCreateDeleteRenameShuffleInstance()
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.