Interface IOperationFileValueHolder
-
- All Superinterfaces:
IObjectValueHolder
,IValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>
- All Known Implementing Classes:
AbstractOperationFileValueHolder
,OperationFileAppendFirstValueHolder
,OperationFileDeleteValueHolder
,OperationFileMergeValueHolder
,OperationFileRefreshValueHolder
,OperationFileReplaceValueHolder
public interface IOperationFileValueHolder extends IValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>, IObjectValueHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAddFileCount()
int
getDeleteFileCount()
de.uplanet.lucy.server.file.action.FILE_OPERATION
getOperation()
-
Methods inherited from interface de.uplanet.lucy.server.dataobjects.IValueHolder
getCanonicalLexicalRepresentation, getRawValue, getType, getValue, hasValue
-
-
-
-
Method Detail
-
getOperation
de.uplanet.lucy.server.file.action.FILE_OPERATION getOperation()
- Returns:
- Returns the file operation mode.
-
getAddFileCount
int getAddFileCount()
- Returns:
- Returns the count of files that should be added.
-
getDeleteFileCount
int getDeleteFileCount()
- Returns:
- Returns the count of files that should be deleted.
-
-