Uses of Class
org.uberfire.spaces.Space
-
Packages that use Space Package Description org.uberfire.spaces -
-
Uses of Space in org.uberfire.spaces
Fields in org.uberfire.spaces declared as Space Modifier and Type Field Description static SpaceSpacesAPI. DASHBUILDER_SPACEstatic SpaceSpacesAPI. DEFAULT_SPACEMethods in org.uberfire.spaces that return Space Modifier and Type Method Description default SpaceSpacesAPI. getDefaultSpace()SpaceSpacesAPI. getSpace(String name)Methods in org.uberfire.spaces that return types with arguments of type Space Modifier and Type Method Description Optional<Space>SpacesAPI. resolveSpace(String uri)Methods in org.uberfire.spaces with parameters of type Space Modifier and Type Method Description static StringSpacesAPI. resolveFileSystemPath(SpacesAPI.Scheme scheme, Space space, String fsName)URISpacesAPI. resolveFileSystemURI(SpacesAPI.Scheme scheme, Space space, String fsName)
-