public interface PublicationInfos
| Modifier and Type | Method and Description |
|---|---|
String |
getDraftContextualizationPath()
Get draft contextualization path.
|
String |
getDraftPath()
Get draft path.
|
String |
getLiveId()
Get live document identifier.
|
String |
getPath()
Get document path.
|
String |
getSpaceDisplayName()
Get space display name.
|
String |
getSpacePath()
Get space path.
|
String |
getSpaceType()
Get space type.
|
boolean |
hasDraft()
Check if the document has a draft.
|
boolean |
isBeingModified()
Check if the document is being modified.
|
boolean |
isDraft()
Check if the document is a draft.
|
boolean |
isLiveSpace()
Get live space indicator.
|
boolean |
isOrphanDraft()
Check if the document is an orphan draft.
|
boolean |
isPublished()
Check if the document is published.
|
String getPath()
String getLiveId()
boolean isPublished()
boolean isBeingModified()
boolean isLiveSpace()
String getSpacePath()
String getSpaceDisplayName()
String getSpaceType()
boolean hasDraft()
boolean isDraft()
boolean isOrphanDraft()
String getDraftPath()
String getDraftContextualizationPath()
Copyright © 2021. All rights reserved.