org.alfresco.service.cmr.publishing
Interface MutablePublishingEvent
- All Superinterfaces:
- java.lang.Comparable, PublishingEvent
- All Known Implementing Classes:
- MutablePublishingEventImpl
public interface MutablePublishingEvent
- extends PublishingEvent
An extension of the PublishingEvent
interface that allows some changes to be made.
- Since:
- 4.0
Methods inherited from interface org.alfresco.service.cmr.publishing.PublishingEvent |
getChannelId, getComment, getCreatedTime, getCreator, getId, getModifiedTime, getModifier, getPackage, getScheduledTime, getStatus, getStatusUpdate |
Methods inherited from interface java.lang.Comparable |
compareTo |
setScheduledTime
void setScheduledTime(java.util.Calendar time)
setComment
void setComment(java.lang.String comment)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.