|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReplicationStatus
ReplicationStatus
| Field Summary | |
|---|---|
static String |
NODE_PROPERTY_LAST_PUBLISHED
Deprecated. use NODE_PROPERTY_LAST_REPLICATED |
static String |
NODE_PROPERTY_LAST_PUBLISHED_BY
Deprecated. use NODE_PROPERTY_LAST_REPLICATED_BY |
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 |
| Method Summary | |
|---|---|
Calendar |
getLastPublished()
Returns the time when the page 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 page. |
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 page is delivered. |
boolean |
isPending()
Checks if the last publish action is pending, i.e. |
boolean |
isPublished()
Deprecated. use isDelivered() |
| Field Detail |
|---|
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_BY| Method Detail |
|---|
Calendar getLastPublished()
nullString getLastPublishedBy()
nullReplicationActionType getLastReplicationAction()
boolean isDelivered()
true if the page 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||