Modifier and Type | Method and Description |
---|---|
protected void |
BlanketApproveAction.markDocumentEnroute(DocumentRouteHeaderValue routeHeader) |
protected void |
MoveDocumentAction.markDocumentEnroute(DocumentRouteHeaderValue routeHeader) |
protected void |
CancelAction.markDocumentStatus() |
protected void |
ActionTakenEvent.notifyStatusChange(String newStatusCode,
String oldStatusCode) |
void |
ActionTakenEvent.performAction() |
protected ActionTakenValue |
SuperUserActionRequestApproveEvent.processActionRequests() |
protected ActionTakenValue |
SuperUserReturnToPreviousNodeAction.processActionRequests() |
void |
CancelAction.recordAction() |
void |
BlanketApproveAction.recordAction() |
void |
DisapproveAction.recordAction()
Records the disapprove action.
|
void |
ReleaseWorkgroupAuthority.recordAction() |
void |
ApproveAction.recordAction()
Records the approve action.
|
void |
MoveDocumentAction.recordAction() |
protected abstract void |
ActionTakenEvent.recordAction() |
void |
ReturnToPreviousNodeAction.recordAction() |
void |
AcknowledgeAction.recordAction()
Records the Acknowldege action.
|
void |
ClearFYIAction.recordAction()
Processes the clear FYI action.
|
void |
SuperUserActionRequestApproveEvent.recordAction() |
void |
RouteDocumentAction.recordAction()
Record the routing action.
|
void |
SuperUserApproveEvent.recordAction() |
void |
SuperUserNodeApproveEvent.recordAction() |
void |
RecallAction.recordAction() |
void |
LogDocumentActionAction.recordAction()
Records the non-routed document action.
|
void |
CompleteAction.recordAction()
Records the complete action.
|
void |
TakeWorkgroupAuthority.recordAction() |
void |
RevokeAdHocAction.recordAction()
Records the approve action.
|
void |
SaveActionEvent.recordAction() |
void |
AdHocAction.recordAction() |
Modifier and Type | Method and Description |
---|---|
protected DocumentRouteHeaderValue |
StandardWorkflowEngine.nodePostProcess(RouteContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SimulationEngine.process(String documentId,
String nodeInstanceId) |
Modifier and Type | Method and Description |
---|---|
protected void |
ExceptionRoutingServiceImpl.notifyStatusChange(DocumentRouteHeaderValue routeHeader,
String newStatusCode,
String oldStatusCode) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRouteHeaderValue.markDocumentCanceled()
Mark document cancled.
|
void |
DocumentRouteHeaderValue.markDocumentDisapproved()
Mark document disapproved
|
void |
DocumentRouteHeaderValue.markDocumentEnroute()
Mark the document as being actively routed.
|
void |
DocumentRouteHeaderValue.markDocumentFinalized()
Mark document finalized.
|
void |
DocumentRouteHeaderValue.markDocumentInException()
Mark the document as being in the exception state.
|
void |
DocumentRouteHeaderValue.markDocumentProcessed()
Mark the document as being processed.
|
void |
DocumentRouteHeaderValue.markDocumentRecalled()
Mark document recalled.
|
void |
DocumentRouteHeaderValue.markDocumentSaved()
Mark document saved
|
void |
DocumentRouteHeaderValue.setRouteStatus(String newStatus,
boolean finalState) |
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
WorkflowDocumentService.acknowledgeDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.approveDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.blanketApproval(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation,
Integer routeLevel)
Deprecated.
use blanketApproval which takes a Set of nodeNames instead.
|
DocumentRouteHeaderValue |
WorkflowDocumentService.blanketApproval(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation,
Set nodeNames) |
DocumentRouteHeaderValue |
WorkflowDocumentService.cancelDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.clearFYIDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.completeDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.disapproveDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
void |
WorkflowDocumentService.logDocumentAction(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.moveDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
MovePoint movePoint,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.placeInExceptionRouting(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.recallDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation,
boolean cancel)
TODO: docs
|
DocumentRouteHeaderValue |
WorkflowDocumentService.releaseGroupAuthority(String principalId,
DocumentRouteHeaderValue routeHeader,
String groupId,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.returnDocumentToPreviousNode(String principalId,
DocumentRouteHeaderValue routeHeader,
String destinationNodeName,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.returnDocumentToPreviousRouteLevel(String principalId,
DocumentRouteHeaderValue routeHeader,
Integer destRouteLevel,
String annotation)
Deprecated.
use returnDocumentToPreviousNode instead
|
DocumentRouteHeaderValue |
WorkflowDocumentService.revokeAdHocRequests(String principalId,
DocumentRouteHeaderValue document,
AdHocRevoke revoke,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.revokeAdHocRequests(String principalId,
DocumentRouteHeaderValue document,
String actionRequestId,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.routeDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.saveDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.superUserActionRequestApproveAction(String principalId,
DocumentRouteHeaderValue routeHeader,
String actionRequestId,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentService.superUserActionRequestApproveAction(String principalId,
String documentId,
String actionRequestId,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentService.superUserApprove(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentService.superUserCancelAction(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentService.superUserDisapproveAction(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentService.superUserNodeApproveAction(String principalId,
DocumentRouteHeaderValue routeHeader,
String nodeName,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentService.superUserNodeApproveAction(String principalId,
String documentId,
String nodeName,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentService.superUserReturnDocumentToPreviousNode(String principalId,
DocumentRouteHeaderValue routeHeader,
String nodeName,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentService.superUserReturnDocumentToPreviousNode(String principalId,
String documentId,
String nodeName,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentService.takeGroupAuthority(String principalId,
DocumentRouteHeaderValue routeHeader,
String groupId,
String annotation) |
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.acknowledgeDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.approveDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.blanketApproval(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation,
Integer routeLevel) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.blanketApproval(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation,
Set nodeNames) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.cancelDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.clearFYIDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.completeDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.disapproveDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
void |
WorkflowDocumentServiceImpl.logDocumentAction(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.moveDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
MovePoint movePoint,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.placeInExceptionRouting(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.recallDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation,
boolean cancel) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.releaseGroupAuthority(String principalId,
DocumentRouteHeaderValue routeHeader,
String groupId,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.returnDocumentToPreviousNode(String principalId,
DocumentRouteHeaderValue routeHeader,
String destinationNodeName,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.returnDocumentToPreviousRouteLevel(String principalId,
DocumentRouteHeaderValue routeHeader,
Integer destRouteLevel,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.revokeAdHocRequests(String principalId,
DocumentRouteHeaderValue document,
AdHocRevoke revoke,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.revokeAdHocRequests(String principalId,
DocumentRouteHeaderValue document,
String actionRequestId,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.routeDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.saveDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.superUserActionRequestApproveAction(String principalId,
DocumentRouteHeaderValue routeHeader,
String actionRequestId,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.superUserActionRequestApproveAction(String principalId,
String documentId,
String actionRequestId,
String annotation,
boolean runPostProcessor)
TODO As with superUserReturnDocumentToPreviousNode, we allow for the passing in of a document ID here to allow for
the document load inside the current running transaction.
|
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.superUserApprove(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.superUserCancelAction(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.superUserDisapproveAction(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.superUserNodeApproveAction(String principalId,
DocumentRouteHeaderValue routeHeader,
String nodeName,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.superUserNodeApproveAction(String principalId,
String documentId,
String nodeName,
String annotation,
boolean runPostProcessor)
TODO As with superUserReturnDocumentToPreviousNode, we allow for the passing in of a document ID here to allow for
the document load inside the current running transaction.
|
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.superUserReturnDocumentToPreviousNode(String principalId,
DocumentRouteHeaderValue routeHeader,
String nodeName,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.superUserReturnDocumentToPreviousNode(String principalId,
String documentId,
String nodeName,
String annotation,
boolean runPostProcessor)
TODO remove this implementation in favor of having the SuperUserAction call through the WorkflowDocument object.
|
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.takeGroupAuthority(String principalId,
DocumentRouteHeaderValue routeHeader,
String groupId,
String annotation) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.