Uses of Enum Class
br.com.davinti.vitruvio.activiti.component.form.FormImplementation
Packages that use FormImplementation
Package
Description
-
Uses of FormImplementation in br.com.davinti.vitruvio.activiti.component.form
Methods in br.com.davinti.vitruvio.activiti.component.form that return FormImplementationModifier and TypeMethodDescriptionstatic FormImplementationHasSubForms.getImplementation()Determina qual a plataforma de implementacao deste taskformstatic FormImplementationReturns the enum constant of this class with the specified name.static FormImplementation[]FormImplementation.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FormImplementation in br.com.davinti.vitruvio.activiti.component.form.editor
Methods in br.com.davinti.vitruvio.activiti.component.form.editor that return FormImplementationMethods in br.com.davinti.vitruvio.activiti.component.form.editor with parameters of type FormImplementationModifier and TypeMethodDescriptionFormEditorDelegateFactory.getFieldDelegate(FieldDescriptor descriptor, FormImplementation implementation) Obtem o delegate responsavel por um determinado tipo de descritorFormEditorDelegateFactory.getFieldDelegates(FormImplementation implementation) Obtema relacao de relegates registrados que atendem esta implementacaoFormEditorDelegateFactory.getFieldDelegatesPerCategory(FormImplementation implementation) Obtem a relacao de delegates, agrupados e ordenados por categoriaFormEditorDelegateFactory.getLayoutDelegate(FormComponentContainer descriptor, FormImplementation implementation) Obtem todos os delFormEditorDelegateFactory.getLayoutDelegates(FormImplementation implementation) Obtem a colecao de delegates registrados que atendem essa implementacao de formularioFormEditorDelegateFactory.getLayoutDelegatesPerCategory(FormImplementation implementation) Obtem a relacao de delegates de layout, agrupados e ordenados por categoriaFormEditorDelegateFactory.getSubFormEditorDelegate(SubForm descriptor, FormImplementation implementation) FormEditorDelegateFactory.getSubFormEditorDelegates(FormImplementation implementation) FormEditorDelegateFactory.getSubFormEditorDelegatesPerCategory(FormImplementation implementation) FormEditorDelegateFactory.getWidgetDelegate(FormElementDescriptor descriptor, FormImplementation implementation) Obtem o delegate responsavel por um determinado tipo de descritor de widgetFormEditorDelegateFactory.getWidgetDelegates(FormImplementation implementation) Obtema relacao de delegates de widgets registrados que atendem esta implementacaoFormEditorDelegateFactory.getWidgetDelegatesPerCategory(FormImplementation implementation) Obtem a relacao de delegates, agrupados e ordenados por categoria para widgets -
Uses of FormImplementation in br.com.davinti.vitruvio.activiti.component.form.editor.impl
Methods in br.com.davinti.vitruvio.activiti.component.form.editor.impl with parameters of type FormImplementationModifier and TypeMethodDescriptionClasspathScannerFormEditorDelegateFactoryImpl.getFieldDelegate(FieldDescriptor descriptor, FormImplementation implementation) ClasspathScannerFormEditorDelegateFactoryImpl.getFieldDelegates(FormImplementation implementation) ClasspathScannerFormEditorDelegateFactoryImpl.getFieldDelegatesPerCategory(FormImplementation implementation) ClasspathScannerFormEditorDelegateFactoryImpl.getLayoutDelegate(FormComponentContainer descriptor, FormImplementation implementation) ClasspathScannerFormEditorDelegateFactoryImpl.getLayoutDelegates(FormImplementation implementation) ClasspathScannerFormEditorDelegateFactoryImpl.getLayoutDelegatesPerCategory(FormImplementation implementation) ClasspathScannerFormEditorDelegateFactoryImpl.getSubFormEditorDelegate(SubForm descriptor, FormImplementation implementation) ClasspathScannerFormEditorDelegateFactoryImpl.getSubFormEditorDelegates(FormImplementation implementation) ClasspathScannerFormEditorDelegateFactoryImpl.getSubFormEditorDelegatesPerCategory(FormImplementation implementation) ClasspathScannerFormEditorDelegateFactoryImpl.getWidgetDelegate(FormElementDescriptor descriptor, FormImplementation implementation) ClasspathScannerFormEditorDelegateFactoryImpl.getWidgetDelegates(FormImplementation implementation) ClasspathScannerFormEditorDelegateFactoryImpl.getWidgetDelegatesPerCategory(FormImplementation implementation) -
Uses of FormImplementation in br.com.davinti.vitruvio.activiti.component.form.impl.descriptors
Methods in br.com.davinti.vitruvio.activiti.component.form.impl.descriptors that return FormImplementation -
Uses of FormImplementation in br.com.davinti.vitruvio.activiti.component.form.impl.descriptors.mobile
Methods in br.com.davinti.vitruvio.activiti.component.form.impl.descriptors.mobile that return FormImplementation -
Uses of FormImplementation in br.com.davinti.vitruvio.ext.widgets.vitruvio
Methods in br.com.davinti.vitruvio.ext.widgets.vitruvio that return FormImplementationMethods in br.com.davinti.vitruvio.ext.widgets.vitruvio with parameters of type FormImplementationModifier and TypeMethodDescriptionvoidSubFormProgressPresenter.initPresenter(String taskId, String subFormKey, FormImplementation impl) voidSubFormProgressPresenter.initPresenter(String taskId, String subFormKey, FormImplementation impl, int totalRecords) voidSubFormProgressPresenter.initPresenter(String taskId, String subFormKey, FormImplementation impl, ChartLabelGenerator generator) voidVitruvioSubFormProgressWidgetController.setImplementation(FormImplementation implementation) -
Uses of FormImplementation in br.com.davinti.vitruvio.spi
Methods in br.com.davinti.vitruvio.spi with parameters of type FormImplementationModifier and TypeMethodDescriptionInstanciaProcessoInstanciaService.criarInstancia(String usuario, Processo processo, FormImplementation impl) InstanciaProcessoInstanciaService.criarInstancia(String usuario, Processo processo, FormData formData, Map<String, Object> processVariables, FormImplementation impl) FormService.getAllFormData(String taskId, FormImplementation impl) Obtem todos os dados de uma etapa, utilizando a definicao de um formulario especificoFormService.getAllFormData(String processInstanceId, String formKey, FormImplementation imp) Obtem todos os dados, dada certa implemnetacao de formularioFormService.getAllFormData(DelegateTask task, FormImplementation impl) Obtem os dados da delegate taskFormService.getFormData(String taskId, FormImplementation impl, FormDataFetchDescriptor fetchDescriptor) Obtem os dados de uma etapa, compondo o retorno de acordo com seu descritorFormService.getFormDefinition(String taskId, FormImplementation impl) Obtem a definicao de formularios finais para a plataforma informadaFormService.getFormDefinition(TaskInfo task, FormImplementation impl) Obtem as definicoes de formularios para a tarefa informadaFormService.getSubFormData(Long subFormId, FormImplementation impl) Coleta os dados de uma instancia especifica de sub formularioFormService.getSubFormData(String formUUID, FormImplementation impl) Coleta os dados de uma instancia especifica de sub formulariovoidProcessoInstanciaService.salvarFormulario(String taskId, String userLogin, FormData formData, FormImplementation impl) voidProcessoInstanciaService.salvarFormularioCompletandoTarefa(String usuario, String taskId, FormData formData, Map<String, Object> processVariables, FormImplementation impl) Salva os dados do formulario e completa a tarefa em uma unica operacao transacional, avancando o fluxo do processo para a proxima etapa. -
Uses of FormImplementation in br.com.davinti.vitruvio.spi.impl
Methods in br.com.davinti.vitruvio.spi.impl with parameters of type FormImplementationModifier and TypeMethodDescriptionInstanciaProcessoInstanciaServiceImpl.criarInstancia(String usuario, Processo processo, FormImplementation impl) InstanciaProcessoInstanciaServiceImpl.criarInstancia(String usuario, Processo processo, FormData formData, Map<String, Object> processVariables, FormImplementation impl) FormServiceImpl.getAllFormData(String taskId, FormImplementation impl) FormServiceImpl.getAllFormData(String processInstanceId, String formKey, FormImplementation impl) FormServiceImpl.getAllFormData(DelegateTask task, FormImplementation impl) FormServiceImpl.getFormData(String taskId, FormImplementation impl, FormDataFetchDescriptor fetchDescriptor) FormServiceImpl.getFormDefinition(String taskId, FormImplementation impl) FormServiceImpl.getFormDefinition(TaskInfo task, FormImplementation impl) FormServiceImpl.getSubFormData(Long subFormId, FormImplementation impl) FormServiceImpl.getSubFormData(String formUUID, FormImplementation impl) voidProcessoInstanciaServiceImpl.salvarFormulario(String taskId, String userLogin, FormData formData, FormImplementation impl) voidProcessoInstanciaServiceImpl.salvarFormularioCompletandoTarefa(String usuario, String taskId, FormData formData, Map<String, Object> processVariables, FormImplementation impl) -
Uses of FormImplementation in br.com.davinti.vitruvio.ui.panel
Methods in br.com.davinti.vitruvio.ui.panel that return FormImplementationConstructors in br.com.davinti.vitruvio.ui.panel with parameters of type FormImplementationModifierConstructorDescriptionRestorePanelFormEvent(Long historicPanelId, String formDefinition, String formFileNameFileName, FormImplementation implementation) -
Uses of FormImplementation in br.com.davinti.vitruvio.ui.processo
Methods in br.com.davinti.vitruvio.ui.processo that return FormImplementationConstructors in br.com.davinti.vitruvio.ui.processo with parameters of type FormImplementationModifierConstructorDescriptionRestoreProcessFormEvent(Long historicProcessId, String formDefinition, String formFileNameFileName, FormImplementation implementation)