Uses of Class
org.compiere.wf.MWFProcess
Packages that use 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
Methods in org.adempiere.util that return MWFProcessModifier and TypeMethodDescriptionstatic MWFProcess
ProcessUtil.startWorkFlow
(Properties ctx, ProcessInfo pi, int AD_Workflow_ID) Start workflow -
Uses of MWFProcess in org.compiere.server
Methods in org.compiere.server with parameters of type MWFProcessModifier 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
Methods in org.compiere.wf that return MWFProcessModifier 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 meaninglessConstructors in org.compiere.wf with parameters of type MWFProcessModifierConstructorDescriptionMWFActivity
(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