Nuxeo Enterprise Platform 5.4

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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultOperationEvent

public interface OperationEvent
extends java.io.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
 java.lang.Object getDetails()
           
 java.lang.Object getDirtyUpdateTag()
           
 java.lang.String getId()
           
 ModificationSet getModifications()
           
 java.lang.String getRepositoryName()
           
 java.lang.String getSessionId()
           
 java.lang.String getUserName()
           
 

Method Detail

getId

java.lang.String getId()

getModifications

ModificationSet getModifications()

getDirtyUpdateTag

java.lang.Object getDirtyUpdateTag()

getRepositoryName

java.lang.String getRepositoryName()

getSessionId

java.lang.String getSessionId()

getUserName

java.lang.String getUserName()

getDetails

java.lang.Object getDetails()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.