flux.file
Interface FileRenameAction

All Superinterfaces:
Action, AgentAction, java.lang.Cloneable, DoubleFileParameter, FileMoveAction, RenameableDoubleFileParameter, RuntimeDataMap, java.io.Serializable, SingleFileParameter

public interface FileRenameAction
extends FileMoveAction

The exact same behavior as FileMoveAction. Here to avoid confusion if it is not obvious that a move action is the same thing as a rename action. At flow chart execution time, if at least one error occurs, a FileActionException is thrown.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 
Methods inherited from interface flux.Action
addFlow, addFlow, addSignalFlow, clone, execute, getDescription, getFlows, getHiddenVariableNames, getJoinExpression, getName, getPostscript, getPostscriptLanguage, getPrescript, getPrescriptLanguage, getResultInfo, getSignalsToMonitor, getTimeoutBusinessInterval, getTimeoutBusinessIntervalNamespace, getTimeoutExpression, getVariableManager, isEndOfRun, isJoinPoint, isSkippable, isStartAction, isStartOfRun, isTransactionBreak, removeFlow, reset, setDescription, setElseFlow, setEndOfRun, setErrorFlow, setErrorFlowWithoutRollback, setErrorFlowWithRollback, setJoinExpression, setJoinPoint, setName, setPostscript, setPostscriptLanguage, setPrescript, setPrescriptLanguage, setSignalsToMonitor, setSkippable, setStartAction, setStartOfRun, setTimeoutBusinessInterval, setTimeoutBusinessIntervalNamespace, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, verify, verifyOnClient
 
Methods inherited from interface flux.runtimedatamap.RuntimeDataMap
getRuntimeDataMap, setRuntimeDataMap
 
Methods inherited from interface flux.file.RenameableDoubleFileParameter
getRenamer, setRenamer
 
Methods inherited from interface flux.file.DoubleFileParameter
addTarget, getTargets, isPreserveDirectoryStructure, setPreserveDirectoryStructure
 
Methods inherited from interface flux.file.SingleFileParameter
addSource, clear, getSources
 
Methods inherited from interface flux.agent.AgentAction
getAgentPool, setAgentPool
 



© 2014 Flux Corporation. All rights reserved.