| Modifier and Type | Method and Description |
|---|---|
ActionTakenValue |
ActionRequestValue.getActionTaken() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionRequestValue.setActionTaken(ActionTakenValue actionTaken) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionRequestService.deactivateRequest(ActionTakenValue actionTaken,
ActionRequestValue actionRequest) |
void |
ActionRequestService.deactivateRequest(ActionTakenValue actionTaken,
ActionRequestValue actionRequest,
ActivationContext activationContext) |
void |
ActionRequestService.deactivateRequest(ActionTakenValue actionTaken,
ActionRequestValue actionRequest,
boolean simulate) |
void |
ActionRequestService.deactivateRequests(ActionTakenValue actionTaken,
List actionRequests) |
void |
ActionRequestService.deactivateRequests(ActionTakenValue actionTaken,
List actionRequests,
ActivationContext activationContext) |
void |
ActionRequestService.deactivateRequests(ActionTakenValue actionTaken,
List actionRequests,
boolean simulate) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionRequestServiceImpl.deactivateRequest(ActionTakenValue actionTaken,
ActionRequestValue actionRequest) |
void |
ActionRequestServiceImpl.deactivateRequest(ActionTakenValue actionTaken,
ActionRequestValue actionRequest,
ActivationContext activationContext) |
void |
ActionRequestServiceImpl.deactivateRequest(ActionTakenValue actionTaken,
ActionRequestValue actionRequest,
boolean simulate) |
void |
ActionRequestServiceImpl.deactivateRequests(ActionTakenValue actionTaken,
List actionRequests) |
void |
ActionRequestServiceImpl.deactivateRequests(ActionTakenValue actionTaken,
List actionRequests,
ActivationContext activationContext) |
void |
ActionRequestServiceImpl.deactivateRequests(ActionTakenValue actionTaken,
List actionRequests,
boolean simulate) |
| Modifier and Type | Method and Description |
|---|---|
protected static ActionTakenValue |
RecallAction.getLastActionTaken(String docId)
Returns the last action taken on a document
|
protected ActionTakenValue |
SuperUserReturnToPreviousNodeAction.processActionRequests() |
protected ActionTakenValue |
SuperUserActionRequestApproveEvent.processActionRequests() |
protected ActionTakenValue |
ActionTakenEvent.saveActionTaken() |
protected ActionTakenValue |
ActionTakenEvent.saveActionTaken(Boolean currentInd) |
protected ActionTakenValue |
ActionTakenEvent.saveActionTaken(Boolean currentInd,
Recipient delegator) |
protected ActionTakenValue |
ActionTakenEvent.saveActionTaken(Recipient delegator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SuperUserApproveEvent.completeAnyOutstandingCompleteApproveRequests(ActionTakenValue actionTaken,
boolean sendNotifications) |
protected void |
ActionTakenEvent.notifyActionTaken(ActionTakenValue actionTaken) |
protected void |
ActionTakenEvent.notifyAfterActionTaken(ActionTakenValue actionTaken) |
void |
BlanketApproveAction.performDeferredBlanketApproveWork(ActionTakenValue actionTaken,
DocumentProcessingOptions processingOptions) |
protected void |
SuperUserDisapproveEvent.processActionTaken(ActionTakenValue actionTaken) |
protected void |
BlanketApproveAction.queueDeferredWork(ActionTakenValue actionTaken) |
| Modifier and Type | Method and Description |
|---|---|
static ActionTaken |
ActionTakenValue.to(ActionTakenValue actionTakenBo) |
| Modifier and Type | Method and Description |
|---|---|
ActionTakenValue |
ActionTakenDAO.findByActionTakenId(String actionTakenId) |
ActionTakenValue |
ActionTakenDAO.load(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ActionTakenValue> |
ActionTakenDAO.findByDocIdAndAction(String docId,
String action) |
Collection<ActionTakenValue> |
ActionTakenDAO.findByDocumentId(String documentId) |
List<ActionTakenValue> |
ActionTakenDAO.findByDocumentIdWorkflowId(String documentId,
String workflowId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionTakenDAO.deleteActionTaken(ActionTakenValue actionTaken) |
void |
ActionTakenDAO.saveActionTaken(ActionTakenValue actionTaken) |
| Modifier and Type | Method and Description |
|---|---|
ActionTakenValue |
ActionTakenDAOOjbImpl.findByActionTakenId(String actionTakenId) |
ActionTakenValue |
ActionTakenDAOJpaImpl.findByActionTakenId(String actionTakenId) |
ActionTakenValue |
ActionTakenDAOOjbImpl.load(String id) |
ActionTakenValue |
ActionTakenDAOJpaImpl.load(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ActionTakenValue> |
ActionTakenDAOOjbImpl.findByDocIdAndAction(String documentId,
String action) |
Collection<ActionTakenValue> |
ActionTakenDAOJpaImpl.findByDocIdAndAction(String documentId,
String action) |
Collection<ActionTakenValue> |
ActionTakenDAOOjbImpl.findByDocumentId(String documentId) |
Collection<ActionTakenValue> |
ActionTakenDAOJpaImpl.findByDocumentId(String documentId) |
List<ActionTakenValue> |
ActionTakenDAOOjbImpl.findByDocumentIdWorkflowId(String documentId,
String principalId) |
List<ActionTakenValue> |
ActionTakenDAOJpaImpl.findByDocumentIdWorkflowId(String documentId,
String workflowId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionTakenDAOOjbImpl.deleteActionTaken(ActionTakenValue actionTaken) |
void |
ActionTakenDAOJpaImpl.deleteActionTaken(ActionTakenValue actionTaken) |
void |
ActionTakenDAOOjbImpl.saveActionTaken(ActionTakenValue actionTaken) |
void |
ActionTakenDAOJpaImpl.saveActionTaken(ActionTakenValue actionTaken) |
| Modifier and Type | Method and Description |
|---|---|
ActionTakenValue |
ActionTakenService.findByActionTakenId(String actionTakenId) |
ActionTakenValue |
ActionTakenService.getPreviousAction(ActionRequestValue actionRequest) |
ActionTakenValue |
ActionTakenService.getPreviousAction(ActionRequestValue actionRequest,
List<ActionTakenValue> simulatedActionsTaken) |
ActionTakenValue |
ActionTakenService.load(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ActionTakenValue> |
ActionTakenService.findByDocumentId(String documentId) |
List<ActionTakenValue> |
ActionTakenService.findByDocumentIdWorkflowId(String documentId,
String workflowId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionTakenService.delete(ActionTakenValue actionTaken) |
void |
ActionTakenService.saveActionTaken(ActionTakenValue actionTaken) |
void |
ActionTakenService.validateActionTaken(ActionTakenValue actionTaken) |
| Modifier and Type | Method and Description |
|---|---|
ActionTakenValue |
ActionTakenService.getPreviousAction(ActionRequestValue actionRequest,
List<ActionTakenValue> simulatedActionsTaken) |
| Modifier and Type | Method and Description |
|---|---|
ActionTakenValue |
ActionTakenServiceImpl.findByActionTakenId(String actionTakenId) |
ActionTakenValue |
ActionTakenServiceImpl.getPreviousAction(ActionRequestValue actionRequest) |
ActionTakenValue |
ActionTakenServiceImpl.getPreviousAction(ActionRequestValue actionRequest,
List<ActionTakenValue> simulatedActionsTaken) |
ActionTakenValue |
ActionTakenServiceImpl.load(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ActionTakenValue> |
ActionTakenServiceImpl.findByDocumentId(String documentId) |
List<ActionTakenValue> |
ActionTakenServiceImpl.findByDocumentIdWorkflowId(String documentId,
String workflowId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionTakenServiceImpl.delete(ActionTakenValue actionTaken) |
void |
ActionTakenServiceImpl.saveActionTaken(ActionTakenValue actionTaken) |
void |
ActionTakenServiceImpl.validateActionTaken(ActionTakenValue actionTaken) |
| Modifier and Type | Method and Description |
|---|---|
ActionTakenValue |
ActionTakenServiceImpl.getPreviousAction(ActionRequestValue actionRequest,
List<ActionTakenValue> simulatedActionsTaken) |
| Modifier and Type | Method and Description |
|---|---|
List<ActionTakenValue> |
DocumentOperationForm.getActionsTaken() |
| Modifier and Type | Method and Description |
|---|---|
ActionTakenValue |
OrchestrationConfig.getCause() |
| Modifier and Type | Method and Description |
|---|---|
List<ActionTakenValue> |
ActivationContext.getSimulatedActionsTaken() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivationContext.setSimulatedActionsTaken(List<ActionTakenValue> simulatedActionsTaken) |
| Constructor and Description |
|---|
OrchestrationConfig(OrchestrationConfig.EngineCapability capability,
Set<String> destinationNodeNames,
ActionTakenValue cause) |
OrchestrationConfig(OrchestrationConfig.EngineCapability capability,
Set<String> destinationNodeNames,
ActionTakenValue cause,
boolean sendNotifications,
boolean doRunPostProcessorLogic) |
| Constructor and Description |
|---|
ActivationContext(boolean simulation,
List<ActionTakenValue> simulatedActionsTaken) |
| Modifier and Type | Method and Description |
|---|---|
ActionTakenValue |
DocumentRouteHeaderValue.getDocActionTaken(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<ActionTakenValue> |
DocumentRouteHeaderValue.getActionsTaken() |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.