Uses of Class
org.nuxeo.ecm.platform.publisher.api.PublishingEvent
-
Packages that use PublishingEvent Package Description org.nuxeo.ecm.platform.publisher.api org.nuxeo.ecm.platform.publisher.task -
-
Uses of PublishingEvent in org.nuxeo.ecm.platform.publisher.api
Methods in org.nuxeo.ecm.platform.publisher.api that return PublishingEvent Modifier and Type Method Description static PublishingEvent
PublishingEvent. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublishingEvent[]
PublishingEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.ecm.platform.publisher.api with parameters of type PublishingEvent Modifier and Type Method Description protected void
AbstractBasePublishedDocumentFactory. notifyEvent(PublishingEvent event, DocumentModel doc, CoreSession coreSession)
-
Uses of PublishingEvent in org.nuxeo.ecm.platform.publisher.task
Methods in org.nuxeo.ecm.platform.publisher.task with parameters of type PublishingEvent Modifier and Type Method Description protected void
CoreProxyWithWorkflowFactory. endTask(DocumentModel document, NuxeoPrincipal currentUser, CoreSession session, String comment, PublishingEvent event)
-