Class OperationFileSingle
java.lang.Object
de.uplanet.lucy.server.dataobjects.impl.OperationFileSingle
- All Implemented Interfaces:
de.uplanet.lucy.server.file.action.IOperationFile
public final class OperationFileSingle
extends Object
implements de.uplanet.lucy.server.file.action.IOperationFile
-
Constructor Summary
ConstructorsConstructorDescriptionOperationFileSingle(de.uplanet.lucy.server.file.action.FILEITEM_OPERATION p_operation, String p_strRecId, String p_strId) -
Method Summary
Modifier and TypeMethodDescriptionstatic OperationFileSingledeleteFile(String p_strRecId, String p_strId) getFile()getId()getNewId()de.uplanet.lucy.server.file.action.FILEITEM_OPERATIONgetRecId()static OperationFileSinglerefreshMetaData(String p_strRecId, String p_strId) voidbooleanboolean
-
Constructor Details
-
Method Details
-
deleteFile
-
refreshMetaData
-
getRecId
- Returns:
- the recId
-
getFileName
- Specified by:
getFileNamein interfacede.uplanet.lucy.server.file.action.IOperationFile
-
getContentType
- Specified by:
getContentTypein interfacede.uplanet.lucy.server.file.action.IOperationFile
-
getFile
- Specified by:
getFilein interfacede.uplanet.lucy.server.file.action.IOperationFile
-
getId
- Specified by:
getIdin interfacede.uplanet.lucy.server.file.action.IOperationFile
-
getOperation
public de.uplanet.lucy.server.file.action.FILEITEM_OPERATION getOperation()- Specified by:
getOperationin interfacede.uplanet.lucy.server.file.action.IOperationFile
-
shouldUploadFileDeleteOnRollback
public boolean shouldUploadFileDeleteOnRollback()- Specified by:
shouldUploadFileDeleteOnRollbackin interfacede.uplanet.lucy.server.file.action.IOperationFile
-
shouldUploadFileMove
public boolean shouldUploadFileMove()- Specified by:
shouldUploadFileMovein interfacede.uplanet.lucy.server.file.action.IOperationFile
-
getNewId
- Specified by:
getNewIdin interfacede.uplanet.lucy.server.file.action.IOperationFile
-
setNewId
- Specified by:
setNewIdin interfacede.uplanet.lucy.server.file.action.IOperationFile
-