| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationTask
An Application Task is a task that is global to the application.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaskAuthorizer.isAuthorized(String userId,
Task task)
Is the user authorized to execute the given task?
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ViewCoiUndisclosedEventsAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
LookupCoiDisclosuresAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
CreateTimeAndMoneyAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
CreateSubAwardAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
CreateResearchAreaAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
CreateProtocolAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
CreateProposalAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
CreateNegotiationAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
CreateIacucResearchAreaAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
CreateIacucProtocolAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
CreateIacucCommitteeAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
CreateCommitteeAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
CreateCoiDisclosureAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
CreateAwardAuthorizer.isAuthorized(String userId,
Task task) |
| Modifier and Type | Class and Description |
|---|---|
class |
AwardBudgetTask |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ViewAwardBudgetSalariesAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
ViewAwardBudgetAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
ToggleAwardBudgetStatusAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
SubmitAwardBudgetAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
PostAwardBudgetAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
ModifyAwardBudgetAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
ApproveAwardBudgetAuthorizer.isAuthorized(String userId,
Task task)
Is the user authorized to execute the given task?
|
| Modifier and Type | Method and Description |
|---|---|
Task |
AwardDocument.getParentAuthZTask(String taskName) |
| Modifier and Type | Class and Description |
|---|---|
class |
AwardTask
An Award Task is a task that performs an action against a
Award.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AwardAuthorizer.isAuthorized(String userId,
Task task) |
| Modifier and Type | Method and Description |
|---|---|
Task |
AwardTaskFactory.createTask(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
abstract Task |
BudgetParentDocument.getParentAuthZTask(String taskName) |
| Modifier and Type | Class and Description |
|---|---|
class |
BudgetTask
A Budget Task is a task that performs an action against a
Budget Document.
|
| Modifier and Type | Method and Description |
|---|---|
protected Task |
BudgetDocumentAuthorizer.createNewBudgetTask(String taskGroupName,
String taskName,
BudgetDocument budgetDocument) |
Task |
BudgetTaskFactory.createTask(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BudgetAuthorizer.isAuthorized(String userId,
Task task) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoiDisclosureDeleteUpdateAttachmentTask |
class |
CoiDisclosureDeleteUpdateNoteTask |
class |
CoiDisclosureTask |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CoiDisclosureAuthorizer.isAuthorized(String userId,
Task task) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommitteeScheduleTask
A Committee Task is a task that performs an action against a
Committee.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommitteeScheduleTaskBase<CMT extends CommitteeBase<CMT,?,CS>,CS extends CommitteeScheduleBase<CS,CMT,?,?>>
A CommitteeBase Task is a task that performs an action against a
CommitteeBase.
|
class |
CommitteeTaskBase<CMT extends CommitteeBase<CMT,?,?>>
A CommitteeBase Task is a task that performs an action against a
CommitteeBase.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommitteeAuthorizerBase.isAuthorized(String userId,
Task task) |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolTask |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucCommitteeScheduleTask |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolOnlineReviewTask |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IacucProtocolOnlineReviewAuthorizer.isAuthorized(String userId,
Task task) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolTask
A Protocol Task is a task that performs an action against a
Protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolOnlineReviewTask
A Protocol Online Review Task is a task that performs an action against a
Protocol Online Review.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProtocolOnlineReviewAuthorizer.isAuthorized(String userId,
Task task) |
| Modifier and Type | Class and Description |
|---|---|
class |
NegotiationTask
This class manages the attributes needed for a negotiation task.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NegotiationAuthorizer.isAuthorized(String userId,
Task task) |
| Modifier and Type | Method and Description |
|---|---|
Task |
ProposalDevelopmentDocument.getParentAuthZTask(String taskName) |
| Modifier and Type | Class and Description |
|---|---|
class |
NarrativeTask
A Narrative Task is a task that corresponds to
task on a particular Narrative.
|
class |
ProposalTask
A Proposal Task is a task that performs an action against a
Proposal Development Document.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProposalAuthorizer.isAuthorized(String userId,
Task task) |
boolean |
NarrativeAuthorizer.isAuthorized(String userId,
Task task) |
| Modifier and Type | Method and Description |
|---|---|
Task |
ProposalTaskFactory.createTask(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request) |
Task |
ProposalAttachmentTaskFactory.createTask(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request) |
Task |
NarrtivesCommonTaskFactory.createTask(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request) |
abstract Task |
NarrativeTaskFactory.createTask(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request) |
Task |
InstituteAttachmentTaskFactory.createTask(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request) |
Task |
BudgetProposalTaskFactory.createTask(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolTaskBase |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProtocolAuthorizerBase.isAuthorized(String userId,
Task task) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProtocolOnlineReviewAuthorizerBase.isAuthorized(String userId,
Task task) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaskAuthorizationService.isAuthorized(String userId,
Task task)
Is the user authorized to perform the given task?
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaskAuthorizationServiceImpl.isAuthorized(String userId,
Task task)
Delegate the authorization work to a Task Authorizer who is
responsible for the given task.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubAwardTask
This class is for SubAwardTask...
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SubAwardAuthorizer.isAuthorized(String userId,
Task task) |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeAndMoneyTask
An Award Task is a task that performs an action against a
Award.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TimeAndMoneyAuthorizer.isAuthorized(String userId,
Task task) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
KraTransactionalDocumentActionBase.isAuthorized(Task task)
Is the current user authorized to perform the given task?
|
| Modifier and Type | Method and Description |
|---|---|
Task |
WebTaskFactory.createTask(org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request)
Create a Task.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.