org.alfresco.service.cmr.publishing
Interface NodePublishStatusVisitor
public interface NodePublishStatusVisitor
An interface that enables the use of the Visitor pattern on NodePublishStatus
objects.
- Since:
- 4.0
accept
java.lang.Object accept(NodePublishStatusNotPublished status)
accept
java.lang.Object accept(NodePublishStatusOnQueue status)
accept
java.lang.Object accept(NodePublishStatusPublished status)
accept
java.lang.Object accept(NodePublishStatusPublishedAndOnQueue status)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.