Package lumis.service.websitefiles
Class WebsiteFilesFolder
- java.lang.Object
-
- lumis.service.websitefiles.WebsiteFilesFolder
-
public class WebsiteFilesFolder extends Object
Entity that represents a folder in a website configured to be edited using the Website Files service.- Since:
- 11.0.0
- Version:
- $Revision: 21881 $ $Date: 2018-09-21 17:09:37 -0300 (Fri, 21 Sep 2018) $
-
-
Constructor Summary
Constructors Constructor Description WebsiteFilesFolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getName()
String
getRootDir()
String
getServiceInstanceId()
String
getWebsite()
-
-
-
Method Detail
-
getServiceInstanceId
public String getServiceInstanceId()
- Returns:
- the serviceinstanceId where this entity was added.
- Since:
- 11.0.0
-
getId
public String getId()
- Returns:
- the identifier for the website folder configuration
- Since:
- 11.0.0
-
getName
public String getName()
-
getWebsite
public String getWebsite()
-
getRootDir
public String getRootDir()
- Returns:
- the path relative to the website base folder that represents the folder to be edited.
- Since:
- 11.0.0
-
-