org.guvnor.common.services.project.builder.events
Class InvalidateDMOProjectCacheEvent
java.lang.Object
org.guvnor.common.services.project.builder.events.InvalidateDMOProjectCacheEvent
@Portable
public class InvalidateDMOProjectCacheEvent
- extends Object
Event to invalidate all entries in a DataModelOracleCache for the Project containing the given resource.
The resource path is used within the Event as all editors that could affect the validity of a DataModelOracleCache
entry will know their resource's Path but not the Project path without performing a server round-trip to resolve such.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvalidateDMOProjectCacheEvent
public InvalidateDMOProjectCacheEvent()
InvalidateDMOProjectCacheEvent
public InvalidateDMOProjectCacheEvent(org.uberfire.rpc.SessionInfo sessionInfo,
Project project,
org.uberfire.backend.vfs.Path resourcePath)
getResourcePath
public org.uberfire.backend.vfs.Path getResourcePath()
getSessionInfo
public org.uberfire.rpc.SessionInfo getSessionInfo()
getProject
public Project getProject()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.