Index: openacs-4/packages/acs-content-repository/www/doc/api/permission.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/api/permission.adp,v diff -u -N -r1.2.2.3 -r1.2.2.4 --- openacs-4/packages/acs-content-repository/www/doc/api/permission.adp 9 Jun 2016 08:44:49 -0000 1.2.2.3 +++ openacs-4/packages/acs-content-repository/www/doc/api/permission.adp 1 Jul 2016 09:17:33 -0000 1.2.2.4 @@ -32,8 +32,8 @@ Author:Karl Goldstein -Returns:'t' if the donation is possible, 'f' -otherwise +Returns:'t' if the donation is possible, +'f' otherwise Parameters:
@@ -42,14 +42,14 @@ -
object_id:  The object whose permissions are to be changed
privilege:  The privilege to be granted
Declaration:

+Declaration:

   function has_grant_authority (
     object_id         in acs_objects.object_id%TYPE,
     holder_id         in parties.party_id%TYPE,
     privilege         in acs_privileges.privilege%TYPE
   ) return varchar2;
 
-
+
See Also:content_permission.grant_permission, content_permission.is_has_revoke_authority, acs_permission.grant_permission @@ -66,8 +66,8 @@ Author:Karl Goldstein -Returns:'t' if it is possible to revoke the privilege, 'f' -otherwise +Returns:'t' if it is possible to revoke the +privilege, 'f' otherwise Parameters:
@@ -78,15 +78,15 @@ -
object_id:  The object whose permissions are to be changed
revokee_id:  The user from whom the privilege is to be taken away
Declaration:

+Declaration:

   function has_revoke_authority (
     object_id         in acs_objects.object_id%TYPE,
     holder_id         in parties.party_id%TYPE,
     privilege         in acs_privileges.privilege%TYPE,
     revokee_id        in parties.party_id%TYPE
   ) return varchar2;
 
-
+
See Also:content_permission.has_grant_authority, content_permission.revoke_permission, acs_permission.revoke_permission @@ -102,8 +102,8 @@ Author:Karl Goldstein -Returns:'t' if the user has the specified permission on -the object, 'f' otherwise +Returns:'t' if the user has the specified +permission on the object, 'f' otherwise Parameters:
@@ -112,14 +112,14 @@ -
object_id:  The object whose permissions are to be checked
privilege:  The privilege to be checked
Declaration:

+Declaration:

   function permission_p (
     object_id         in acs_objects.object_id%TYPE,
     holder_id         in parties.party_id%TYPE,
     privilege         in acs_privileges.privilege%TYPE
   ) return varchar2;
 
-
+
See Also:content_permission.grant_permission, content_permission.revoke_permission, acs_permission.permission_p @@ -142,14 +142,14 @@ privilege:  The parent privilege to be granted -Declaration:

+Declaration:

   procedure grant_permission_h (
     object_id         in acs_objects.object_id%TYPE,
     grantee_id        in parties.party_id%TYPE,
     privilege         in acs_privileges.privilege%TYPE
   );
 
-
+
See Also:content_permission.grant_permission

 

@@ -170,14 +170,14 @@ privilege:  The parent privilege to be granted -Declaration:

+Declaration:

   procedure grant_permission_h (
     object_id         in acs_objects.object_id%TYPE,
     grantee_id        in parties.party_id%TYPE,
     privilege         in acs_privileges.privilege%TYPE
   );
 
-
+
See Also:content_permission.grant_permission

 

@@ -195,14 +195,14 @@ child_object_id:  The child object id -Declaration:

+Declaration:

   procedure inherit_permissions (
     parent_object_id  in acs_objects.object_id%TYPE,
     child_object_id   in acs_objects.object_id%TYPE,
     child_creator_id  in parties.party_id%TYPE default null
   );
 
-
+
See Also:content_permission.grant, acs_permission.grant_permission

 

@@ -223,14 +223,14 @@ privilege:  The parent privilege to be revoked -Declaration:

+Declaration:

   procedure revoke_permission_h (
     object_id         in acs_objects.object_id%TYPE,
     revokee_id        in parties.party_id%TYPE,
     privilege         in acs_privileges.privilege%TYPE
   );
 
-
+
See Also:content_permission.revoke_permission

 

@@ -251,20 +251,20 @@ privilege:  The parent privilege to be revoked -Declaration:

+Declaration:

   procedure revoke_permission_h (
     object_id         in acs_objects.object_id%TYPE,
     revokee_id        in parties.party_id%TYPE,
     privilege         in acs_privileges.privilege%TYPE
   );
 
-
+
See Also:content_permission.revoke_permission

 

-Last Modified: $‌Id: permission.html,v 1.1.1.1.30.1 2016/06/09 -08:21:01 gustafn Exp $ +Last Modified: $‌Id: permission.html,v 1.1.1.1.30.2 2016/06/22 +07:40:41 gustafn Exp $