Uses of Interface
de.xima.fc.interfaces.workflow.IWorkflowSubmitButton
Packages that use IWorkflowSubmitButton
Package
Description
-
Uses of IWorkflowSubmitButton in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type IWorkflowSubmitButton -
Uses of IWorkflowSubmitButton in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type IWorkflowSubmitButton -
Uses of IWorkflowSubmitButton in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type IWorkflowSubmitButtonMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type IWorkflowSubmitButtonModifier and TypeMethodDescriptionvoid
WorkflowRequestContextModel.setSubmitButtons
(List<IWorkflowSubmitButton> submitButtons) -
Uses of IWorkflowSubmitButton in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type IWorkflowSubmitButtonModifier and TypeMethodDescriptionstatic List<IWorkflowSubmitButton>
WorkflowProviderHelper.computeAllSubmitButtons
(IEntityContext ec, Mandant client, Projekt project, Locale locale, FormPersist persistOverride) Finds all form submit button from the form of the given project.Method parameters in de.xima.fc.workflow.processor.logic with type arguments of type IWorkflowSubmitButtonModifier and TypeMethodDescriptionWorkflowProviderHelper.createSubmitButtonSelectItems
(List<IWorkflowSubmitButton> submitButtons, Locale locale) Creates select items for the UI from the given list of form submit buttons. -
Uses of IWorkflowSubmitButton in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type IWorkflowSubmitButton -
Uses of IWorkflowSubmitButton in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IWorkflowSubmitButton