public interface NuxeoPublicationInfos
extends org.osivia.portal.api.cms.PublicationInfos
PublicationInfos| Modifier and Type | Method and Description |
|---|---|
int |
getDraftCount()
Get draft count.
|
String |
getDriveEditionUrl()
Get Nuxeo Drive edition URL.
|
Date |
getLockDate()
Get lock date.
|
String |
getLockOwner()
Get lock owner.
|
LockStatus |
getLockStatus()
Get lock status.
|
String |
getParentSpaceId()
Get parent space document identifier.
|
String |
getSpaceId()
Get space document identifier.
|
SubscriptionStatus |
getSubscriptionStatus()
Get subscription status.
|
Set<String> |
getSubtypes()
Get subtype names of the document.
|
String |
getSynchronizationRootPath()
Get synchronisation root path.
|
String |
getTaskName()
Get task name.
|
boolean |
isDriveEnabled()
Check if Nuxeo Drive is enabled.
|
boolean |
isErrorOnPdfConversion()
Check if an error occurs on PDF conversion.
|
boolean |
isFacetSets()
Check if the workspace has the Sets facet
|
boolean |
isOnlineTaskInitiator()
Check if the current user is the online task initiator.
|
boolean |
isOnlineTaskPending()
Check if they are online task pending.
|
boolean |
isPdfConvertible()
Check if the document is PDF convertible.
|
boolean |
isRemotePublishable()
Check if the document is publishable remotely.
|
boolean |
isRemotePublished()
Check if the document is published remotely.
|
boolean |
isValidationWorkflowRunning()
Check if the document has a running validation workflow.
|
boolean isRemotePublishable()
boolean isRemotePublished()
String getSpaceId()
String getParentSpaceId()
boolean isDriveEnabled()
String getDriveEditionUrl()
String getTaskName()
boolean isOnlineTaskPending()
boolean isOnlineTaskInitiator()
boolean isValidationWorkflowRunning()
int getDraftCount()
SubscriptionStatus getSubscriptionStatus()
LockStatus getLockStatus()
String getLockOwner()
Date getLockDate()
String getSynchronizationRootPath()
boolean isPdfConvertible()
boolean isErrorOnPdfConversion()
boolean isFacetSets()
Copyright © 2019. All rights reserved.