public interface PublishingEvent
extends java.lang.Comparable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChannelId() |
java.lang.String |
getComment() |
java.util.Date |
getCreatedTime() |
java.lang.String |
getCreator() |
java.lang.String |
getId() |
java.util.Date |
getModifiedTime() |
java.lang.String |
getModifier() |
PublishingPackage |
getPackage() |
java.util.Calendar |
getScheduledTime() |
Status |
getStatus() |
StatusUpdate |
getStatusUpdate() |
java.lang.String getId()
String identifier for this PublishingEventStatus getStatus()
Status of this PublishingEvent.java.util.Calendar getScheduledTime()
PublishingEvent is scheduled to publish its content.PublishingPackage getPackage()
PublishingPackage containing all the NodeRefs to be published and unpublished.java.util.Date getCreatedTime()
PublishingEvent was created.java.lang.String getCreator()
PublishingEvent.java.util.Date getModifiedTime()
PublishingEvent was last modified.java.lang.String getModifier()
PublishingEvent.java.lang.String getComment()
PublishingEvent.java.lang.String getChannelId()
Channel this PublishingEvent publishes to.StatusUpdate getStatusUpdate()
StatusUpdate information, if any.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.