use of org.motechproject.mds.util.InstanceSecurityRestriction in project motech by motech.
the class DefaultMotechDataService method deleteAll.
@Override
@Transactional
public void deleteAll() {
InstanceSecurityRestriction securityRestriction = validateCredentials();
repository.delete(new String[0], new Object[0], securityRestriction);
}
Aggregations