public interface PublishingEvent extends Comparable<PublishingEvent>
Modifier and Type | Method and Description |
---|---|
String |
getChannelId() |
String |
getComment() |
Date |
getCreatedTime() |
String |
getCreator() |
String |
getId() |
Date |
getModifiedTime() |
String |
getModifier() |
PublishingPackage |
getPackage() |
Calendar |
getScheduledTime() |
Status |
getStatus() |
StatusUpdate |
getStatusUpdate() |
compareTo
String getId()
String
identifier for this PublishingEvent
Status getStatus()
Status
of this PublishingEvent
.Calendar getScheduledTime()
PublishingEvent
is scheduled to publish its content.PublishingPackage getPackage()
PublishingPackage
containing all the NodeRef
s to be published and unpublished.Date getCreatedTime()
PublishingEvent
was created.String getCreator()
PublishingEvent
.Date getModifiedTime()
PublishingEvent
was last modified.String getModifier()
PublishingEvent
.String getComment()
PublishingEvent
.String getChannelId()
Channel
this PublishingEvent
publishes to.StatusUpdate getStatusUpdate()
StatusUpdate
information, if any.Copyright © 2005–2017 Alfresco Software. All rights reserved.