|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestedActions | |
---|---|
org.kuali.rice.kew.api | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.kew.api.action | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.kew.impl.action | |
org.kuali.rice.kew.impl.document |
Uses of RequestedActions in org.kuali.rice.kew.api |
---|
Methods in org.kuali.rice.kew.api that return RequestedActions | |
---|---|
RequestedActions |
WorkflowDocument.getRequestedActions()
Returns the list of requested actions on this document for the current user |
Uses of RequestedActions in org.kuali.rice.kew.api.action |
---|
Methods in org.kuali.rice.kew.api.action that return RequestedActions | |
---|---|
static RequestedActions |
RequestedActions.create(boolean completeRequested,
boolean approveRequested,
boolean acknowledgeRequested,
boolean fyiRequested)
|
RequestedActions |
WorkflowDocumentActionsService.determineRequestedActions(String documentId,
String principalId)
Determines which actions are requested against the document with the given id for the principal with the given id. |
RequestedActions |
DocumentActionResult.getRequestedActions()
|
Methods in org.kuali.rice.kew.api.action with parameters of type RequestedActions | |
---|---|
static DocumentActionResult |
DocumentActionResult.create(Document document,
ValidActions validActions,
RequestedActions requestedActions)
|
Uses of RequestedActions in org.kuali.rice.kew.impl.action |
---|
Methods in org.kuali.rice.kew.impl.action that return RequestedActions | |
---|---|
RequestedActions |
WorkflowDocumentActionsServiceImpl.determineRequestedActions(String documentId,
String principalId)
|
protected RequestedActions |
WorkflowDocumentActionsServiceImpl.determineRequestedActionsInternal(DocumentRouteHeaderValue documentBo,
String principalId)
|
Uses of RequestedActions in org.kuali.rice.kew.impl.document |
---|
Methods in org.kuali.rice.kew.impl.document that return RequestedActions | |
---|---|
RequestedActions |
WorkflowDocumentImpl.getRequestedActions()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |