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

Method Summary
 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()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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 NodeRefs 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.