Package | Description |
---|---|
org.uberfire.backend.vfs | |
org.uberfire.rpc.impl | |
org.uberfire.workbench.events |
Modifier and Type | Interface and Description |
---|---|
static interface |
ObservablePath.OnConcurrentCopyEvent |
static interface |
ObservablePath.OnConcurrentDelete |
static interface |
ObservablePath.OnConcurrentRenameEvent |
static interface |
ObservablePath.OnConcurrentUpdateEvent |
Modifier and Type | Class and Description |
---|---|
class |
SessionInfoImpl |
Modifier and Type | Method and Description |
---|---|
SessionInfo |
SessionInfoMarshalller.doNotNullDemarshall(org.jboss.errai.marshalling.client.api.json.EJValue ejValue,
org.jboss.errai.marshalling.client.api.MarshallingSession marshallingSession) |
SessionInfo[] |
SessionInfoMarshalller.getEmptyArray() |
Modifier and Type | Method and Description |
---|---|
String |
SessionInfoMarshalller.doNotNullMarshall(SessionInfo sessionInfo,
org.jboss.errai.marshalling.client.api.MarshallingSession marshallingSession) |
Modifier and Type | Method and Description |
---|---|
SessionInfo |
ResourceUpdatedEvent.getSessionInfo() |
SessionInfo |
ResourceRenamedEvent.getSessionInfo() |
SessionInfo |
ResourceOpenedEvent.getSessionInfo() |
SessionInfo |
ResourceDeletedEvent.getSessionInfo() |
SessionInfo |
ResourceCopiedEvent.getSessionInfo() |
SessionInfo |
ResourceBatchChangesEvent.getSessionInfo() |
SessionInfo |
ResourceAddedEvent.getSessionInfo() |
Constructor and 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) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.