org.alfresco.service.cmr.publishing
Interface PublishingEvent
- All Superinterfaces:
- java.lang.Comparable
- All Known Subinterfaces:
- MutablePublishingEvent
- All Known Implementing Classes:
- MutablePublishingEventImpl, PublishingEventImpl
public interface PublishingEvent
- extends java.lang.Comparable
- Since:
- 4.0
Methods inherited from interface java.lang.Comparable |
compareTo |
getId
java.lang.String getId()
- Returns:
- a unique
String
identifier for this PublishingEvent
getStatus
Status getStatus()
- Returns:
- the current
Status
of this PublishingEvent
.
getScheduledTime
java.util.Calendar getScheduledTime()
- Returns:
- the date and time when this
PublishingEvent
is scheduled to publish its content.
getPackage
PublishingPackage getPackage()
- Returns:
- the
PublishingPackage
containing all the NodeRef
s to be published and unpublished.
getCreatedTime
java.util.Date getCreatedTime()
- Returns:
- the date and time when this
PublishingEvent
was created.
getCreator
java.lang.String getCreator()
- Returns:
- the name of the user who created this
PublishingEvent
.
getModifiedTime
java.util.Date getModifiedTime()
- Returns:
- the date and time when this
PublishingEvent
was last modified.
getModifier
java.lang.String getModifier()
- Returns:
- the name of the user who last modified this
PublishingEvent
.
getComment
java.lang.String getComment()
- Returns:
- the comment associatied with this
PublishingEvent
.
getChannelId
java.lang.String getChannelId()
- Returns:
- a unique identifier indicating which
Channel
this PublishingEvent
publishes to.
getStatusUpdate
StatusUpdate getStatusUpdate()
- Returns:
- the
StatusUpdate
information, if any.
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.