Class QueryMapperPresenter
- All Implemented Interfaces:
Presenter<QueryMapperView>,PresenterLifeCicleAware<QueryMapperView>,Serializable
@Component
@Scope("prototype")
public class QueryMapperPresenter
extends AbstractPresenter<QueryMapperView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcommit()getView()booleanisValid()voidsetDefinition(Form formDefinition, String processDefinitionId) voidsetMapping(ProcessoScheculeQueryMapping mapping) voidsetSchedule(ProcessoSchedule schedule) voidMethods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
QueryMapperPresenter
public QueryMapperPresenter()
-
-
Method Details
-
getView
-
getFormDefinition
-
setStatus
-
setSchedule
public void setSchedule(ProcessoSchedule schedule) -
setDefinition
-
setMapping
-
getMapping
-
isValid
public boolean isValid() -
commit
public void commit()
-