Schnittstelle IOperationFileValueHolder
- Alle Superschnittstellen:
IObjectValueHolder,IValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>
- Alle bekannten Implementierungsklassen:
AbstractOperationFileValueHolder,OperationFileAppendFirstValueHolder,OperationFileDeleteValueHolder,OperationFileMergeValueHolder,OperationFileRefreshValueHolder,OperationFileReplaceValueHolder
public interface IOperationFileValueHolder
extends IValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>, IObjectValueHolder
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintintde.uplanet.lucy.server.file.action.FILE_OPERATIONVon Schnittstelle geerbte Methoden de.uplanet.lucy.server.dataobjects.IValueHolder
getCanonicalLexicalRepresentation, getRawValue, getType, getValue, hasValue
-
Methodendetails
-
getOperation
de.uplanet.lucy.server.file.action.FILE_OPERATION getOperation()- Gibt zurück:
- Returns the file operation mode.
-
getAddFileCount
int getAddFileCount()- Gibt zurück:
- Returns the count of files that should be added.
-
getDeleteFileCount
int getDeleteFileCount()- Gibt zurück:
- Returns the count of files that should be deleted.
-