A G I O S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractCheckRightsRequest - Class in org.xwiki.job.api
-
Define a request that have rights to check.
- AbstractCheckRightsRequest() - Constructor for class org.xwiki.job.api.AbstractCheckRightsRequest
-
Default constructor.
- AbstractCheckRightsRequest(Request) - Constructor for class org.xwiki.job.api.AbstractCheckRightsRequest
G
- getAuthorReference() - Method in class org.xwiki.job.api.AbstractCheckRightsRequest
- getUserReference() - Method in class org.xwiki.job.api.AbstractCheckRightsRequest
I
- isCheckAuthorRights() - Method in class org.xwiki.job.api.AbstractCheckRightsRequest
- isCheckRights() - Method in class org.xwiki.job.api.AbstractCheckRightsRequest
O
- org.xwiki.job.api - package org.xwiki.job.api
S
- setAuthorReference(DocumentReference) - Method in class org.xwiki.job.api.AbstractCheckRightsRequest
-
Sets the author of the script which is performing the request.
- setCheckAuthorRights(boolean) - Method in class org.xwiki.job.api.AbstractCheckRightsRequest
-
Sets whether the job should check or not if the user specified by
getAuthorReference()
is authorized to perform the actions implied by this request. - setCheckRights(boolean) - Method in class org.xwiki.job.api.AbstractCheckRightsRequest
-
Sets whether the job should check or not if the user specified by
getUserReference()
is authorized to perform the actions implied by this request. - setUserReference(DocumentReference) - Method in class org.xwiki.job.api.AbstractCheckRightsRequest
-
Sets the user that should be used to perform this request.
All Classes All Packages