Class TaskExecutionFormPresenter.TaskExecutionFormPresenterEngine
- All Implemented Interfaces:
BaseFormEngine<FormData>,FormEngine<FormData>,HasSubFormsEngine<FormData>,Serializable
- Enclosing class:
TaskExecutionFormPresenter
public class TaskExecutionFormPresenter.TaskExecutionFormPresenterEngine
extends AbstractTaskFormPresenter<TaskExecutionFormView>.AbstractTaskFormPresenterFormEngine
- See Also:
-
Field Summary
Fields inherited from class AbstractBaseTaskFormPresenter.AbstractBaseFormEngine
_engineLogger, attachmentProvieders, contextVariables, strictMode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstroi uma String informando detalhes sobre o contexto da enginebooleanCaso a engine esteja exibindo somente dados historicos (este metodo retorna valores de um contexto superior e pode ser implementado apenas por super presenters que contenham mais de uma enginevoidNotifica o sistema de que houve alteracao nos anexos, possivelmente atraves de algum scriptvoidNotifica o sistema de que houve alteracao nas notas do processo, possivelmente atraves de algum scriptbooleansave()Solicita a persistencia do formulario atualMethods inherited from class AbstractTaskFormPresenter.AbstractTaskFormPresenterFormEngine
commitAndGetFormData, getFormData, getProcessBusinessKey, getProcessVariable, getProcessVariablesBuffer, getSubFormController, getSubformControllers, getSubformKeys, isFieldLocked, isFieldModified, isFormFinished, isStartForm, isTaskComplete, isTaskDataSaved, isValidForSave, isValidForSave, processKey, setFieldLocked, setProcessVariable, setTaskVariableMethods inherited from class AbstractBaseTaskFormPresenter.AbstractBaseFormEngine
close, close, debug, downloadUrl, executeClientSideJavaScript, executeUrl, formKey, generateUUID, getAttachmentProviders, getBulkTaskIds, getContextData, getEngineUUID, getField, getFieldIds, getFormDebugFormat, getFormDebugMode, getFormDebugOutput, getFormDescription, getFormName, getGlobalVariable, getHistoricTask, getLabel, getLayout, getLayoutIds, getLoggedUser, getModifiedFields, getProcessDefinitionId, getProcessInstanceId, getProcessVariables, getTask, getTaskId, getValidator, getValidators, getWidgetController, handleDebugInfo, hasContextData, isBulk, isCancelEnabled, isFinishEnabled, isForInitialized, isFormModified, isGlobalVariableSet, isMobile, isSaveEnabled, isStrictMode, isTouchDevice, isValid, isWeb, makeResponsive, openUrl, openUrlCurrentWindow, registerAttachmentProvider, registerRepeatingTimer, registerTimer, registerTimerCommand, registerValidator, setCancelEnabled, setContextData, setFinishEnabled, setGlobalVariable, setResponsiveMobile, setSaveEnabled, setStrictMode, setZoom, unregisterAttachmentProvider, unsetGlobalVariable, updateUIMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseFormEngine
close, close, debug, downloadUrl, executeClientSideJavaScript, executeUrl, formKey, generateUUID, getAttachmentProviders, getBulkTaskIds, getContextData, getEngineUUID, getField, getFieldIds, getFormDebugFormat, getFormDebugMode, getFormDebugOutput, getFormDescription, getFormName, getGlobalVariable, getHistoricTask, getLabel, getLayout, getLayoutIds, getLoggedUser, getModifiedFields, getProcessDefinitionId, getProcessInstanceId, getProcessVariables, getTask, getTaskId, getValidator, getValidators, getWidgetController, handleDebugInfo, hasContextData, isBulk, isCancelEnabled, isFinishEnabled, isForInitialized, isFormModified, isGlobalVariableSet, isMobile, isSaveEnabled, isStrictMode, isTouchDevice, isValid, isWeb, makeResponsive, openUrl, openUrlCurrentWindow, registerAttachmentProvider, registerRepeatingTimer, registerTimerCommand, registerValidator, setCancelEnabled, setFinishEnabled, setGlobalVariable, setResponsiveMobile, setSaveEnabled, setStrictMode, setZoom, unregisterAttachmentProvider, unsetGlobalVariable, updateUI
-
Constructor Details
-
TaskExecutionFormPresenterEngine
-
-
Method Details
-
isShowingOnlyHistoricTasks
public boolean isShowingOnlyHistoricTasks()Description copied from interface:FormEngineCaso a engine esteja exibindo somente dados historicos (este metodo retorna valores de um contexto superior e pode ser implementado apenas por super presenters que contenham mais de uma engine- Specified by:
isShowingOnlyHistoricTasksin interfaceFormEngine<FormData>- Overrides:
isShowingOnlyHistoricTasksin classAbstractTaskFormPresenter<TaskExecutionFormView>.AbstractTaskFormPresenterFormEngine- Returns:
-
notifyNotesChanged
public void notifyNotesChanged()Description copied from interface:FormEngineNotifica o sistema de que houve alteracao nas notas do processo, possivelmente atraves de algum script- Specified by:
notifyNotesChangedin interfaceFormEngine<FormData>- Overrides:
notifyNotesChangedin classAbstractTaskFormPresenter<TaskExecutionFormView>.AbstractTaskFormPresenterFormEngine
-
notifyAttachmentsChanged
public void notifyAttachmentsChanged()Description copied from interface:FormEngineNotifica o sistema de que houve alteracao nos anexos, possivelmente atraves de algum script- Specified by:
notifyAttachmentsChangedin interfaceFormEngine<FormData>- Overrides:
notifyAttachmentsChangedin classAbstractTaskFormPresenter<TaskExecutionFormView>.AbstractTaskFormPresenterFormEngine
-
save
public boolean save()Description copied from interface:FormEngineSolicita a persistencia do formulario atual- Specified by:
savein interfaceFormEngine<FormData>- Overrides:
savein classAbstractTaskFormPresenter<TaskExecutionFormView>.AbstractTaskFormPresenterFormEngine- Returns:
-
buildEngineContextInfo
Description copied from interface:BaseFormEngineConstroi uma String informando detalhes sobre o contexto da engine- Specified by:
buildEngineContextInfoin interfaceBaseFormEngine<FormData>- Overrides:
buildEngineContextInfoin classAbstractBaseTaskFormPresenter.AbstractBaseFormEngine<FormData>- Returns:
-