public interface ReplicationStatus
ReplicationStatus| Modifier and Type | Field and Description |
|---|---|
static String |
NODE_PROPERTY_LAST_PUBLISHED
Deprecated.
|
static String |
NODE_PROPERTY_LAST_PUBLISHED_BY
Deprecated.
|
static String |
NODE_PROPERTY_LAST_REPLICATED
The name of the property that records the date of the last replication.
|
static String |
NODE_PROPERTY_LAST_REPLICATED_BY
The name of the property that records the userid of the last replication
|
static String |
NODE_PROPERTY_LAST_REPLICATION_ACTION
The name of the property that records the last replication action
|
static String |
NODE_TYPE
Name of the node type
|
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getLastPublished()
Returns the time when the content was last published (i.e.
|
String |
getLastPublishedBy()
Returns the user id who issues the last publish action.
|
ReplicationActionType |
getLastReplicationAction()
Return the last replication action.
|
List<ReplicationQueue.Entry> |
getPending()
Checks if the last publish action is still pending, i.e.
|
List<ReplicationQueue.Entry> |
getQueueStatus()
Returns the queue status of this content.
|
boolean |
isActivated()
Convenience method that checks if the last publish action was
'activate'.
|
boolean |
isDeactivated()
Convenience method that checks if the last publish action was
'deactivate'.
|
boolean |
isDelivered()
Checks if the content is delivered.
|
boolean |
isPending()
Checks if the last publish action is pending, i.e.
|
boolean |
isPublished()
Deprecated.
use
isDelivered() |
static final String NODE_PROPERTY_LAST_REPLICATED
static final String NODE_PROPERTY_LAST_REPLICATED_BY
static final String NODE_PROPERTY_LAST_REPLICATION_ACTION
static final String NODE_TYPE
static final String NODE_PROPERTY_LAST_PUBLISHED
NODE_PROPERTY_LAST_REPLICATEDstatic final String NODE_PROPERTY_LAST_PUBLISHED_BY
NODE_PROPERTY_LAST_REPLICATED_BYCalendar getLastPublished()
nullString getLastPublishedBy()
nullReplicationActionType getLastReplicationAction()
boolean isDelivered()
true if the content is delivered.@Deprecated boolean isPublished()
isDelivered()isDelivered()boolean isActivated()
true if the last publish action was 'activate'boolean isDeactivated()
true if the last publish action was 'activate'boolean isPending()
true if the action is pendingList<ReplicationQueue.Entry> getPending()
List<ReplicationQueue.Entry> getQueueStatus()
Copyright © 2010 - 2020 Adobe. All Rights Reserved