Package de.xima.fc.workflow.processor.factory
-
Interface Summary Interface Description IBaseActionPropsBuilder<Self extends IBaseActionPropsBuilder<Self,Props>,Props extends BaseActionProps> Base builder for configuring aBaseActionPropsevent listener.IBaseTriggerPropsBuilder<Self extends IBaseTriggerPropsBuilder<Self,Props>,Props extends BaseTriggerProps> Base builder for configuring aBaseTriggerPropsevent listener.IChangeFormValuesBuilder A builder for workflow node for aEWorkflowNodeType.FC_CHANGE_FORM_VALUEthat modifies the value of one or more form elements.ICreateTextFileNodeBuilder Builder for configuring aEWorkflowNodeType.FC_CREATE_TEXT_FILEaction.IEmailNodeBuilder Builder for configuring aEWorkflowNodeType.FC_EMAILaction.IFcForEachLoopsPropsBuilder A builder for a workflow node of typeEWorkflowNodeType.FC_FOR_EACH_LOOPthat loops over a fixed collection of elements.IFillPdfNodeBuilder Builder for configuring aEWorkflowNodeType.FC_FILL_PDFaction.IFormRecordMessagePostedBuilder Builder for configuring aEWorkflowTriggerType.FC_FORM_RECORD_MESSAGE_POSTEDevent listener.IFormRecordMessageUploadRequestFulfilledBuilder Builder for configuring aEWorkflowTriggerType.FC_FORM_RECORD_MESSAGE_UPLOAD_REQUEST_FULFILLEDevent listener.IHttpRequestNodeBuilder Builder for configuring aEWorkflowNodeType.FC_POST_REQUESTaction.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 builderand must use that builder to create asingle condition.IUserInvocationTriggerBuilder A builder for a new event of typeEWorkflowTriggerType.FC_USER_INVOCATIONthat 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 ofWorkflowNodes.WorkflowNodePropsFactory Factory methods for creating various kinds ofWorkflowNodemodels.WorkflowTriggerFactory Factory methods for creating various kinds ofWorkflowTriggers.WorkflowTriggerPropsFactory Factory methods for creating various kinds ofWorkflowTriggermodels.