Class QueryMapperPresenter

All Implemented Interfaces:
Presenter<QueryMapperView>, PresenterLifeCicleAware<QueryMapperView>, Serializable

@Component @Scope("prototype") public class QueryMapperPresenter extends AbstractPresenter<QueryMapperView>
See Also:
  • Constructor Details

    • QueryMapperPresenter

      public QueryMapperPresenter()
  • Method Details

    • getView

      public QueryMapperView getView()
    • getFormDefinition

      public BaseForm getFormDefinition()
    • setStatus

      public void setStatus(JobState jobState)
    • setSchedule

      public void setSchedule(ProcessoSchedule schedule)
    • setDefinition

      public void setDefinition(Form formDefinition, String processDefinitionId)
    • setMapping

      public void setMapping(ProcessoScheculeQueryMapping mapping)
    • getMapping

      public ProcessoScheculeQueryMapping getMapping()
    • isValid

      public boolean isValid()
    • commit

      public void commit()