Skip navigation links
Uberfire Commons Editor Backend 7.39.0.Final-redhat-00007
A B C D F G H I L O P R S V 

A

accept(String) - Method in class org.uberfire.ext.editor.commons.backend.validation.DefaultFileNameValidator
 
accept(Path) - Method in class org.uberfire.ext.editor.commons.backend.validation.DefaultFileNameValidator
 
accept(String) - Method in interface org.uberfire.ext.editor.commons.backend.validation.FileNameValidator
Indicates if the current parameter path matched the current validator
accept(Path) - Method in interface org.uberfire.ext.editor.commons.backend.validation.FileNameValidator
Indicates if the current parameter path matched the current validator

B

buildTargetPath(Path, String) - Method in class org.uberfire.ext.editor.commons.backend.service.naming.PathNamingServiceImpl
 
buildTargetPath(Path, Path, String) - Method in class org.uberfire.ext.editor.commons.backend.service.naming.PathNamingServiceImpl
 

C

configureValidators() - Method in class org.uberfire.ext.editor.commons.backend.service.ValidationServiceImpl
 
copy(Path, String, String) - Method in class org.uberfire.ext.editor.commons.backend.service.CopyServiceImpl
 
copy(Path, String, Path, String) - Method in class org.uberfire.ext.editor.commons.backend.service.CopyServiceImpl
 
copy(Path, String, String) - Method in class org.uberfire.ext.editor.commons.backend.service.htmleditor.HtmlEditorServiceImpl
 
copy(Path, String, Path, String) - Method in class org.uberfire.ext.editor.commons.backend.service.htmleditor.HtmlEditorServiceImpl
 
CopyHelper - Interface in org.uberfire.ext.editor.commons.backend.service.helper
Helper for when a file is copied.
copyIfExists(Collection<Path>, String, String) - Method in class org.uberfire.ext.editor.commons.backend.service.CopyServiceImpl
 
CopyServiceImpl - Class in org.uberfire.ext.editor.commons.backend.service
 
CopyServiceImpl() - Constructor for class org.uberfire.ext.editor.commons.backend.service.CopyServiceImpl
 
CopyServiceImpl(IOService, User, SessionInfo, Instance<CopyHelper>, Event<ResourceCopiedEvent>, Instance<CopyRestrictor>, PathNamingService) - Constructor for class org.uberfire.ext.editor.commons.backend.service.CopyServiceImpl
 

D

DefaultFileNameValidator - Class in org.uberfire.ext.editor.commons.backend.validation
Default validation of resource file names
DefaultFileNameValidator() - Constructor for class org.uberfire.ext.editor.commons.backend.validation.DefaultFileNameValidator
 
delete(Path, String) - Method in class org.uberfire.ext.editor.commons.backend.service.DeleteServiceImpl
 
delete(Path, String) - Method in class org.uberfire.ext.editor.commons.backend.service.htmleditor.HtmlEditorServiceImpl
 
DeleteHelper - Interface in org.uberfire.ext.editor.commons.backend.service.helper
Helper for when a file is deleted.
deleteIfExists(Collection<Path>, String) - Method in class org.uberfire.ext.editor.commons.backend.service.DeleteServiceImpl
 
DeleteServiceImpl - Class in org.uberfire.ext.editor.commons.backend.service
 
DeleteServiceImpl() - Constructor for class org.uberfire.ext.editor.commons.backend.service.DeleteServiceImpl
 
DeleteServiceImpl(IOService, User, SessionInfo, Instance<DeleteHelper>, Instance<DeleteRestrictor>) - Constructor for class org.uberfire.ext.editor.commons.backend.service.DeleteServiceImpl
 

F

FileNameValidator - Interface in org.uberfire.ext.editor.commons.backend.validation
Generic validator for Path based resources

G

getDotFilePath(Path) - Method in class org.uberfire.ext.editor.commons.backend.version.VersionUtil
 
getExtension(String) - Method in class org.uberfire.ext.editor.commons.backend.service.naming.PathNamingServiceImpl
 
getFileName(Path) - Method in class org.uberfire.ext.editor.commons.backend.version.VersionUtil
 
getPath(Path, String) - Method in class org.uberfire.ext.editor.commons.backend.version.VersionUtil
 
getPathToPreviousVersion(String) - Method in class org.uberfire.ext.editor.commons.backend.version.VersionServiceImpl
 
getPriority() - Method in class org.uberfire.ext.editor.commons.backend.validation.DefaultFileNameValidator
 
getPriority() - Method in interface org.uberfire.ext.editor.commons.backend.validation.FileNameValidator
Defines the validator priority in terms of validator resolution.
getResourceTypeDefinitions() - Method in class org.uberfire.ext.editor.commons.backend.service.naming.PathNamingServiceImpl
 
getVersion(Path) - Method in class org.uberfire.ext.editor.commons.backend.version.VersionUtil
 
getVersions(Path) - Method in class org.uberfire.ext.editor.commons.backend.version.VersionServiceImpl
 

H

hasRestriction(Path) - Method in class org.uberfire.ext.editor.commons.backend.service.CopyServiceImpl
 
hasRestriction(Path) - Method in class org.uberfire.ext.editor.commons.backend.service.DeleteServiceImpl
 
hasRestriction(Path) - Method in class org.uberfire.ext.editor.commons.backend.service.RenameServiceImpl
 
hasRestriction(Path) - Method in class org.uberfire.ext.editor.commons.backend.service.restriction.LockRestrictor
 
HtmlEditorServiceImpl - Class in org.uberfire.ext.editor.commons.backend.service.htmleditor
 
HtmlEditorServiceImpl(VFSService, DeleteService, RenameService, CopyService, SaveAndRenameServiceImpl<String, DefaultMetadata>) - Constructor for class org.uberfire.ext.editor.commons.backend.service.htmleditor.HtmlEditorServiceImpl
 

I

init() - Method in class org.uberfire.ext.editor.commons.backend.service.htmleditor.HtmlEditorServiceImpl
 
init(SupportsSaveAndRename<T, M>) - Method in class org.uberfire.ext.editor.commons.backend.service.SaveAndRenameServiceImpl
 
isArtifactIdentifier(String) - Static method in class org.uberfire.ext.editor.commons.backend.validation.ValidationUtils
 
isDotFile(Path) - Method in class org.uberfire.ext.editor.commons.backend.version.PathResolverImpl
 
isFileName(String) - Static method in class org.uberfire.ext.editor.commons.backend.validation.ValidationUtils
 
isFileNameValid(String) - Method in class org.uberfire.ext.editor.commons.backend.service.ValidationServiceImpl
 
isFileNameValid(Path, String) - Method in class org.uberfire.ext.editor.commons.backend.service.ValidationServiceImpl
 
isJavaIdentifier(String) - Static method in class org.uberfire.ext.editor.commons.backend.validation.ValidationUtils
 
isValid(String) - Method in class org.uberfire.ext.editor.commons.backend.validation.DefaultFileNameValidator
 
isValid(String) - Method in interface org.uberfire.ext.editor.commons.backend.validation.FileNameValidator
Validate the value

L

load(Path) - Method in class org.uberfire.ext.editor.commons.backend.service.htmleditor.HtmlEditorServiceImpl
 
load(Path) - Method in class org.uberfire.ext.editor.commons.backend.version.VersionRecordServiceImpl
 
loadRecord(Path) - Method in class org.uberfire.ext.editor.commons.backend.version.VersionRecordServiceImpl
 
loadVersionRecords(Path) - Method in class org.uberfire.ext.editor.commons.backend.version.VersionRecordServiceImpl
 
LockRestrictor - Class in org.uberfire.ext.editor.commons.backend.service.restriction
 
LockRestrictor() - Constructor for class org.uberfire.ext.editor.commons.backend.service.restriction.LockRestrictor
 

O

org.uberfire.ext.editor.commons.backend.service - package org.uberfire.ext.editor.commons.backend.service
 
org.uberfire.ext.editor.commons.backend.service.helper - package org.uberfire.ext.editor.commons.backend.service.helper
 
org.uberfire.ext.editor.commons.backend.service.htmleditor - package org.uberfire.ext.editor.commons.backend.service.htmleditor
 
org.uberfire.ext.editor.commons.backend.service.naming - package org.uberfire.ext.editor.commons.backend.service.naming
 
org.uberfire.ext.editor.commons.backend.service.restriction - package org.uberfire.ext.editor.commons.backend.service.restriction
 
org.uberfire.ext.editor.commons.backend.validation - package org.uberfire.ext.editor.commons.backend.validation
 
org.uberfire.ext.editor.commons.backend.version - package org.uberfire.ext.editor.commons.backend.version
 

P

PathNamingServiceImpl - Class in org.uberfire.ext.editor.commons.backend.service.naming
 
PathNamingServiceImpl() - Constructor for class org.uberfire.ext.editor.commons.backend.service.naming.PathNamingServiceImpl
 
PathResolverImpl - Class in org.uberfire.ext.editor.commons.backend.version
 
PathResolverImpl() - Constructor for class org.uberfire.ext.editor.commons.backend.version.PathResolverImpl
 
PathResolverImpl(VersionRecordService, VersionUtil) - Constructor for class org.uberfire.ext.editor.commons.backend.version.PathResolverImpl
 
postProcess(Path, Path) - Method in interface org.uberfire.ext.editor.commons.backend.service.helper.CopyHelper
Perform post processing following the copy operation.
postProcess(Path) - Method in interface org.uberfire.ext.editor.commons.backend.service.helper.DeleteHelper
Performs post processing following the delete operation.
postProcess(Path, Path) - Method in interface org.uberfire.ext.editor.commons.backend.service.helper.RenameHelper
Perform post processing following the rename operation.

R

rename(Path, String, String) - Method in class org.uberfire.ext.editor.commons.backend.service.htmleditor.HtmlEditorServiceImpl
 
rename(Path, String, String) - Method in class org.uberfire.ext.editor.commons.backend.service.RenameServiceImpl
 
rename(Path, String, String) - Method in class org.uberfire.ext.editor.commons.backend.service.SaveAndRenameServiceImpl
 
RenameHelper - Interface in org.uberfire.ext.editor.commons.backend.service.helper
Helper for when a file is renamed.
renameIfExists(Collection<Path>, String, String) - Method in class org.uberfire.ext.editor.commons.backend.service.RenameServiceImpl
 
RenameServiceImpl - Class in org.uberfire.ext.editor.commons.backend.service
 
RenameServiceImpl() - Constructor for class org.uberfire.ext.editor.commons.backend.service.RenameServiceImpl
 
resolveMainFilePath(Path) - Method in class org.uberfire.ext.editor.commons.backend.version.PathResolverImpl
 
restore(Path, String, String) - Method in class org.uberfire.ext.editor.commons.backend.version.VersionServiceImpl
 

S

save(Path, String, DefaultMetadata, String) - Method in class org.uberfire.ext.editor.commons.backend.service.htmleditor.HtmlEditorServiceImpl
 
save(Path, T, M, String) - Method in class org.uberfire.ext.editor.commons.backend.service.SaveAndRenameServiceImpl
 
saveAndRename(Path, String, DefaultMetadata, String, String) - Method in class org.uberfire.ext.editor.commons.backend.service.htmleditor.HtmlEditorServiceImpl
 
saveAndRename(Path, String, M, T, String) - Method in class org.uberfire.ext.editor.commons.backend.service.SaveAndRenameServiceImpl
 
SaveAndRenameServiceImpl<T,M> - Class in org.uberfire.ext.editor.commons.backend.service
 
SaveAndRenameServiceImpl() - Constructor for class org.uberfire.ext.editor.commons.backend.service.SaveAndRenameServiceImpl
 
supports(Path) - Method in interface org.uberfire.ext.editor.commons.backend.service.helper.CopyHelper
This is invoked by parent code to provide the means for a Helper to signal whether it supports the given Path
supports(Path) - Method in interface org.uberfire.ext.editor.commons.backend.service.helper.DeleteHelper
Helpers signal whether it supports the given Path
supports(Path) - Method in interface org.uberfire.ext.editor.commons.backend.service.helper.RenameHelper
This is invoked by parent code to provide the means for a Helper to signal whether it supports the given Path

V

ValidationServiceImpl - Class in org.uberfire.ext.editor.commons.backend.service
 
ValidationServiceImpl() - Constructor for class org.uberfire.ext.editor.commons.backend.service.ValidationServiceImpl
 
ValidationUtils - Class in org.uberfire.ext.editor.commons.backend.validation
 
ValidationUtils() - Constructor for class org.uberfire.ext.editor.commons.backend.validation.ValidationUtils
 
VersionRecordServiceImpl - Class in org.uberfire.ext.editor.commons.backend.version
 
VersionRecordServiceImpl() - Constructor for class org.uberfire.ext.editor.commons.backend.version.VersionRecordServiceImpl
 
VersionRecordServiceImpl(IOService, VersionUtil) - Constructor for class org.uberfire.ext.editor.commons.backend.version.VersionRecordServiceImpl
 
VersionServiceImpl - Class in org.uberfire.ext.editor.commons.backend.version
 
VersionServiceImpl() - Constructor for class org.uberfire.ext.editor.commons.backend.version.VersionServiceImpl
 
VersionUtil - Class in org.uberfire.ext.editor.commons.backend.version
 
VersionUtil() - Constructor for class org.uberfire.ext.editor.commons.backend.version.VersionUtil
 
A B C D F G H I L O P R S V 
Skip navigation links
Uberfire Commons Editor Backend 7.39.0.Final-redhat-00007

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