Skip navigation links
Uberfire Commons Editor API 1.0.0.Beta4
A B C D E G H I L O P R S T U V 

A

author() - Method in class org.uberfire.ext.editor.commons.version.impl.PortableVersionRecord
 

B

buildTargetPath(Path, String) - Method in interface org.uberfire.ext.editor.commons.service.PathNamingService
Creates a path by renaming a file or directory, keeping the original file extension (if applicable).
buildTargetPath(Path, Path, String) - Method in interface org.uberfire.ext.editor.commons.service.PathNamingService
Creates a path to a file or directory in another parent directory, keeping the original file extension (if applicable).

C

comment() - Method in class org.uberfire.ext.editor.commons.version.impl.PortableVersionRecord
 
copy(Path, String, String) - Method in interface org.uberfire.ext.editor.commons.service.support.SupportsCopy
Copies a file or directory to the same parent directory, with a new name.
copy(Path, String, Path, String) - Method in interface org.uberfire.ext.editor.commons.service.support.SupportsCopy
Copies a file or directory to a specific target directory, with a new name.
copyIfExists(Collection<Path>, String, String) - Method in interface org.uberfire.ext.editor.commons.service.CopyService
Copies (in batch) the paths passed in , if they exist.
CopyRestrictor - Interface in org.uberfire.ext.editor.commons.service.restrictor
Represents a restrictor to a copy operation.
CopyService - Interface in org.uberfire.ext.editor.commons.service
Responsible for paths copy.
create(Path, String, T, String) - Method in interface org.uberfire.ext.editor.commons.service.support.SupportsCreate
 

D

date() - Method in class org.uberfire.ext.editor.commons.version.impl.PortableVersionRecord
 
delete(Path, String) - Method in interface org.uberfire.ext.editor.commons.service.support.SupportsDelete
 
deleteIfExists(Collection<Path>, String) - Method in interface org.uberfire.ext.editor.commons.service.DeleteService
Deletes (in batch) the paths passed in , if they exist.
DeleteRestrictor - Interface in org.uberfire.ext.editor.commons.service.restrictor
Represents a restrictor to a delete operation.
DeleteService - Interface in org.uberfire.ext.editor.commons.service
Responsible for paths removal.

E

email() - Method in class org.uberfire.ext.editor.commons.version.impl.PortableVersionRecord
 
equals(Object) - Method in class org.uberfire.ext.editor.commons.version.impl.PortableVersionRecord
 

G

getExtension(String) - Method in interface org.uberfire.ext.editor.commons.service.PathNamingService
Returns the extension of the passed file name.
getMessage(Path) - Method in interface org.uberfire.ext.editor.commons.service.restriction.PathOperationRestriction
Returns the message which describes the restriction.
getPath() - Method in class org.uberfire.ext.editor.commons.version.events.RestoreEvent
 
getPathToPreviousVersion(String) - Method in interface org.uberfire.ext.editor.commons.version.VersionService
 
getVersions(Path) - Method in interface org.uberfire.ext.editor.commons.version.VersionService
 

H

hashCode() - Method in class org.uberfire.ext.editor.commons.version.impl.PortableVersionRecord
 
hasRestriction(Path) - Method in interface org.uberfire.ext.editor.commons.service.CopyService
Verifies if a path can be copied.
hasRestriction(Path) - Method in interface org.uberfire.ext.editor.commons.service.DeleteService
Verifies if a path can be deleted.
hasRestriction(Path) - Method in interface org.uberfire.ext.editor.commons.service.RenameService
Verifies if a path can be renamed.
hasRestriction(Path) - Method in interface org.uberfire.ext.editor.commons.service.restrictor.PathOperationRestrictor
Checks if there is a restriction to execute a operation on this path.

I

id() - Method in class org.uberfire.ext.editor.commons.version.impl.PortableVersionRecord
 
isDotFile(Path) - Method in interface org.uberfire.ext.editor.commons.backend.version.PathResolver
 
isFileNameValid(Path, String) - Method in interface org.uberfire.ext.editor.commons.service.ValidationService
Checks if the path and file name is valid.
isFileNameValid(String) - Method in interface org.uberfire.ext.editor.commons.service.ValidationService
Checks if the file name is valid.

L

load(Path) - Method in interface org.uberfire.ext.editor.commons.backend.version.VersionRecordService
 
load(Path) - Method in interface org.uberfire.ext.editor.commons.service.support.SupportsRead
 
loadRecord(Path) - Method in interface org.uberfire.ext.editor.commons.backend.version.VersionRecordService
 
loadVersionRecords(Path) - Method in interface org.uberfire.ext.editor.commons.backend.version.VersionRecordService
 

O

org.uberfire.ext.editor.commons.backend.version - package org.uberfire.ext.editor.commons.backend.version
 
org.uberfire.ext.editor.commons.readonly - package org.uberfire.ext.editor.commons.readonly
 
org.uberfire.ext.editor.commons.service - package org.uberfire.ext.editor.commons.service
 
org.uberfire.ext.editor.commons.service.restriction - package org.uberfire.ext.editor.commons.service.restriction
 
org.uberfire.ext.editor.commons.service.restrictor - package org.uberfire.ext.editor.commons.service.restrictor
 
org.uberfire.ext.editor.commons.service.support - package org.uberfire.ext.editor.commons.service.support
 
org.uberfire.ext.editor.commons.version - package org.uberfire.ext.editor.commons.version
 
org.uberfire.ext.editor.commons.version.events - package org.uberfire.ext.editor.commons.version.events
 
org.uberfire.ext.editor.commons.version.impl - package org.uberfire.ext.editor.commons.version.impl
 

P

PathNamingService - Interface in org.uberfire.ext.editor.commons.service
Utilities service for directories and files naming methods.
PathOperationRestriction - Interface in org.uberfire.ext.editor.commons.service.restriction
Represents a restriction to a path operation (copy, delete or rename).
PathOperationRestrictor - Interface in org.uberfire.ext.editor.commons.service.restrictor
Represents a restrictor to a path operation (copy, delete or rename).
PathResolver - Interface in org.uberfire.ext.editor.commons.backend.version
 
PortableVersionRecord - Class in org.uberfire.ext.editor.commons.version.impl
 
PortableVersionRecord(String, String, String, String, Date, String) - Constructor for class org.uberfire.ext.editor.commons.version.impl.PortableVersionRecord
 

R

ReadOnlyPathPlaceRequest - Class in org.uberfire.ext.editor.commons.readonly
 
ReadOnlyPathPlaceRequest() - Constructor for class org.uberfire.ext.editor.commons.readonly.ReadOnlyPathPlaceRequest
 
ReadOnlyPathPlaceRequest(Path) - Constructor for class org.uberfire.ext.editor.commons.readonly.ReadOnlyPathPlaceRequest
 
ReadOnlyPathPlaceRequest(Path, Map<String, String>) - Constructor for class org.uberfire.ext.editor.commons.readonly.ReadOnlyPathPlaceRequest
 
ReadOnlyPathPlaceRequest(Path, String) - Constructor for class org.uberfire.ext.editor.commons.readonly.ReadOnlyPathPlaceRequest
 
ReadOnlyPathPlaceRequest(Path, String, Map<String, String>) - Constructor for class org.uberfire.ext.editor.commons.readonly.ReadOnlyPathPlaceRequest
 
rename(Path, String, String) - Method in interface org.uberfire.ext.editor.commons.service.support.SupportsRename
 
renameIfExists(Collection<Path>, String, String) - Method in interface org.uberfire.ext.editor.commons.service.RenameService
Renames (in batch) the paths passed in , if they exist.
RenameRestrictor - Interface in org.uberfire.ext.editor.commons.service.restrictor
Represents a restrictor to a rename operation.
RenameService - Interface in org.uberfire.ext.editor.commons.service
Responsible for paths renaming.
resolveMainFilePath(Path) - Method in interface org.uberfire.ext.editor.commons.backend.version.PathResolver
 
restore(Path, String) - Method in interface org.uberfire.ext.editor.commons.version.VersionService
 
RestoreEvent - Class in org.uberfire.ext.editor.commons.version.events
 
RestoreEvent(ObservablePath) - Constructor for class org.uberfire.ext.editor.commons.version.events.RestoreEvent
 

S

save(Path, T, M, String) - Method in interface org.uberfire.ext.editor.commons.service.support.SupportsUpdate
 
SupportsCopy - Interface in org.uberfire.ext.editor.commons.service.support
Describes a service that supports the copy operation.
SupportsCreate<T> - Interface in org.uberfire.ext.editor.commons.service.support
 
SupportsDelete - Interface in org.uberfire.ext.editor.commons.service.support
 
SupportsRead<T> - Interface in org.uberfire.ext.editor.commons.service.support
 
SupportsRename - Interface in org.uberfire.ext.editor.commons.service.support
 
SupportsUpdate<T,M> - Interface in org.uberfire.ext.editor.commons.service.support
 

T

toString() - Method in class org.uberfire.ext.editor.commons.readonly.ReadOnlyPathPlaceRequest
 

U

uri() - Method in class org.uberfire.ext.editor.commons.version.impl.PortableVersionRecord
 

V

ValidationService - Interface in org.uberfire.ext.editor.commons.service
This service is responsible for doing general validation on files and paths.
VersionRecordService - Interface in org.uberfire.ext.editor.commons.backend.version
 
VersionService - Interface in org.uberfire.ext.editor.commons.version
 
A B C D E G H I L O P R S T U V 
Skip navigation links
Uberfire Commons Editor API 1.0.0.Beta4

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