Package | Description |
---|---|
org.kuali.rice.kew.actions | |
org.kuali.rice.kew.api |
Copyright 2005-2014 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-2014 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 |
Modifier and Type | Method and Description |
---|---|
ValidActions |
ActionRegistryImpl.getValidActions(PrincipalContract principal,
DocumentRouteHeaderValue document) |
ValidActions |
ActionRegistry.getValidActions(PrincipalContract principal,
DocumentRouteHeaderValue document)
Returns a List of valid action codes for the given user on the document.
|
Modifier and Type | Method and Description |
---|---|
ValidActions |
WorkflowDocument.getValidActions()
Returns the list of valid actions on this document for the current user
|
Modifier and Type | Method and Description |
---|---|
ValidActions |
ValidActions.Builder.build() |
ValidActions |
WorkflowDocumentActionsService.determineValidActions(String documentId,
String principalId)
Determines which actions against the document with the given id are valid for the principal
with the given id.
|
ValidActions |
DocumentActionResult.getValidActions() |
Modifier and Type | Method and Description |
---|---|
static DocumentActionResult |
DocumentActionResult.create(Document document,
ValidActions validActions,
RequestedActions requestedActions) |
Modifier and Type | Method and Description |
---|---|
ValidActions |
WorkflowDocumentActionsServiceImpl.determineValidActions(String documentId,
String principalId) |
protected ValidActions |
WorkflowDocumentActionsServiceImpl.determineValidActionsInternal(DocumentRouteHeaderValue documentBo,
String principalId) |
Modifier and Type | Method and Description |
---|---|
ValidActions |
WorkflowDocumentImpl.getValidActions() |
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.