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 Details

    • 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.