@ApplicationScoped public class DeleteServiceImpl extends Object implements DeleteService
| Constructor and Description |
|---|
DeleteServiceImpl() |
DeleteServiceImpl(org.uberfire.io.IOService ioService,
org.jboss.errai.security.shared.api.identity.User identity,
SessionInfo sessionInfo,
javax.enterprise.inject.Instance<DeleteHelper> helpers,
javax.enterprise.inject.Instance<DeleteRestrictor> deleteRestrictorBeans) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Path path,
String comment) |
void |
deleteIfExists(Collection<Path> paths,
String comment) |
boolean |
hasRestriction(Path path) |
public DeleteServiceImpl()
@Inject
public DeleteServiceImpl(@Named(value="ioStrategy")
org.uberfire.io.IOService ioService,
org.jboss.errai.security.shared.api.identity.User identity,
SessionInfo sessionInfo,
javax.enterprise.inject.Instance<DeleteHelper> helpers,
javax.enterprise.inject.Instance<DeleteRestrictor> deleteRestrictorBeans)
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–2017 JBoss by Red Hat. All rights reserved.