public interface ReplicationStatus
ReplicationStatus
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NODE_PROPERTY_LAST_PUBLISHED
Deprecated.
|
static java.lang.String |
NODE_PROPERTY_LAST_PUBLISHED_BY
Deprecated.
|
static java.lang.String |
NODE_PROPERTY_LAST_REPLICATED
The name of the property that records the date of the last replication.
|
static java.lang.String |
NODE_PROPERTY_LAST_REPLICATED_BY
The name of the property that records the userid of the last replication
|
static java.lang.String |
NODE_PROPERTY_LAST_REPLICATION_ACTION
The name of the property that records the last replication action
|
static java.lang.String |
NODE_TYPE
Name of the node type
|
Modifier and Type | Method and Description |
---|---|
java.util.Calendar |
getLastPublished()
Returns the time when the content was last published (i.e.
|
java.lang.String |
getLastPublishedBy()
Returns the user id who issues the last publish action.
|
ReplicationActionType |
getLastReplicationAction()
Return the last replication action.
|
java.util.List<ReplicationQueue.Entry> |
getPending()
Checks if the last publish action is still pending, i.e.
|
java.util.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 java.lang.String NODE_PROPERTY_LAST_REPLICATED
static final java.lang.String NODE_PROPERTY_LAST_REPLICATED_BY
static final java.lang.String NODE_PROPERTY_LAST_REPLICATION_ACTION
static final java.lang.String NODE_TYPE
static final java.lang.String NODE_PROPERTY_LAST_PUBLISHED
NODE_PROPERTY_LAST_REPLICATED
static final java.lang.String NODE_PROPERTY_LAST_PUBLISHED_BY
NODE_PROPERTY_LAST_REPLICATED_BY
java.util.Calendar getLastPublished()
null
java.lang.String getLastPublishedBy()
null
ReplicationActionType 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 pendingjava.util.List<ReplicationQueue.Entry> getPending()
java.util.List<ReplicationQueue.Entry> getQueueStatus()
Copyright © 2010 - 2020 Adobe. All Rights Reserved