Skip navigation links
UberFire Backend API 2.20.0.Final-redhat-00002
A B C D F G I L M N O P R S T V W 

A

accept(T) - Method in interface org.uberfire.backend.vfs.DirectoryStream.Filter
 
acquireLock(Path) - Method in interface org.uberfire.backend.vfs.VFSLockService
Creates a lock file for the specified Path, to be held by the currently authenticated user.
aroundInvoke(RemoteCallContext) - Method in class org.uberfire.backend.vfs.impl.VFSCacheInterceptor
 
AuthorizationPolicyDeployedEvent - Class in org.uberfire.backend.events
Event fired just after the deployment of the security policy.
AuthorizationPolicyDeployedEvent() - Constructor for class org.uberfire.backend.events.AuthorizationPolicyDeployedEvent
 
AuthorizationPolicyDeployedEvent(AuthorizationPolicy) - Constructor for class org.uberfire.backend.events.AuthorizationPolicyDeployedEvent
 
AuthorizationPolicySavedEvent - Class in org.uberfire.backend.events
Event fired just after the security policy is saved.
AuthorizationPolicySavedEvent() - Constructor for class org.uberfire.backend.events.AuthorizationPolicySavedEvent
 
AuthorizationPolicySavedEvent(AuthorizationPolicy) - Constructor for class org.uberfire.backend.events.AuthorizationPolicySavedEvent
 
AuthorizationPolicyStorage - Interface in org.uberfire.backend.authz
Provides methods to manipulate the AuthorizationPolicy instance stored into the Uberfire's virtual file system.
AuthorizationService - Interface in org.uberfire.backend.authz
Provides methods to manipulate the AuthorizationPolicy instance stored in the Uberfire's virtual file system.

B

BasicFileAttributes - Interface in org.uberfire.backend.vfs
 

C

copy(Path, Path) - Method in interface org.uberfire.backend.vfs.VFSService
 
createDirectories(Path) - Method in interface org.uberfire.backend.vfs.VFSService
 
createDirectories(Path, Map<String, ?>) - Method in interface org.uberfire.backend.vfs.VFSService
 
createDirectory(Path) - Method in interface org.uberfire.backend.vfs.VFSService
 
createDirectory(Path, Map<String, ?>) - Method in interface org.uberfire.backend.vfs.VFSService
 
creationTime() - Method in interface org.uberfire.backend.vfs.BasicFileAttributes
 

D

delete(Path) - Method in interface org.uberfire.backend.vfs.VFSService
 
deleteIfExists(Path) - Method in interface org.uberfire.backend.vfs.VFSService
 
DirectoryStream<T> - Interface in org.uberfire.backend.vfs
 
DirectoryStream.Filter<T> - Interface in org.uberfire.backend.vfs
 
DirectoryStreamImpl - Class in org.uberfire.backend.vfs.impl
 
DirectoryStreamImpl(List<Path>) - Constructor for class org.uberfire.backend.vfs.impl.DirectoryStreamImpl
 

F

FileSystemFactory - Class in org.uberfire.backend.vfs
 
FileSystemFactory.FileSystemImpl - Class in org.uberfire.backend.vfs
 
FileSystemImpl() - Constructor for class org.uberfire.backend.vfs.FileSystemFactory.FileSystemImpl
 
FileSystemImpl(Map<String, String>, Set<String>) - Constructor for class org.uberfire.backend.vfs.FileSystemFactory.FileSystemImpl
 
FileSystemResourceType - Class in org.uberfire.backend.authz
The file system resource type definition.
FileSystemResourceType() - Constructor for class org.uberfire.backend.authz.FileSystemResourceType
 
forceReleaseLock(Path) - Method in interface org.uberfire.backend.vfs.VFSLockService
Deletes the lock file for the specified Path even if the requesting user does not own the lock.

G

get(String) - Method in interface org.uberfire.backend.vfs.VFSService
 
getAvailableRuntimePlugins() - Method in interface org.uberfire.backend.plugin.RuntimePluginProcessor
Returns all available runtime plugins
getExtension() - Method in enum org.uberfire.backend.plugin.PluginProcessor.PluginProcessorType
 
getName() - Method in class org.uberfire.backend.authz.FileSystemResourceType
 
getName() - Method in interface org.uberfire.backend.cdi.workspace.Workspace
Returns the workspace name.
getPluginContent() - Method in class org.uberfire.backend.plugin.RuntimePlugin
 
getPluginName() - Method in class org.uberfire.backend.plugin.RuntimePlugin
 
getPolicy() - Method in class org.uberfire.backend.events.AuthorizationPolicyDeployedEvent
 
getPolicy() - Method in class org.uberfire.backend.events.AuthorizationPolicySavedEvent
 
getRootDirectories() - Method in class org.uberfire.backend.vfs.FileSystemFactory.FileSystemImpl
 
getRuntimePlugins() - Method in interface org.uberfire.backend.plugin.RuntimePluginService
 
getRuntimePluginTemplateContent(String) - Method in interface org.uberfire.backend.plugin.RuntimePluginService
 
getTemplateContent(String) - Method in interface org.uberfire.backend.plugin.RuntimePluginService
 
getType() - Method in class org.uberfire.backend.plugin.RuntimePlugin
 

I

isAValidPluginFileExtension(String) - Static method in interface org.uberfire.backend.plugin.PluginProcessor
Checks if a plugin file has the valid extension
isDirectory() - Method in interface org.uberfire.backend.vfs.BasicFileAttributes
 
isDirectory(String) - Method in interface org.uberfire.backend.vfs.VFSService
 
isDirectory(Path) - Method in interface org.uberfire.backend.vfs.VFSService
 
isRegistered(String) - Method in interface org.uberfire.backend.plugin.PluginProcessor
Checks if a plugin with the given name is registered.
isRegularFile() - Method in interface org.uberfire.backend.vfs.BasicFileAttributes
 
isRegularFile(String) - Method in interface org.uberfire.backend.vfs.VFSService
 
isRegularFile(Path) - Method in interface org.uberfire.backend.vfs.VFSService
 
isRuntimePlugin() - Method in enum org.uberfire.backend.plugin.PluginProcessor.PluginProcessorType
 
isWorkbenchOnCluster() - Method in interface org.uberfire.workbench.services.WorkbenchServices
 
iterator() - Method in class org.uberfire.backend.vfs.impl.DirectoryStreamImpl
 

L

lastAccessTime() - Method in interface org.uberfire.backend.vfs.BasicFileAttributes
 
lastModifiedTime() - Method in interface org.uberfire.backend.vfs.BasicFileAttributes
 
listFrameworksContent() - Method in interface org.uberfire.backend.plugin.RuntimePluginService
 
listPluginsContent() - Method in interface org.uberfire.backend.plugin.RuntimePluginService
 
loadDefaultEditorsMap() - Method in interface org.uberfire.workbench.services.WorkbenchServices
 
loadPerspective(String) - Method in interface org.uberfire.workbench.services.WorkbenchServices
 
loadPerspectives() - Method in interface org.uberfire.workbench.services.WorkbenchServices
 
loadPolicy() - Method in interface org.uberfire.backend.authz.AuthorizationPolicyStorage
Retrieves the current AuthorizationPolicy instance from the backend storage.
loadPolicy() - Method in interface org.uberfire.backend.authz.AuthorizationService
Retrieves the current AuthorizationPolicy instance from the backend storage.
loadSplashScreenFilter(String) - Method in interface org.uberfire.workbench.services.WorkbenchServices
 

M

move(Path, Path) - Method in interface org.uberfire.backend.vfs.VFSService
 

N

newDirectoryStream(Path) - Method in interface org.uberfire.backend.vfs.VFSService
 
newDirectoryStream(Path, DirectoryStream.Filter<Path>) - Method in interface org.uberfire.backend.vfs.VFSService
 
newFS(Map<String, String>, Set<String>) - Static method in class org.uberfire.backend.vfs.FileSystemFactory
 

O

org.uberfire.backend.authz - package org.uberfire.backend.authz
 
org.uberfire.backend.cdi.workspace - package org.uberfire.backend.cdi.workspace
 
org.uberfire.backend.events - package org.uberfire.backend.events
 
org.uberfire.backend.plugin - package org.uberfire.backend.plugin
 
org.uberfire.backend.vfs - package org.uberfire.backend.vfs
 
org.uberfire.backend.vfs.impl - package org.uberfire.backend.vfs.impl
 
org.uberfire.workbench.services - package org.uberfire.workbench.services
 

P

PluginProcessor - Interface in org.uberfire.backend.plugin
A simple marker to keep track of all plugins processors.
PluginProcessor.PluginProcessorType - Enum in org.uberfire.backend.plugin
 
process(String, String, boolean) - Method in interface org.uberfire.backend.plugin.PluginProcessor
Processes a deployed plugin and optionally notifies clients

R

readAllString(Path) - Method in interface org.uberfire.backend.vfs.VFSService
 
readAttributes(Path) - Method in interface org.uberfire.backend.vfs.VFSService
 
releaseLock(Path) - Method in interface org.uberfire.backend.vfs.VFSLockService
Deletes the lock file for the specified Path.
removeAll() - Method in interface org.uberfire.backend.plugin.PluginProcessor
Removes all plugins from this processor.
removePerspectiveState(String) - Method in interface org.uberfire.workbench.services.WorkbenchServices
 
removePerspectiveStates() - Method in interface org.uberfire.workbench.services.WorkbenchServices
 
retrieveLockInfo(Path) - Method in interface org.uberfire.backend.vfs.VFSLockService
Retrieves the lock information for the specified Path.
retrieveLockInfos(Path, boolean) - Method in interface org.uberfire.backend.vfs.VFSLockService
Retrieves all locks for children (files or directories) of the provided path.
RuntimePlugin - Class in org.uberfire.backend.plugin
 
RuntimePlugin() - Constructor for class org.uberfire.backend.plugin.RuntimePlugin
 
RuntimePlugin(PluginProcessor.PluginProcessorType, String, String) - Constructor for class org.uberfire.backend.plugin.RuntimePlugin
 
RuntimePluginProcessor - Interface in org.uberfire.backend.plugin
A simple marker to keep track of all runtime plugins processors.
RuntimePluginService - Interface in org.uberfire.backend.plugin
 

S

save(String, PerspectiveDefinition) - Method in interface org.uberfire.workbench.services.WorkbenchServices
 
save(SplashScreenFilter) - Method in interface org.uberfire.workbench.services.WorkbenchServices
 
saveDefaultEditors(Map<String, String>) - Method in interface org.uberfire.workbench.services.WorkbenchServices
 
savePolicy(AuthorizationPolicy) - Method in interface org.uberfire.backend.authz.AuthorizationPolicyStorage
Overwrites the content of the AuthorizationPolicy instance stored in the backend by the contents of the instance passed as a parameter.
savePolicy(AuthorizationPolicy) - Method in interface org.uberfire.backend.authz.AuthorizationService
Overwrites the content of the AuthorizationPolicy instance stored in the backend by the contents of the instance passed as a parameter.
setAttributes(Path, Map<String, Object>) - Method in interface org.uberfire.backend.vfs.VFSService
 
shouldProcess(String) - Method in interface org.uberfire.backend.plugin.PluginProcessor
Checks if this processor should process a given plugin
size() - Method in interface org.uberfire.backend.vfs.BasicFileAttributes
 
supportedFileAttributeViews() - Method in class org.uberfire.backend.vfs.FileSystemFactory.FileSystemImpl
 

T

toString() - Method in class org.uberfire.backend.vfs.FileSystemFactory.FileSystemImpl
 

V

valueOf(String) - Static method in enum org.uberfire.backend.plugin.PluginProcessor.PluginProcessorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.uberfire.backend.plugin.PluginProcessor.PluginProcessorType
Returns an array containing the constants of this enum type, in the order they are declared.
VFSCacheInterceptor - Class in org.uberfire.backend.vfs.impl
 
VFSCacheInterceptor() - Constructor for class org.uberfire.backend.vfs.impl.VFSCacheInterceptor
 
VFSLockService - Interface in org.uberfire.backend.vfs
Provides methods to manage locks in UberFire's virtual file system.
VFSService - Interface in org.uberfire.backend.vfs
 

W

WorkbenchServices - Interface in org.uberfire.workbench.services
Workbench services
Workspace - Interface in org.uberfire.backend.cdi.workspace
Represents a workspace.
write(Path, String) - Method in interface org.uberfire.backend.vfs.VFSService
 
write(Path, String, Map<String, ?>) - Method in interface org.uberfire.backend.vfs.VFSService
 
A B C D F G I L M N O P R S T V W 
Skip navigation links
UberFire Backend API 2.20.0.Final-redhat-00002

Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.