|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableMount
Mount extension that decouples channel info retrieval from the mount service construction. It is only safe to use the methods that are exposed while the mount service is built; i.e. with the HstManagerImpl monitor held.
Field Summary |
---|
Fields inherited from interface org.hippoecm.hst.configuration.hosting.Mount |
---|
LIVE_NAME, PREVIEW_NAME, PROPERTY_NAME_MOUNT_PREFIX |
Method Summary | |
---|---|
void |
addMount(MutableMount mount)
|
String |
getCmsLocation()
|
String |
getLockedBy()
Return null when the mount is not locked. |
Calendar |
getLockedOn()
Get the date on which the mount was locked. |
void |
setChannelInfo(ChannelInfo info)
Set the channel info for the mount. |
void |
setLockedBy(String userId)
Set the mount's lock owner userId. |
void |
setLockedOn(Calendar lockedOn)
Set the date on which the mount was locked. |
Methods inherited from interface org.hippoecm.hst.configuration.hosting.Mount |
---|
getAlias, getCanonicalContentPath, getChannelInfo, getChannelPath, getChildMount, getChildMounts, getContentPath, getDefaultSiteMapItemHandlerIds, getEmbeddedMountPath, getFormLoginPage, getHomePage, getHstSite, getHstSiteMapMatcher, getIdentifier, getLocale, getMountPath, getMountPoint, getMountProperties, getName, getNamedPipeline, getPageNotFound, getParent, getPort, getProperty, getRoles, getScheme, getType, getTypes, getUsers, getVirtualHost, isAuthenticated, isContextPathInUrl, isMapped, isOfType, isPortInUrl, isPreview, isSessionStateful, isSite, isSubjectBasedSession, isVersionInPreviewHeader, onlyForContextPath |
Method Detail |
---|
void setChannelInfo(ChannelInfo info)
info
- void addMount(MutableMount mount) throws IllegalArgumentException, ServiceException
mount
- the MutableMount
to add
IllegalArgumentException
- if the mount
could not be added
ServiceException
- if the mount
could not be addedString getCmsLocation()
null
if not configuredString getLockedBy()
void setLockedBy(String userId)
Calendar getLockedOn()
void setLockedOn(Calendar lockedOn)
lockedOn
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |