|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourcePolicy | |
|---|---|
| org.dspace.authorize | Handles permissions for DSpace content. |
| Uses of ResourcePolicy in org.dspace.authorize |
|---|
| Methods in org.dspace.authorize that return ResourcePolicy | |
|---|---|
static ResourcePolicy |
ResourcePolicy.create(Context context)
Create a new ResourcePolicy |
static ResourcePolicy |
ResourcePolicy.find(Context context,
int id)
Get an ResourcePolicy from the database. |
| Methods in org.dspace.authorize that return types with arguments of type ResourcePolicy | |
|---|---|
static List<ResourcePolicy> |
AuthorizeManager.getPolicies(Context c,
DSpaceObject o)
Return a List of the policies for an object |
static List<ResourcePolicy> |
AuthorizeManager.getPoliciesActionFilter(Context c,
DSpaceObject o,
int actionID)
Return a list of policies for an object that match the action |
static List<ResourcePolicy> |
AuthorizeManager.getPoliciesForGroup(Context c,
Group g)
Return a List of the policies for a group |
| Method parameters in org.dspace.authorize with type arguments of type ResourcePolicy | |
|---|---|
static void |
AuthorizeManager.addPolicies(Context c,
List<ResourcePolicy> policies,
DSpaceObject dest)
Copies policies from a list of resource policies to a given DSpaceObject |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||