Package org.silverpeas.wbe.wopi
Class WopiFileWrapper
- java.lang.Object
-
- org.silverpeas.core.wbe.WbeFile
-
- org.silverpeas.core.webapi.wbe.WbeFileWrapper
-
- org.silverpeas.wbe.wopi.WopiFileWrapper
-
- All Implemented Interfaces:
org.silverpeas.core.security.Securable
public class WopiFileWrapper extends org.silverpeas.core.webapi.wbe.WbeFileWrapper
This WRAPPER is used by WOPI host and gives the possibility to add functionality contextualized to a WopiFile.- Author:
- silveryocha
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTime
lastModificationDate()
Gets the last modification date with second precision.-
Methods inherited from class org.silverpeas.core.webapi.wbe.WbeFileWrapper
canBeAccessedBy, canBeDeletedBy, canBeModifiedBy, ext, id, linkedToResource, loadInto, lock, mimeType, name, owner, silverpeasId, size, toString, updateFrom, version
-
Methods inherited from class org.silverpeas.core.wbe.WbeFile
getLastEditionDate, setLastEditionDateAtNow
-
-
-
-
Method Detail
-
lastModificationDate
public OffsetDateTime lastModificationDate()
Gets the last modification date with second precision.- Overrides:
lastModificationDate
in classorg.silverpeas.core.webapi.wbe.WbeFileWrapper
- Returns:
- an
OffsetDateTime
with cleared milliseconds.
-
-