Uses of Interface
org.uberfire.rpc.SessionInfo
-
Packages that use SessionInfo Package Description org.uberfire.backend.vfs org.uberfire.rpc.impl org.uberfire.workbench.events -
-
Uses of SessionInfo in org.uberfire.backend.vfs
Subinterfaces of SessionInfo in org.uberfire.backend.vfs Modifier and Type Interface Description static interfaceObservablePath.OnConcurrentCopyEventstatic interfaceObservablePath.OnConcurrentDeletestatic interfaceObservablePath.OnConcurrentRenameEventstatic interfaceObservablePath.OnConcurrentUpdateEvent -
Uses of SessionInfo in org.uberfire.rpc.impl
Classes in org.uberfire.rpc.impl that implement SessionInfo Modifier and Type Class Description classSessionInfoImplMethods in org.uberfire.rpc.impl that return SessionInfo Modifier and Type Method Description SessionInfoSessionInfoMarshalller. doNotNullDemarshall(org.jboss.errai.marshalling.client.api.json.EJValue ejValue, org.jboss.errai.marshalling.client.api.MarshallingSession marshallingSession)SessionInfo[]SessionInfoMarshalller. getEmptyArray()Methods in org.uberfire.rpc.impl with parameters of type SessionInfo Modifier and Type Method Description StringSessionInfoMarshalller. doNotNullMarshall(SessionInfo sessionInfo, org.jboss.errai.marshalling.client.api.MarshallingSession marshallingSession) -
Uses of SessionInfo in org.uberfire.workbench.events
Methods in org.uberfire.workbench.events that return SessionInfo Modifier and Type Method Description SessionInfoResourceAddedEvent. getSessionInfo()SessionInfoResourceBatchChangesEvent. getSessionInfo()SessionInfoResourceCopiedEvent. getSessionInfo()SessionInfoResourceDeletedEvent. getSessionInfo()SessionInfoResourceOpenedEvent. getSessionInfo()SessionInfoResourceRenamedEvent. getSessionInfo()SessionInfoResourceUpdatedEvent. getSessionInfo()Constructors in org.uberfire.workbench.events with parameters of type SessionInfo Constructor Description ResourceAddedEvent(Path path, String message, SessionInfo sessionInfo)ResourceBatchChangesEvent(Map<Path,Collection<ResourceChange>> batch, String message, SessionInfo sessionInfo)ResourceCopiedEvent(Path sourcePath, Path destinationPath, String message, SessionInfo sessionInfo)ResourceDeletedEvent(Path path, String message, SessionInfo sessionInfo)ResourceOpenedEvent(Path path, SessionInfo sessionInfo)ResourceRenamedEvent(Path sourcePath, Path destinationPath, String message, SessionInfo sessionInfo)ResourceUpdatedEvent(Path path, String message, SessionInfo sessionInfo)
-