@ApplicationScoped public class RenameServiceImpl extends Object implements RenameService
| Constructor and Description |
|---|
RenameServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasRestriction(org.uberfire.backend.vfs.Path path) |
org.uberfire.backend.vfs.Path |
rename(org.uberfire.backend.vfs.Path path,
String newName,
String comment) |
void |
renameIfExists(Collection<org.uberfire.backend.vfs.Path> paths,
String newName,
String comment) |
public org.uberfire.backend.vfs.Path rename(org.uberfire.backend.vfs.Path path,
String newName,
String comment)
rename in interface SupportsRenamepublic void renameIfExists(Collection<org.uberfire.backend.vfs.Path> paths, String newName, String comment)
renameIfExists in interface RenameServicepublic boolean hasRestriction(org.uberfire.backend.vfs.Path path)
hasRestriction in interface RenameServiceCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.