public interface Deleteable extends EntityProvider
EntityProvider interface| Modifier and Type | Method and Description |
|---|---|
void |
deleteEntity(EntityReference ref,
Map<String,Object> params)
Deletes the entity identified by this entity reference,
if the entity cannot be found then nothing happens
|
getEntityPrefixvoid deleteEntity(EntityReference ref, Map<String,Object> params)
ref - the parsed reference object which uniquely represents this entityparams - (optional) incoming set of parameters which may be used to send data specific to this request, may be nullSecurityException - if permissions prevented this entity from being createdIllegalStateException - for all other failuresCopyright © 2007–2019 Sakai Project. All rights reserved.