@Controller @RequestMapping(value="/digitalSignature") public class DigitalSignatureWorkflowController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infra.filestore.service.FileStoreService |
fileStoreService |
protected org.egov.infra.workflow.service.SimpleWorkflowService<org.egov.ptis.domain.entity.objection.RevisionPetition> |
revisionPetitionWorkFlowService |
| Constructor and Description |
|---|
DigitalSignatureWorkflowController() |
| Modifier and Type | Method and Description |
|---|---|
void |
downloadSignedNotice(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
transitionWorkflow(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model) |
void |
transitionWorkFlow(org.egov.ptis.domain.entity.property.PropertyMutation propertyMutation) |
@Autowired @Qualifier(value="workflowService") protected org.egov.infra.workflow.service.SimpleWorkflowService<org.egov.ptis.domain.entity.objection.RevisionPetition> revisionPetitionWorkFlowService
@Autowired @Qualifier(value="fileStoreService") protected org.egov.infra.filestore.service.FileStoreService fileStoreService
@RequestMapping(value="/propertyTax/transitionWorkflow") public String transitionWorkflow(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model)
public void transitionWorkFlow(org.egov.ptis.domain.entity.property.PropertyMutation propertyMutation)
@RequestMapping(value="/propertyTax/downloadSignedNotice")
public void downloadSignedNotice(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.