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 voidWorkflowRequestContextModel. 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, Mandant client, Projekt project, Locale locale, FormPersist persistOverride)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, Locale locale) - 
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 classWorkflowSubmitButtonPOJO implementation of aIWorkflowSubmitButton. 
 -