| Package | Description |
|---|---|
| org.egov.infra.web.struts.actions.workflow | |
| org.egov.infra.workflow.matrix.entity | |
| org.egov.infra.workflow.matrix.service | |
| org.egov.infra.workflow.service |
| Modifier and Type | Field and Description |
|---|---|
WorkFlowMatrix |
WorkFlowMatrixAction.workFlowMatrix |
| Modifier and Type | Method and Description |
|---|---|
WorkFlowMatrix |
WorkFlowMatrixAction.getWorkFlowMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkFlowMatrixAction.setWorkFlowMatrix(WorkFlowMatrix workFlowMatrix) |
| Modifier and Type | Method and Description |
|---|---|
WorkFlowMatrix |
WorkFlowMatrix.clone() |
| Modifier and Type | Method and Description |
|---|---|
Set<WorkFlowMatrix> |
WorkFlowAmountRule.getWorkFlowMatrixes() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkFlowAmountRule.setWorkFlowMatrixes(Set<WorkFlowMatrix> workFlowMatrixes) |
| Modifier and Type | Method and Description |
|---|---|
WorkFlowMatrix |
CustomizedWorkFlowService.getWfMatrix(String type,
String department,
BigDecimal businessRule,
String additionalRule,
String currentState,
String pendingAction) |
WorkFlowMatrix |
CustomizedWorkFlowService.getWfMatrix(String type,
String department,
BigDecimal businessRule,
String additionalRule,
String currentState,
String pendingAction,
Date date) |
WorkFlowMatrix |
CustomizedWorkFlowService.getWfMatrix(String type,
String department,
BigDecimal businessRule,
String additionalRule,
String currentState,
String pendingAction,
Date date,
String currentDesignation) |
WorkFlowMatrix |
WorkFlowMatrixService.getWorkFlowObjectbyId(Long matrixid) |
| Modifier and Type | Method and Description |
|---|---|
List |
WorkFlowMatrixService.prepareWorkFlowMatrixDetailsList(List<WorkFlowMatrix> workFlowdet,
List<WorkFlowMatrixDetails> detailsList,
Boolean isReject) |
void |
WorkFlowMatrixService.save(List<WorkFlowMatrix> actualWorkFlowMatrixDetails,
String[] departments)
This method saves the workflow matrix details for every department selected
|
| Modifier and Type | Method and Description |
|---|---|
WorkFlowMatrix |
SimpleWorkflowService.getPreviousStateFromWfMatrix(String type,
String department,
BigDecimal amountRule,
String additionalRule,
String currentState,
String pendingActions) |
WorkFlowMatrix |
WorkflowService.getWfMatrix(String type,
String department,
BigDecimal amountRule,
String additionalRule,
String currentState,
String pendingAction)
Returns WorkFlowMatrix for following combination of arguments
|
WorkFlowMatrix |
SimpleWorkflowService.getWfMatrix(String type,
String department,
BigDecimal amountRule,
String additionalRule,
String currentState,
String pendingActions) |
WorkFlowMatrix |
WorkflowService.getWfMatrix(String type,
String department,
BigDecimal amountRule,
String additionalRule,
String currentState,
String pendingAction,
Date date)
Returns WorkFlowMatrix for following combination of arguments
|
WorkFlowMatrix |
SimpleWorkflowService.getWfMatrix(String type,
String department,
BigDecimal amountRule,
String additionalRule,
String currentState,
String pendingActions,
Date date) |
WorkFlowMatrix |
WorkflowService.getWfMatrix(String type,
String department,
BigDecimal amountRule,
String additionalRule,
String currentState,
String pendingAction,
Date date,
String designation)
Returns WorkFlowMatrix for following combination of arguments
|
WorkFlowMatrix |
SimpleWorkflowService.getWfMatrix(String type,
String department,
BigDecimal amountRule,
String additionalRule,
String currentState,
String pendingActions,
Date date,
String designation) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.