Uses of Class
org.compiere.wf.MWFProcess
Package
Description
Provide utility and helper classes.
Provide server context implementation.
Provide classes for generation of model and interfaces for table.
Provide server context implementation.
Provide classes for generation of model and interfaces for table.
Provide iDempiere workflow engine implementation
-
Uses of MWFProcess in org.adempiere.util
Modifier and TypeMethodDescriptionstatic MWFProcess
ProcessUtil.startWorkFlow
(Properties ctx, ProcessInfo pi, int AD_Workflow_ID) Start workflow -
Uses of MWFProcess in org.compiere.server
Modifier and TypeMethodDescriptionprotected int
WorkflowProcessor.sendAlertToResponsible
(MWFResponsible responsible, ArrayList<Integer> list, MWFProcess process, String subject, String message, File pdf) Send Alert To Responsible -
Uses of MWFProcess in org.compiere.wf
Modifier and TypeMethodDescriptionMWorkflow.start
(ProcessInfo pi) Deprecated.MWorkflow.start
(ProcessInfo pi, String trxName) Start Workflow.MWorkflow.startWait
(ProcessInfo pi) Deprecated.workflow process run in the same thread, this is meaninglessModifierConstructorDescriptionMWFActivity
(MWFProcess process, int AD_WF_Node_ID) Parent ConstructorMWFActivity
(MWFProcess process, int next_ID, PO lastPO) Parent ConstructorMWFActivity
(MWFProcess process, Properties ctx, ResultSet rs, String trxName) Process-aware Parent Constructor