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