public class PublishingEventImpl extends Object implements PublishingEvent
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected Calendar |
scheduledTime |
| Constructor and Description |
|---|
PublishingEventImpl(PublishingEvent event) |
PublishingEventImpl(String id,
Status status,
String channelName,
PublishingPackage publishingPackage,
Date createdTime,
String creator,
Date modifiedTime,
String modifier,
Calendar scheduledTime,
String comment,
StatusUpdate statusUpdate) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PublishingEvent event) |
MutablePublishingEvent |
edit() |
String |
getChannelId() |
String |
getComment() |
Date |
getCreatedTime() |
String |
getCreator() |
String |
getId() |
Date |
getModifiedTime() |
String |
getModifier() |
PublishingPackage |
getPackage() |
Calendar |
getScheduledTime() |
Status |
getStatus() |
StatusUpdate |
getStatusUpdate() |
public PublishingEventImpl(String id, Status status, String channelName, PublishingPackage publishingPackage, Date createdTime, String creator, Date modifiedTime, String modifier, Calendar scheduledTime, String comment, StatusUpdate statusUpdate)
public PublishingEventImpl(PublishingEvent event)
public String getId()
getId in interface PublishingEventString identifier for this PublishingEventpublic Status getStatus()
getStatus in interface PublishingEventStatus of this PublishingEvent.public String getChannelId()
getChannelId in interface PublishingEventChannel this PublishingEvent publishes to.public Calendar getScheduledTime()
getScheduledTime in interface PublishingEventPublishingEvent is scheduled to publish its content.public PublishingPackage getPackage()
getPackage in interface PublishingEventPublishingPackage containing all the NodeRefs to be published and unpublished.public Date getCreatedTime()
getCreatedTime in interface PublishingEventPublishingEvent was created.public String getCreator()
getCreator in interface PublishingEventPublishingEvent.public Date getModifiedTime()
getModifiedTime in interface PublishingEventPublishingEvent was last modified.public String getModifier()
getModifier in interface PublishingEventPublishingEvent.public String getComment()
getComment in interface PublishingEventPublishingEvent.public StatusUpdate getStatusUpdate()
getStatusUpdate in interface PublishingEventStatusUpdate information, if any.public MutablePublishingEvent edit()
public int compareTo(PublishingEvent event)
compareTo in interface Comparable<PublishingEvent>Copyright © 2005–2018 Alfresco Software. All rights reserved.