Modifier and Type | Method and Description |
---|---|
static EDLController |
EDLControllerFactory.createEDLController(EDocLiteAssociation edlAssociation,
EDLGlobalConfig edlGlobalConfig,
DocumentRouteHeaderValue document) |
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
ActionRequestValue.getRouteHeader() |
Modifier and Type | Method and Description |
---|---|
void |
ActionRequestValue.setRouteHeader(DocumentRouteHeaderValue routeHeader) |
Constructor and Description |
---|
ActionRequestFactory(DocumentRouteHeaderValue document) |
ActionRequestFactory(DocumentRouteHeaderValue document,
RouteNodeInstance routeNode) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ActionRequestService.getActionsRequested(DocumentRouteHeaderValue routeHeader,
String principalId,
boolean completeAndApproveTheSame) |
ActionRequestValue |
ActionRequestService.initializeActionRequestGraph(ActionRequestValue actionRequest,
DocumentRouteHeaderValue document,
RouteNodeInstance nodeInstance) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ActionRequestServiceImpl.getActionsRequested(DocumentRouteHeaderValue routeHeader,
String principalId,
boolean completeAndApproveTheSame) |
ActionRequestValue |
ActionRequestServiceImpl.initializeActionRequestGraph(ActionRequestValue actionRequest,
DocumentRouteHeaderValue document,
RouteNodeInstance nodeInstance) |
Modifier and Type | Field and Description |
---|---|
protected DocumentRouteHeaderValue |
ActionTakenEvent.routeHeader
This is in spirit immutable, however for expediency it is mutable as at least one action
(ReturnToPreviousNodeAction) attempts to reload the route header after every pp notification.
|
Modifier and Type | Method and Description |
---|---|
protected DocumentRouteHeaderValue |
ActionTakenEvent.getRouteHeader() |
Modifier and Type | Method and Description |
---|---|
protected PrincipalContract |
ReturnToPreviousNodeAction.determineInitialNodePrincipal(DocumentRouteHeaderValue routeHeader)
Determines which principal to generate an actionqrequest when the document is returned to the initial node
By default this is the document initiator.
|
protected PrincipalContract |
RecallAction.determineInitialNodePrincipal(DocumentRouteHeaderValue routeHeader)
Override the default return to previous behavior so that the document is returned to the recaller, not initiator
|
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.
|
protected void |
BlanketApproveAction.markDocumentEnroute(DocumentRouteHeaderValue routeHeader) |
protected static Collection<Recipient> |
RecallAction.parseNotificationRecipients(DocumentRouteHeaderValue routeHeader)
Parses notification recipients from the RECALL_NOTIFICATION document type policy, if present
|
protected void |
ActionTakenEvent.setRouteHeader(DocumentRouteHeaderValue routeHeader) |
protected String |
RecallAction.validateActionsTaken(DocumentRouteHeaderValue rh)
Determines whether prior actions taken are compatible with recall action by checking the RECALL_VALID_ACTIONSTAKEN
document type policy.
|
protected String |
RecallAction.validateRouting(DocumentRouteHeaderValue rh)
Determines whether the doc's type appears to statically define any routing.
|
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
SearchableAttributeValue.getRouteHeader() |
DocumentRouteHeaderValue |
SearchableAttributeStringValue.getRouteHeader() |
DocumentRouteHeaderValue |
SearchableAttributeLongValue.getRouteHeader() |
DocumentRouteHeaderValue |
SearchableAttributeFloatValue.getRouteHeader() |
DocumentRouteHeaderValue |
SearchableAttributeDateTimeValue.getRouteHeader() |
Modifier and Type | Method and Description |
---|---|
void |
SearchableAttributeValue.setRouteHeader(DocumentRouteHeaderValue routeHeader) |
void |
SearchableAttributeStringValue.setRouteHeader(DocumentRouteHeaderValue routeHeader) |
void |
SearchableAttributeLongValue.setRouteHeader(DocumentRouteHeaderValue routeHeader) |
void |
SearchableAttributeFloatValue.setRouteHeader(DocumentRouteHeaderValue routeHeader) |
void |
SearchableAttributeDateTimeValue.setRouteHeader(DocumentRouteHeaderValue routeHeader) |
Modifier and Type | Method and Description |
---|---|
boolean |
DocumentTypePermissionService.canAddRouteLogMessage(String principalId,
DocumentRouteHeaderValue documentRouteHeaderValue)
Determines if the given principal can add route log messages for documents of the given DocumentRouteHeaderValue.
|
boolean |
DocumentTypePermissionService.canBlanketApprove(String principalId,
DocumentRouteHeaderValue document)
Determines if the given principal can blanket approve documents of the given DocumentType.
|
boolean |
DocumentTypePermissionService.canCancel(String principalId,
DocumentRouteHeaderValue document)
Determines if the given principal can cancel documents of the given DocumentType.
|
boolean |
DocumentTypePermissionService.canGroupReceiveAdHocRequest(String groupId,
DocumentRouteHeaderValue document,
String actionRequestCode)
Determines if the given group is authorized to receive ad hoc requests of the
specified action request code for the given DocumentType and action request type.
|
boolean |
DocumentTypePermissionService.canRecall(String principalId,
DocumentRouteHeaderValue document)
Determines if the given principal can recall the specified document given the permission details.
|
boolean |
DocumentTypePermissionService.canReceiveAdHocRequest(String principalId,
DocumentRouteHeaderValue document,
String actionRequestCode)
Determines if the given principal is authorized to receive ad hoc requests
for the given DocumentType and action request type.
|
boolean |
DocumentTypePermissionService.canRoute(String principalId,
DocumentRouteHeaderValue documentRouteHeaderValue)
Determines if the given principal can route documents of the given DocumentRouteHeaderValue.
|
boolean |
DocumentTypePermissionService.canSave(String principalId,
DocumentRouteHeaderValue document)
Determines if the given principal can save documents of the given DocumentType.
|
boolean |
DocumentSecurityService.routeLogAuthorized(String principalId,
DocumentRouteHeaderValue routeHeader,
SecuritySession session) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
DocumentActionsPermissionBase.buildDocumentRoleQualifiers(DocumentRouteHeaderValue document,
String routeNodeName)
Generates role qualifiers for authorization check.
|
boolean |
DocumentTypePermissionServiceImpl.canAddRouteLogMessage(String principalId,
DocumentRouteHeaderValue document) |
boolean |
DocumentTypePermissionServiceAuthorizerImpl.canBlanketApprove(String principalId,
DocumentRouteHeaderValue document) |
boolean |
DocumentActionsPermissionBase.canBlanketApprove(String principalId,
DocumentRouteHeaderValue document)
|
boolean |
DocumentTypePermissionServiceAuthorizerImpl.canCancel(String principalId,
DocumentRouteHeaderValue document) |
boolean |
DocumentActionsPermissionBase.canCancel(String principalId,
DocumentRouteHeaderValue document)
|
boolean |
DocumentTypePermissionServiceImpl.canGroupReceiveAdHocRequest(String groupId,
DocumentRouteHeaderValue document,
String actionRequestType) |
boolean |
DocumentTypePermissionServiceAuthorizerImpl.canRecall(String principalId,
DocumentRouteHeaderValue document) |
boolean |
DocumentActionsPermissionBase.canRecall(String principalId,
DocumentRouteHeaderValue document)
|
boolean |
DocumentTypePermissionServiceImpl.canReceiveAdHocRequest(String principalId,
DocumentRouteHeaderValue document,
String actionRequestType) |
boolean |
DocumentTypePermissionServiceAuthorizerImpl.canRoute(String principalId,
DocumentRouteHeaderValue document) |
boolean |
DocumentActionsPermissionBase.canRoute(String principalId,
DocumentRouteHeaderValue document)
|
boolean |
DocumentTypePermissionServiceAuthorizerImpl.canSave(String principalId,
DocumentRouteHeaderValue document) |
boolean |
DocumentActionsPermissionBase.canSave(String principalId,
DocumentRouteHeaderValue document)
|
boolean |
DocumentSecurityServiceImpl.routeLogAuthorized(String principalId,
DocumentRouteHeaderValue routeHeader,
SecuritySession securitySession) |
protected void |
DocumentActionsPermissionBase.validateDocument(DocumentRouteHeaderValue document)
Validates document parameter
|
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
DocumentOperationForm.getRouteHeader() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentOperationForm.setRouteHeader(DocumentRouteHeaderValue routeHeader) |
Modifier and Type | Method and Description |
---|---|
static DocumentDetail |
DTOConverter.convertDocumentDetailNew(DocumentRouteHeaderValue routeHeader) |
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
RouteContext.getDocument() |
DocumentRouteHeaderValue |
RouteContext.getRouteHeader()
Deprecated.
use getDocument() instead
|
protected DocumentRouteHeaderValue |
StandardWorkflowEngine.nodePostProcess(RouteContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowEngine.initializeDocument(DocumentRouteHeaderValue document) |
void |
StandardWorkflowEngine.initializeDocument(DocumentRouteHeaderValue document)
This method initializes the document by materializing and activating the
first node instance on the document.
|
static boolean |
CompatUtils.isNodalDocument(DocumentRouteHeaderValue document) |
static boolean |
CompatUtils.isRouteLevelCompatible(DocumentRouteHeaderValue document) |
static boolean |
CompatUtils.isRouteLevelDocument(DocumentRouteHeaderValue document) |
protected void |
StandardWorkflowEngine.lockAdditionalDocuments(DocumentRouteHeaderValue document) |
void |
RouteContext.setDocument(DocumentRouteHeaderValue routeHeader) |
void |
RouteContext.setRouteHeader(DocumentRouteHeaderValue routeHeader)
Deprecated.
user setDocument() instead
|
Modifier and Type | Method and Description |
---|---|
List<DocumentRouteHeaderValue> |
RouteNodeInstance.getInitialDocumentRouteHeaderValues() |
Modifier and Type | Method and Description |
---|---|
boolean |
RoleNode.activateRequests(RouteContext context,
DocumentRouteHeaderValue document,
RouteNodeInstance nodeInstance)
Activates the action requests that are pending at this routelevel of the
document.
|
boolean |
RequestActivationNode.activateRequests(RouteContext context,
DocumentRouteHeaderValue document,
RouteNodeInstance nodeInstance)
Activates the action requests that are pending at this routelevel of the document.
|
protected boolean |
RoleNode.activateRequestsCustom(RouteContext context,
List<ActionRequestValue> requests,
List<ActionItem> generatedActionItems,
DocumentRouteHeaderValue document,
RouteNodeInstance nodeInstance) |
protected boolean |
RequestActivationNode.activateRequestsCustom(RouteContext context,
List<ActionRequestValue> requests,
List<ActionItem> generatedActionItems,
DocumentRouteHeaderValue document,
RouteNodeInstance nodeInstance) |
static RouteNodeInstance |
RouteNodeUtils.findRouteNodeInstanceById(String nodeInstanceId,
DocumentRouteHeaderValue document) |
static List<RouteNodeInstance> |
RouteNodeUtils.getActiveNodeInstances(DocumentRouteHeaderValue document) |
protected Responsibility |
RoleNode.getFirstResponsibilityWithMandatoryRouteFlag(DocumentRouteHeaderValue document,
RouteNode node)
Checks for any mandatory route responsibilities for the given document type and node.
|
static List<RouteNodeInstance> |
RouteNodeUtils.getFlattenedNodeInstances(DocumentRouteHeaderValue document,
boolean includeProcesses) |
protected boolean |
RequestsNode.isPastFinalApprover(DocumentRouteHeaderValue document,
RouteNodeInstance nodeInstance)
Checks if the document has past the final approver node by walking
backward through the previous node instances.
|
static void |
NodeJotter.jotNodeInstance(DocumentRouteHeaderValue document,
RouteNodeInstance nodeInstance) |
protected void |
RequestActivationNode.saveDocument(RouteContext context,
DocumentRouteHeaderValue document) |
boolean |
RequestActivationNode.shouldTransition(DocumentRouteHeaderValue document,
RouteNodeInstance nodeInstance) |
protected void |
RequestsNode.verifyFinalApprovalRequest(DocumentRouteHeaderValue document,
List<ActionRequestValue> requests,
RouteNodeInstance nodeInstance,
RouteContext routeContext)
Verifies the state of the action requests when a final approval action is involved.
|
Modifier and Type | Method and Description |
---|---|
void |
RouteNodeInstance.setInitialDocumentRouteHeaderValues(List<DocumentRouteHeaderValue> initialDocumentRouteHeaderValues) |
Modifier and Type | Method and Description |
---|---|
RouteNodeInstance |
RouteNodeService.findRouteNodeInstanceById(String nodeInstanceId,
DocumentRouteHeaderValue document)
This method looks though the passed in DocumentRouteHeaderValue and retrieves a nodeInstance that
matches the ID passed in.
|
List<RouteNodeInstance> |
RouteNodeService.getActiveNodeInstances(DocumentRouteHeaderValue document) |
List<RouteNodeInstance> |
RouteNodeService.getActiveNodeInstances(DocumentRouteHeaderValue document,
String nodeName)
Returns a list of active node instances associated with the document that are active
|
List<RouteNodeInstance> |
RouteNodeService.getFlattenedNodeInstances(DocumentRouteHeaderValue document,
boolean includeProcesses)
Returns a flattened list of RouteNodeInstances on the given document.
|
List |
RouteNodeService.getRevokedNodeInstances(DocumentRouteHeaderValue document)
Returns a List of the revoked RouteNodeInstances on the given Document.
|
boolean |
RouteNodeService.isNodeInPath(DocumentRouteHeaderValue document,
String nodeName) |
void |
RouteNodeService.revokeNodeInstance(DocumentRouteHeaderValue document,
RouteNodeInstance nodeInstance)
Record that the given RouteNodeInstance on the Document was revoked.
|
Modifier and Type | Method and Description |
---|---|
RouteNodeInstance |
RouteNodeServiceImpl.findRouteNodeInstanceById(String nodeInstanceId,
DocumentRouteHeaderValue document) |
List<RouteNodeInstance> |
RouteNodeServiceImpl.getActiveNodeInstances(DocumentRouteHeaderValue document) |
List<RouteNodeInstance> |
RouteNodeServiceImpl.getActiveNodeInstances(DocumentRouteHeaderValue document,
String nodeName) |
List<RouteNodeInstance> |
RouteNodeServiceImpl.getFlattenedNodeInstances(DocumentRouteHeaderValue document,
boolean includeProcesses) |
List |
RouteNodeServiceImpl.getRevokedNodeInstances(DocumentRouteHeaderValue document)
Queries the list of revoked node instances from the root BranchState of the Document
and returns a List of revoked RouteNodeInstances.
|
boolean |
RouteNodeServiceImpl.isNodeInPath(DocumentRouteHeaderValue document,
String nodeName) |
void |
RouteNodeServiceImpl.revokeNodeInstance(DocumentRouteHeaderValue document,
RouteNodeInstance nodeInstance)
Records the revocation in the root BranchState of the document.
|
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
SimulationResults.getDocument() |
Modifier and Type | Method and Description |
---|---|
void |
SimulationResults.setDocument(DocumentRouteHeaderValue document) |
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
WorkflowDocumentActionsServiceImpl.DocumentActionCallback.doInDocumentBo(DocumentRouteHeaderValue documentBo,
String principalId,
String annotation) |
protected DocumentRouteHeaderValue |
WorkflowDocumentActionsServiceImpl.init(DocumentActionParameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected DocumentActionResult |
WorkflowDocumentActionsServiceImpl.constructDocumentActionResult(DocumentRouteHeaderValue documentBo,
String principalId) |
protected RequestedActions |
WorkflowDocumentActionsServiceImpl.determineRequestedActionsInternal(DocumentRouteHeaderValue documentBo,
String principalId) |
protected ValidActions |
WorkflowDocumentActionsServiceImpl.determineValidActionsInternal(DocumentRouteHeaderValue documentBo,
String principalId) |
DocumentRouteHeaderValue |
WorkflowDocumentActionsServiceImpl.DocumentActionCallback.doInDocumentBo(DocumentRouteHeaderValue documentBo,
String principalId,
String annotation) |
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
StyleableEmailContentServiceImpl.getRouteHeader(ActionItem actionItem) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,DocumentRouteHeaderValue> |
StyleableEmailContentServiceImpl.getRouteHeaders(Collection<ActionItem> actionItems) |
Modifier and Type | Method and Description |
---|---|
protected void |
StyleableEmailContentServiceImpl.addDocumentHeaderXML(Document document,
DocumentRouteHeaderValue documentHeader,
Node node,
String elementName)
This method handles converting the DocumentRouteHeaderValue into an XML representation.
|
protected void |
StyleableEmailContentServiceImpl.addSummarizedActionItem(Document doc,
ActionItem actionItem,
Person user,
Node node,
DocumentRouteHeaderValue routeHeader)
This method is used to add the given
ActionItem to the given Document in a summarized
form for use in weekly or daily type reminder e-mails. |
Modifier and Type | Method and Description |
---|---|
protected RouteContext |
ExceptionRoutingServiceImpl.establishRouteContext(DocumentRouteHeaderValue document,
Throwable throwable) |
protected void |
ExceptionRoutingServiceImpl.notifyStatusChange(DocumentRouteHeaderValue routeHeader,
String newStatusCode,
String oldStatusCode) |
protected void |
ExceptionRoutingServiceImpl.placeInExceptionRouting(String errorMessage,
RouteNodeInstance nodeInstance,
PersistedMessageBO persistedMessage,
RouteContext routeContext,
DocumentRouteHeaderValue document,
boolean invokePostProcessor) |
Modifier and Type | Method and Description |
---|---|
void |
RoleService.reResolveQualifiedRole(DocumentRouteHeaderValue routeHeader,
String roleName,
String qualifiedRoleNameLabel)
Re-resolves the given qualified role on the given document.
|
void |
RoleService.reResolveRole(DocumentRouteHeaderValue routeHeader,
String roleName)
Re-resolves the given role on the given document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RoleServiceImpl.requeueDocument(DocumentRouteHeaderValue document) |
void |
RoleServiceImpl.reResolveQualifiedRole(DocumentRouteHeaderValue routeHeader,
String roleName,
String qualifiedRoleNameLabel)
route level and then filters in the approriate ones.
|
void |
RoleServiceImpl.reResolveRole(DocumentRouteHeaderValue routeHeader,
String roleName) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentRouteHeaderValueActionListExtension
An extension of
DocumentRouteHeaderValue which is mapped to OJB to help
with optimization of the loading of a user's Action List. |
Modifier and Type | Method and Description |
---|---|
static DocumentRouteHeaderValue |
DocumentRouteHeaderValue.from(Document document) |
Modifier and Type | Method and Description |
---|---|
static Document |
DocumentRouteHeaderValue.to(DocumentRouteHeaderValue documentBo) |
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
DocumentRouteHeaderDAO.findRouteHeader(String documentId) |
DocumentRouteHeaderValue |
DocumentRouteHeaderDAO.findRouteHeader(String documentId,
boolean clearCache) |
Modifier and Type | Method and Description |
---|---|
Collection<DocumentRouteHeaderValue> |
DocumentRouteHeaderDAO.findRouteHeaders(Collection<String> documentIds) |
Collection<DocumentRouteHeaderValue> |
DocumentRouteHeaderDAO.findRouteHeaders(Collection<String> documentIds,
boolean clearCache) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRouteHeaderDAO.deleteRouteHeader(DocumentRouteHeaderValue routeHeader) |
void |
DocumentRouteHeaderDAO.saveRouteHeader(DocumentRouteHeaderValue routeHeader) |
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
DocumentRouteHeaderDAOOjbImpl.findRouteHeader(String documentId) |
DocumentRouteHeaderValue |
DocumentRouteHeaderDAOJpaImpl.findRouteHeader(String documentId) |
DocumentRouteHeaderValue |
DocumentRouteHeaderDAOOjbImpl.findRouteHeader(String documentId,
boolean clearCache) |
DocumentRouteHeaderValue |
DocumentRouteHeaderDAOJpaImpl.findRouteHeader(String documentId,
boolean clearCache) |
Modifier and Type | Method and Description |
---|---|
Collection<DocumentRouteHeaderValue> |
DocumentRouteHeaderDAOOjbImpl.findRouteHeaders(Collection<String> documentIds) |
Collection<DocumentRouteHeaderValue> |
DocumentRouteHeaderDAOJpaImpl.findRouteHeaders(Collection<String> documentIds) |
Collection<DocumentRouteHeaderValue> |
DocumentRouteHeaderDAOOjbImpl.findRouteHeaders(Collection<String> documentIds,
boolean clearCache) |
Collection<DocumentRouteHeaderValue> |
DocumentRouteHeaderDAOJpaImpl.findRouteHeaders(Collection<String> documentIds,
boolean clearCache) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRouteHeaderDAOOjbImpl.deleteRouteHeader(DocumentRouteHeaderValue routeHeader) |
void |
DocumentRouteHeaderDAOJpaImpl.deleteRouteHeader(DocumentRouteHeaderValue routeHeader) |
void |
DocumentRouteHeaderDAOOjbImpl.saveRouteHeader(DocumentRouteHeaderValue routeHeader) |
void |
DocumentRouteHeaderDAOJpaImpl.saveRouteHeader(DocumentRouteHeaderValue routeHeader) |
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
WorkflowDocumentService.acknowledgeDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.adHocRouteDocumentToGroup(String principalId,
DocumentRouteHeaderValue routeHeader,
String actionRequested,
String routeMethodName,
Integer priority,
String annotation,
String groupId,
String responsibilityDesc,
Boolean forceAction,
String requestLabel) |
DocumentRouteHeaderValue |
WorkflowDocumentService.adHocRouteDocumentToPrincipal(String principalId,
DocumentRouteHeaderValue routeHeader,
String actionRequested,
String routeMethodName,
Integer priority,
String annotation,
String targetPrincipalId,
String responsibilityDesc,
Boolean forceAction,
String requestLabel) |
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.createDocument(String principalId,
DocumentRouteHeaderValue routeHeader) |
DocumentRouteHeaderValue |
WorkflowDocumentService.disapproveDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
RouteHeaderService.getRouteHeader(String documentId) |
DocumentRouteHeaderValue |
RouteHeaderService.getRouteHeader(String documentId,
boolean clearCache) |
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.saveRoutingData(String principalId,
DocumentRouteHeaderValue routeHeader) |
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 |
---|---|
Collection<DocumentRouteHeaderValue> |
RouteHeaderService.getRouteHeaders(Collection<String> documentIds) |
Collection<DocumentRouteHeaderValue> |
RouteHeaderService.getRouteHeaders(Collection<String> documentIds,
boolean clearCache) |
Map<String,DocumentRouteHeaderValue> |
RouteHeaderService.getRouteHeadersForActionItems(Collection<ActionItem> actionItems) |
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
WorkflowDocumentService.acknowledgeDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentService.adHocRouteDocumentToGroup(String principalId,
DocumentRouteHeaderValue routeHeader,
String actionRequested,
String routeMethodName,
Integer priority,
String annotation,
String groupId,
String responsibilityDesc,
Boolean forceAction,
String requestLabel) |
DocumentRouteHeaderValue |
WorkflowDocumentService.adHocRouteDocumentToPrincipal(String principalId,
DocumentRouteHeaderValue routeHeader,
String actionRequested,
String routeMethodName,
Integer priority,
String annotation,
String targetPrincipalId,
String responsibilityDesc,
Boolean forceAction,
String requestLabel) |
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.createDocument(String principalId,
DocumentRouteHeaderValue routeHeader) |
void |
WorkflowDocumentService.deleteDocument(String principalId,
DocumentRouteHeaderValue routeHeader) |
void |
RouteHeaderService.deleteRouteHeader(DocumentRouteHeaderValue routeHeader) |
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) |
void |
RouteHeaderService.saveRouteHeader(DocumentRouteHeaderValue routeHeader) |
DocumentRouteHeaderValue |
WorkflowDocumentService.saveRoutingData(String principalId,
DocumentRouteHeaderValue routeHeader) |
DocumentRouteHeaderValue |
WorkflowDocumentService.superUserActionRequestApproveAction(String principalId,
DocumentRouteHeaderValue routeHeader,
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.superUserReturnDocumentToPreviousNode(String principalId,
DocumentRouteHeaderValue routeHeader,
String nodeName,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentService.takeGroupAuthority(String principalId,
DocumentRouteHeaderValue routeHeader,
String groupId,
String annotation) |
void |
RouteHeaderService.validateRouteHeader(DocumentRouteHeaderValue routeHeader) |
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.acknowledgeDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.adHocRouteDocumentToGroup(String principalId,
DocumentRouteHeaderValue document,
String actionRequested,
String nodeName,
Integer priority,
String annotation,
String groupId,
String responsibilityDesc,
Boolean forceAction,
String requestLabel) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.adHocRouteDocumentToPrincipal(String principalId,
DocumentRouteHeaderValue document,
String actionRequested,
String nodeName,
Integer priority,
String annotation,
String targetPrincipalId,
String responsibilityDesc,
Boolean forceAction,
String requestLabel) |
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.createDocument(String principalId,
DocumentRouteHeaderValue routeHeader) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.disapproveDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
RouteHeaderServiceImpl.getRouteHeader(String documentId) |
DocumentRouteHeaderValue |
RouteHeaderServiceImpl.getRouteHeader(String documentId,
boolean clearCache) |
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.saveRoutingData(String principalId,
DocumentRouteHeaderValue routeHeader) |
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) |
Modifier and Type | Method and Description |
---|---|
Collection<DocumentRouteHeaderValue> |
RouteHeaderServiceImpl.getRouteHeaders(Collection<String> documentIds) |
Collection<DocumentRouteHeaderValue> |
RouteHeaderServiceImpl.getRouteHeaders(Collection<String> documentIds,
boolean clearCache) |
Map<String,DocumentRouteHeaderValue> |
RouteHeaderServiceImpl.getRouteHeadersForActionItems(Collection<ActionItem> actionItems) |
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.acknowledgeDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.adHocRouteDocumentToGroup(String principalId,
DocumentRouteHeaderValue document,
String actionRequested,
String nodeName,
Integer priority,
String annotation,
String groupId,
String responsibilityDesc,
Boolean forceAction,
String requestLabel) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.adHocRouteDocumentToPrincipal(String principalId,
DocumentRouteHeaderValue document,
String actionRequested,
String nodeName,
Integer priority,
String annotation,
String targetPrincipalId,
String responsibilityDesc,
Boolean forceAction,
String requestLabel) |
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.createDocument(String principalId,
DocumentRouteHeaderValue routeHeader) |
void |
WorkflowDocumentServiceImpl.deleteDocument(String principalId,
DocumentRouteHeaderValue routeHeader) |
void |
RouteHeaderServiceImpl.deleteRouteHeader(DocumentRouteHeaderValue routeHeader) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.disapproveDocument(String principalId,
DocumentRouteHeaderValue routeHeader,
String annotation) |
protected void |
WorkflowDocumentServiceImpl.indexForSearchAfterActionIfNecessary(DocumentRouteHeaderValue routeHeader)
Does a search index after a non-post processing action completes
|
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) |
void |
RouteHeaderServiceImpl.saveRouteHeader(DocumentRouteHeaderValue routeHeader) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.saveRoutingData(String principalId,
DocumentRouteHeaderValue routeHeader) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.superUserActionRequestApproveAction(String principalId,
DocumentRouteHeaderValue routeHeader,
String actionRequestId,
String annotation,
boolean runPostProcessor) |
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.superUserReturnDocumentToPreviousNode(String principalId,
DocumentRouteHeaderValue routeHeader,
String nodeName,
String annotation,
boolean runPostProcessor) |
DocumentRouteHeaderValue |
WorkflowDocumentServiceImpl.takeGroupAuthority(String principalId,
DocumentRouteHeaderValue routeHeader,
String groupId,
String annotation) |
void |
RouteHeaderServiceImpl.validateRouteHeader(DocumentRouteHeaderValue routeHeader) |
Modifier and Type | Method and Description |
---|---|
void |
RouteLogAction.populateRouteLogFormActionRequests(RouteLogForm rlForm,
DocumentRouteHeaderValue routeHeader) |
void |
RouteLogAction.populateRouteLogFutureRequests(RouteLogForm rlForm,
DocumentRouteHeaderValue document)
executes a simulation of the future routing, and sets the futureRootRequests and futureActionRequestCount
properties on the provided RouteLogForm.
|
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
RoutingReportService.report(SimulationCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
RoutingReportServiceImpl.report(SimulationCriteria criteria) |
Modifier and Type | Method and Description |
---|---|
List<ActionRequestValue> |
FlexRM.getActionRequests(DocumentRouteHeaderValue routeHeader,
RouteNodeInstance nodeInstance,
String ruleTemplateName)
Generates action requests
|
List<ActionRequestValue> |
FlexRM.getActionRequests(DocumentRouteHeaderValue routeHeader,
RouteNode routeNodeDef,
RouteNodeInstance nodeInstance,
String ruleTemplateName)
Generates action requests
|
protected String |
NamedRuleSelector.getName(RouteContext context,
DocumentRouteHeaderValue routeHeader,
RouteNodeInstance nodeInstance,
String selectionCriterion,
Timestamp effectiveDate) |
protected String |
HierarchicalNamedRuleSelector.getName(RouteContext context,
DocumentRouteHeaderValue routeHeader,
RouteNodeInstance nodeInstance,
String selectionCriterion,
Timestamp effectiveDate) |
void |
FlexRM.makeActionRequests(ActionRequestFactory arFactory,
List<RuleResponsibility> responsibilities,
RouteContext context,
Rule rule,
DocumentRouteHeaderValue routeHeader,
ActionRequestValue parentRequest,
RuleDelegation ruleDelegation) |
List<Rule> |
RuleSelector.selectRules(RouteContext context,
DocumentRouteHeaderValue routeHeader,
RouteNodeInstance nodeInstance,
String selectionCriterion,
Timestamp effectiveDate)
Returns a list of rules selected given the criteria specified in the arguments.
|
List<Rule> |
NamedRuleSelector.selectRules(RouteContext context,
DocumentRouteHeaderValue routeHeader,
RouteNodeInstance nodeInstance,
String selectionCriterion,
Timestamp effectiveDate) |
Modifier and Type | Method and Description |
---|---|
DocumentRouteHeaderValue |
SuperUserForm.getRouteHeader() |
Modifier and Type | Method and Description |
---|---|
void |
SuperUserForm.setRouteHeader(DocumentRouteHeaderValue routeHeader) |
Modifier and Type | Method and Description |
---|---|
protected void |
FutureRequestDocumentStateManager.clearStateFromDocument(DocumentRouteHeaderValue document) |
Constructor and Description |
---|
FutureRequestDocumentStateManager(DocumentRouteHeaderValue document,
Group kimGroup) |
FutureRequestDocumentStateManager(DocumentRouteHeaderValue document,
String principalId) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.