.. java:import:: com.google.protobuf ProtocolStringList .. java:import:: java.util UUID .. java:import:: org.apache.shiro SecurityUtils .. java:import:: org.apache.shiro.authz AuthorizationException .. java:import:: org.caosdb.server.database.backend.transaction RetrieveEntityACLTransaction .. java:import:: org.caosdb.server.entity EntityID .. java:import:: org.caosdb.server.entity EntityInterface .. java:import:: org.caosdb.server.entity RetrieveEntity .. java:import:: org.caosdb.server.entity.container TransactionContainer .. java:import:: org.caosdb.server.permissions EntityACL .. java:import:: org.caosdb.server.permissions EntityPermission RetrieveACL =========== .. java:package:: org.caosdb.server.transaction :noindex: .. java:type:: public class RetrieveACL extends Transaction Constructors ------------ RetrieveACL ^^^^^^^^^^^ .. java:constructor:: public RetrieveACL(ProtocolStringList idList) :outertype: RetrieveACL Methods ------- cleanUp ^^^^^^^ .. java:method:: @Override protected void cleanUp() :outertype: RetrieveACL init ^^^^ .. java:method:: @Override protected void init() throws Exception :outertype: RetrieveACL logHistory ^^^^^^^^^^ .. java:method:: @Override public boolean logHistory() :outertype: RetrieveACL postCheck ^^^^^^^^^ .. java:method:: @Override protected void postCheck() :outertype: RetrieveACL postTransaction ^^^^^^^^^^^^^^^ .. java:method:: @Override protected void postTransaction() throws Exception :outertype: RetrieveACL preCheck ^^^^^^^^ .. java:method:: @Override protected void preCheck() throws InterruptedException, Exception :outertype: RetrieveACL preTransaction ^^^^^^^^^^^^^^ .. java:method:: @Override protected void preTransaction() throws InterruptedException :outertype: RetrieveACL transaction ^^^^^^^^^^^ .. java:method:: @Override protected void transaction() throws Exception :outertype: RetrieveACL