Package de.xima.fc.workflow.processor.factory
-
Interface Summary Interface Description IBaseActionPropsBuilder<Self extends IBaseActionPropsBuilder<Self,Props>,Props extends BaseActionProps> Base builder for configuring aBaseActionProps
event listener.IBaseTriggerPropsBuilder<Self extends IBaseTriggerPropsBuilder<Self,Props>,Props extends BaseTriggerProps> Base builder for configuring aBaseTriggerProps
event listener.IChangeFormValuesBuilder A builder for workflow node for aEWorkflowNodeType.FC_CHANGE_FORM_VALUE
that modifies the value of one or more form elements.ICreateTextFileNodeBuilder Builder for configuring aEWorkflowNodeType.FC_CREATE_TEXT_FILE
action.IEmailNodeBuilder Builder for configuring aEWorkflowNodeType.FC_EMAIL
action.IFcForEachLoopsPropsBuilder A builder for a workflow node of typeEWorkflowNodeType.FC_FOR_EACH_LOOP
that loops over a fixed collection of elements.IFillPdfNodeBuilder Builder for configuring aEWorkflowNodeType.FC_FILL_PDF
action.IFormRecordMessagePostedBuilder Builder for configuring aEWorkflowTriggerType.FC_FORM_RECORD_MESSAGE_POSTED
event listener.IFormRecordMessageUploadRequestFulfilledBuilder Builder for configuring aEWorkflowTriggerType.FC_FORM_RECORD_MESSAGE_UPLOAD_REQUEST_FULFILLED
event listener.IHttpRequestNodeBuilder Builder for configuring aEWorkflowNodeType.FC_POST_REQUEST
action.IMultiConditionBuilder<Self extends IMultiConditionBuilder<Self,Props,WorkflowElement>,Props,WorkflowElement extends AWorkflowElement<?,?>> Contract for builders that allow configuring multiple conditions.IMultipleConditionBuilder Builder for configuring a multiple condition node.ISendFormRecordMessageBuilder Builder for configuring a send portal message node.ISingleConditionBuilder Builder for configuring asingle condition
.ISingleConditionProducer A function that produces is given asingle condition builder
and must use that builder to create asingle condition
.IUserInvocationTriggerBuilder A builder for a new event of typeEWorkflowTriggerType.FC_USER_INVOCATION
that occurs when a portal user initiates it.IWorkflowElementBuilder<WorkflowElement extends AWorkflowElement<?,?>,Props> Base interface for building a workflow element (node or trigger). -
Class Summary Class Description WorkflowElementPropsFactory WorkflowNodeFactory Factory methods for creating various kinds ofWorkflowNode
s.WorkflowNodePropsFactory Factory methods for creating various kinds ofWorkflowNode
models.WorkflowTriggerFactory Factory methods for creating various kinds ofWorkflowTrigger
s.WorkflowTriggerPropsFactory Factory methods for creating various kinds ofWorkflowTrigger
models.