@ApplicationScoped public class DeleteServiceImpl extends Object implements DeleteService
| Constructor and Description |
|---|
DeleteServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(org.uberfire.backend.vfs.Path path,
String comment) |
void |
deleteIfExists(Collection<org.uberfire.backend.vfs.Path> paths,
String comment) |
boolean |
hasRestriction(org.uberfire.backend.vfs.Path path) |
public void delete(org.uberfire.backend.vfs.Path path,
String comment)
delete in interface SupportsDeletepublic void deleteIfExists(Collection<org.uberfire.backend.vfs.Path> paths, String comment)
deleteIfExists in interface DeleteServicepublic boolean hasRestriction(org.uberfire.backend.vfs.Path path)
hasRestriction in interface DeleteServiceCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.