public class BasicPublicationInfos extends Object implements PublicationInfos
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_PATH
property : the path of the container of the document (a workspace, a publication space)
|
static String |
CONTENT_PATH
property : the path of the document
|
static String |
DISPLAY_LIVE_VERSION
property : should display the live version
|
static String |
NAVIGATION_PATH
property : the current path of the navigable élément (could be the container of the current document)
|
static String |
RELOAD_RESOURCE
property : should reload the page
|
static String |
REQUEST_LIVE_VERSION
property : should display the live version
|
| Constructor and Description |
|---|
BasicPublicationInfos()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath() |
String |
getContentPath() |
String |
getDisplayContext() |
String |
getDriveUrl()
Getter for driveUrl.
|
String |
getForcedLivePath() |
String |
getLiveId() |
String |
getNavigationPath() |
String |
getScope() |
DocumentState |
getState() |
boolean |
isContextualized() |
boolean |
isDraft() |
boolean |
isDriveEnabled()
Getter for driveEnabled.
|
boolean |
isLiveSpace() |
boolean |
isReloadResource() |
void |
setBasePath(String basePath) |
void |
setContentPath(String contentPath) |
void |
setContextualized(boolean contextualized) |
void |
setDisplayContext(String displayContext) |
void |
setDraft(boolean draft) |
void |
setDriveEnabled(boolean driveEnabled)
Setter for driveEnabled.
|
void |
setDriveUrl(String driveUrl)
Setter for driveUrl.
|
void |
setForcedLivePath(String forcedLivePath) |
void |
setLiveId(String liveId) |
void |
setLiveSpace(boolean liveSpace) |
void |
setNavigationPath(String navigationPath) |
void |
setReloadResource(boolean reloadResource) |
void |
setScope(String scope) |
void |
setState(DocumentState state) |
public static final String BASE_PATH
public static final String DISPLAY_LIVE_VERSION
public static final String REQUEST_LIVE_VERSION
public static final String NAVIGATION_PATH
public static final String CONTENT_PATH
public static final String RELOAD_RESOURCE
public String getBasePath()
public void setBasePath(String basePath)
basePath - the basePath to setpublic String getNavigationPath()
public void setNavigationPath(String navigationPath)
navigationPath - the navigationPath to setpublic String getContentPath()
public void setContentPath(String contentPath)
contentPath - the contentPath to setpublic String getForcedLivePath()
public void setForcedLivePath(String forcedLivePath)
forcedLivePath - the forcedLivePath to setpublic DocumentState getState()
public void setState(DocumentState state)
state - the state to setpublic boolean isReloadResource()
public void setReloadResource(boolean reloadResource)
reloadResource - the reloadResource to setpublic String getLiveId()
public void setLiveId(String liveId)
liveId - the liveId to setpublic boolean isLiveSpace()
public void setLiveSpace(boolean liveSpace)
liveSpace - the liveSpace to setpublic boolean isContextualized()
public void setContextualized(boolean contextualized)
contextualized - the contextualized to setpublic String getScope()
public void setScope(String scope)
scope - the scope to setpublic String getDisplayContext()
public void setDisplayContext(String displayContext)
displayContext - the displayContext to setpublic boolean isDraft()
public void setDraft(boolean draft)
draft - the draft to setpublic boolean isDriveEnabled()
public void setDriveEnabled(boolean driveEnabled)
driveEnabled - the driveEnabled to setpublic String getDriveUrl()
public void setDriveUrl(String driveUrl)
driveUrl - the driveUrl to setCopyright © 2020. All rights reserved.