Uses of Class
de.xima.fc.workflow.model.triggers.FcFormSubmitButtonProps
Packages that use FcFormSubmitButtonProps
Package
Description
-
Uses of FcFormSubmitButtonProps in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers that return types with arguments of type FcFormSubmitButtonPropsMethods in de.xima.fc.workflow.designer.registry.triggers with parameters of type FcFormSubmitButtonPropsModifier and TypeMethodDescriptionFcFormSubmitButtonHandler.extractName
(FcFormSubmitButtonProps data) Method parameters in de.xima.fc.workflow.designer.registry.triggers with type arguments of type FcFormSubmitButtonPropsModifier and TypeMethodDescriptionFcFormSubmitButtonHandler.extractSearchTerms
(IExtractSearchTermsParams<FcFormSubmitButtonProps> params) FcFormSubmitButtonHandler.getElementSummaryKeyValueModel
(IGetElementSummaryParams<FcFormSubmitButtonProps> params) boolean
FcFormSubmitButtonHandler.isPreconditionSatisfied
(ITriggerPreconditionSatisfiedParams<FcFormSubmitButtonProps> params) FcFormSubmitButtonHandler.onTaskBegin
(ITriggerOnTaskBeginParams<FcFormSubmitButtonProps> params) -
Uses of FcFormSubmitButtonProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcFormSubmitButtonPropsModifier and TypeMethodDescriptionstatic FcFormSubmitButtonProps
WorkflowTriggerPropsFactory.formSubmitButton
(String buttonName) Creates a new model of typeEWorkflowTriggerType.FC_FORM_SUBMIT_BUTTON
that occurs when an a form was submitted via any button with a given name.