Uses of Interface
de.xima.fc.interfaces.workflow.IWorkflowSubmitButton
-
-
Uses of IWorkflowSubmitButton in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type IWorkflowSubmitButton Modifier and Type Method Description List<IWorkflowSubmitButton>
IWorkflowProvider. getAllSubmitButtons()
-
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 Modifier and Type Method Description List<IWorkflowSubmitButton>
WorkflowProviderBean. getAllSubmitButtons()
-
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 IWorkflowSubmitButton Modifier and Type Method Description List<IWorkflowSubmitButton>
WorkflowRequestContextModel. getSubmitButtons()
Method parameters in de.xima.fc.workflow.designer.model with type arguments of type IWorkflowSubmitButton Modifier and Type Method Description void
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 IWorkflowSubmitButton Modifier and Type Method Description static List<IWorkflowSubmitButton>
WorkflowProviderHelper. computeAllSubmitButtons(IEntityContext ec, Projekt project, 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 IWorkflowSubmitButton Modifier and Type Method Description static List<? extends de.xima.cmn.validation.spec.IChoiceEntry<String>>
WorkflowProviderHelper. createSubmitButtonSelectItems(List<IWorkflowSubmitButton> submitButtons)
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 Modifier and Type Method Description List<IWorkflowSubmitButton>
ValidationWorkflowProvider. getAllSubmitButtons()
-
Uses of IWorkflowSubmitButton in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IWorkflowSubmitButton Modifier and Type Class Description class
WorkflowSubmitButton
POJO implementation of aIWorkflowSubmitButton
.
-