class: Factory

public <<static>> class: Factory
Author: Markus Haarlaender (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision$ $LastChangedDate$; Complexity: 1
Dates: Created: 16.07.2009 15:13:29; Modified: 16.07.2009 15:13:30;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {D1556F71-391B-40dc-92FF-901895301476}
Inner factory class for communicating with coreservice and marshalling/unmarshalling this VO.
 

Goto: Custom Properties, Methods

Appears in: grants

Custom Properties
 
Factory Methods
Operation Details
private static
retrieveGrants(
   String userHandle,
   String filter):GrantList
Sequential
Tags: throws=RuntimeException
Notes: Retrieves the grants for a given filter
@return The list of grants.
public static
retrieveGrantsForObject(
   String userHandle,
   String objectId,
   String roleId):GrantList
Sequential
Tags: throws=RuntimeException
Notes: Retrieves the grants for a given escidoc object and a given role that are not revoked and only for groups.
@return The list of grants.