Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.platform.events.api
Interface DocumentMessage

All Superinterfaces:
DocumentModel, EventMessage, Serializable
All Known Implementing Classes:
DocumentMessageImpl

public interface DocumentMessage
extends EventMessage, DocumentModel

Document Message.

Document model carrying info related to an event happening on a document. It aims at being sent on a messaging bus.

It adds core event specifics to NXCore generic DocumentModel.

Author:
Julien Anguenot

Method Summary
 String getDocCurrentLifeCycle()
           
 
Methods inherited from interface org.nuxeo.ecm.platform.events.api.EventMessage
feed, getCategory, getComment, getEventDate, getEventId, getEventInfo, getPrincipal, getPrincipalName, setEventInfo
 
Methods inherited from interface org.nuxeo.ecm.core.api.DocumentModel
copyContent, copyContextData, followTransition, getACP, getAdapter, getAdapter, getAllowedStateTransitions, getCacheKey, getContextData, getContextData, getContextData, getCurrentLifeCycleState, getDataModel, getDataModels, getDataModelsCollection, getDeclaredFacets, getDeclaredSchemas, getDocumentType, getId, getLifeCyclePolicy, getLock, getName, getParentRef, getPart, getParts, getPath, getPathAsString, getPrefetch, getProperties, getProperty, getProperty, getPropertyValue, getRef, getRepositoryName, getSessionId, getSourceId, getSystemProp, getTitle, getType, getVersionLabel, hasFacet, hasSchema, isDownloadable, isFolder, isLifeCycleLoaded, isLocked, isProxy, isVersion, isVersionable, prefetchCurrentLifecycleState, prefetchLifeCyclePolicy, prefetchProperty, putContextData, putContextData, setACP, setLock, setPathInfo, setProperties, setProperty, setPropertyValue, unlock
 

Method Detail

getDocCurrentLifeCycle

String getDocCurrentLifeCycle()

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.