Package org.silverpeas.core.webapi.wbe
Class WbeFileEditionContext
- java.lang.Object
-
- org.silverpeas.core.webapi.wbe.WbeFileEditionContext
-
public class WbeFileEditionContext extends Object
Handles the edition context of a file.- Author:
- silveryocha
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
WbeFileEditionContext(WbeUser user, WbeFileWrapper file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WbeFile
getFile()
Gets the WBE file the context is linked to.WbeUser
getUser()
Gets the initiator of the editionString
toString()
-
-
-
Constructor Detail
-
WbeFileEditionContext
protected WbeFileEditionContext(WbeUser user, WbeFileWrapper file)
-
-