Class DocumentacaoProcessoPresenter
- All Implemented Interfaces:
Presenter<DocumentacaoProcessoView>,PresenterLifeCicleAware<DocumentacaoProcessoView>,Serializable,ScreenshotListener
@Component
@Scope("prototype")
public class DocumentacaoProcessoPresenter
extends AbstractPresenter<DocumentacaoProcessoView>
implements ScreenshotListener
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetView()voidinitDiagram(ProcessoVersao versao) voidscreenshotComplete(ScreenshotImage image) voidsetReportService(ReportService reportService) voidsetRepositoryService(RepositoryService repositoryService) voidMethods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
DocumentacaoProcessoPresenter
public DocumentacaoProcessoPresenter()
-
-
Method Details
-
setView
-
setReportService
-
getView
- Specified by:
getViewin interfacePresenter<DocumentacaoProcessoView>
-
setRepositoryService
@Autowired public void setRepositoryService(RepositoryService repositoryService) -
getProcessDefinitionId
-
initDiagram
public void initDiagram(ProcessoVersao versao) -
screenshotComplete
public void screenshotComplete(ScreenshotImage image) - Specified by:
screenshotCompletein interfaceScreenshotListener
-