Uses of Class
org.compiere.wf.MWorkflow
-
Packages that use MWorkflow Package Description org.adempiere.webui.apps.form org.adempiere.webui.apps.wf org.compiere.apps.form org.compiere.wf org.eevolution.model -
-
Uses of MWorkflow in org.adempiere.webui.apps.form
Methods in org.adempiere.webui.apps.form with parameters of type MWorkflow Modifier and Type Method Description protected voidWSetupWizard. addWfEntry(MWorkflow wfwizard) -
Uses of MWorkflow in org.adempiere.webui.apps.wf
Methods in org.adempiere.webui.apps.wf that return MWorkflow Modifier and Type Method Description MWorkflowWFPanel. getWorkflow()Methods in org.adempiere.webui.apps.wf with parameters of type MWorkflow Modifier and Type Method Description voidWFNodeContainer. setWorkflow(MWorkflow wf)Set Workflow -
Uses of MWorkflow in org.compiere.apps.form
Methods in org.compiere.apps.form that return types with arguments of type MWorkflow Modifier and Type Method Description List<MWorkflow>SetupWizard. getWfWizards() -
Uses of MWorkflow in org.compiere.wf
Methods in org.compiere.wf that return MWorkflow Modifier and Type Method Description static MWorkflowMWorkflow. get(int AD_Workflow_ID)Get Workflow from Cache (immutable)static MWorkflowMWorkflow. get(Properties ctx, int AD_Workflow_ID)Get Workflow from Cache (immutable)MWorkflowMWFNode. getAD_Workflow()static MWorkflowMWorkflow. getCopy(Properties ctx, int AD_Workflow_ID, String trxName)Get updateable copy of MWorkflow from cachestatic MWorkflow[]MWorkflow. getDocValue(Properties ctx, int AD_Client_ID, int AD_Table_ID, String trxName)Get Doc Value WorkflowMWorkflowMWFNode. getWorkflow()Deprecated.please useMWFNode.getAD_Workflow()MWorkflowMWFProcess. getWorkflow()Get WorkflowMWorkflowMWorkflow. markImmutable()Constructors in org.compiere.wf with parameters of type MWorkflow Constructor Description MWFNode(MWorkflow wf, String Value, String Name)Parent ConstructorMWFProcess(MWorkflow wf, ProcessInfo pi)Deprecated.MWFProcess(MWorkflow wf, ProcessInfo pi, String trxName)New ConstructorMWorkflow(Properties ctx, MWorkflow copy)MWorkflow(Properties ctx, MWorkflow copy, String trxName)MWorkflow(MWorkflow copy)MWorkflowAccess(MWorkflow parent, int AD_Role_ID)Parent Constructor -
Uses of MWorkflow in org.eevolution.model
Methods in org.eevolution.model that return MWorkflow Modifier and Type Method Description MWorkflowMPPProductPlanning. getAD_Workflow()
-