@ApplicationScoped public class DeleteServiceImpl extends Object implements DeleteService
Constructor and Description |
---|
DeleteServiceImpl() |
DeleteServiceImpl(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") 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 SupportsDelete
public void deleteIfExists(Collection<Path> paths, String comment)
deleteIfExists
in interface DeleteService
public boolean hasRestriction(Path path)
hasRestriction
in interface DeleteService
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.