@ApplicationScoped public class CopyServiceImpl extends Object implements CopyService
| Constructor and Description |
|---|
CopyServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.uberfire.backend.vfs.Path |
copy(org.uberfire.backend.vfs.Path path,
String newName,
String comment) |
void |
copyIfExists(Collection<org.uberfire.backend.vfs.Path> paths,
String newName,
String comment) |
boolean |
hasRestriction(org.uberfire.backend.vfs.Path path) |
public org.uberfire.backend.vfs.Path copy(org.uberfire.backend.vfs.Path path,
String newName,
String comment)
copy in interface SupportsCopypublic void copyIfExists(Collection<org.uberfire.backend.vfs.Path> paths, String newName, String comment)
copyIfExists in interface CopyServicepublic boolean hasRestriction(org.uberfire.backend.vfs.Path path)
hasRestriction in interface CopyServiceCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.