public class PluginSecurityRepositoryDecorator extends AbstractRepositoryDecorator<Plugin>
Plugin decorator that creates/deletes ACLs when creating/deleting plugins.| Modifier and Type | Method and Description |
|---|---|
void |
add(Plugin plugin) |
Integer |
add(Stream<Plugin> pluginStream) |
void |
delete(Plugin plugin) |
void |
delete(Stream<Plugin> pluginStream) |
void |
deleteAll() |
void |
deleteAll(Stream<Object> ids) |
void |
deleteById(Object pluginId) |
aggregate, close, count, count, delegate, findAll, findAll, findAll, findOne, findOneById, findOneById, forEachBatched, getCapabilities, getEntityType, getName, getQueryOperators, iterator, query, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachBatched, getExistingIDs, upsertBatchforEach, spliteratorpublic void add(Plugin plugin)
add in interface Repository<Plugin>add in class AbstractRepositoryDecorator<Plugin>public Integer add(Stream<Plugin> pluginStream)
add in interface Repository<Plugin>add in class AbstractRepositoryDecorator<Plugin>public void delete(Plugin plugin)
delete in interface Repository<Plugin>delete in class AbstractRepositoryDecorator<Plugin>public void deleteById(Object pluginId)
deleteById in interface Repository<Plugin>deleteById in class AbstractRepositoryDecorator<Plugin>public void deleteAll()
deleteAll in interface Repository<Plugin>deleteAll in class AbstractRepositoryDecorator<Plugin>public void delete(Stream<Plugin> pluginStream)
delete in interface Repository<Plugin>delete in class AbstractRepositoryDecorator<Plugin>public void deleteAll(Stream<Object> ids)
deleteAll in interface Repository<Plugin>deleteAll in class AbstractRepositoryDecorator<Plugin>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.