Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api.operation
Interface OperationEvent

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultOperationEvent

public interface OperationEvent
extends Serializable

This class is not thread safe TODO: should remove this class -> the command itself may be used as the event

Author:
Bogdan Stefanescu

Method Summary
 Object getDetails()
           
 Object getDirtyUpdateTag()
           
 String getId()
           
 ModificationSet getModifications()
           
 String getRepositoryName()
           
 String getSessionId()
           
 String getUserName()
           
 

Method Detail

getId

String getId()

getModifications

ModificationSet getModifications()

getDirtyUpdateTag

Object getDirtyUpdateTag()

getRepositoryName

String getRepositoryName()

getSessionId

String getSessionId()

getUserName

String getUserName()

getDetails

Object getDetails()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.