Package lumis.service.websitefiles
Class WebsiteFilesFolder
- java.lang.Object
-
- lumis.service.websitefiles.WebsiteFilesFolder
-
public class WebsiteFilesFolder extends java.lang.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 java.lang.String
getId()
java.lang.String
getName()
java.lang.String
getRootDir()
java.lang.String
getServiceInstanceId()
java.lang.String
getWebsite()
-
-
-
Method Detail
-
getServiceInstanceId
public java.lang.String getServiceInstanceId()
- Returns:
- the serviceinstanceId where this entity was added.
- Since:
- 11.0.0
-
getId
public java.lang.String getId()
- Returns:
- the identifier for the website folder configuration
- Since:
- 11.0.0
-
getName
public java.lang.String getName()
-
getWebsite
public java.lang.String getWebsite()
-
getRootDir
public java.lang.String getRootDir()
- Returns:
- the path relative to the website base folder that represents the folder to be edited.
- Since:
- 11.0.0
-
-