Copyright © 2010 Marc Worrell Date: 2010-05-04
Authors: Marc Worrell (marc@worrell.nl).
queue_allow/2 | |
queue_deny/2 | |
queue_list/2 | |
queue_request/3 | Queue a request for an action with some actors. |
queue_allow(Request, Context) -> any()
queue_deny(Request, Context) -> any()
queue_list(Actor, Context) -> any()
queue_request(ToActors, Request, Context) -> any()
Queue a request for an action with some actors. Eg. request to add an edge to a resource for which the current actor doesn't have permissions.
Generated by EDoc, Feb 25 2011, 21:14:41.