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 void
WSetupWizard. 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 MWorkflow
WFPanel. getWorkflow()
Methods in org.adempiere.webui.apps.wf with parameters of type MWorkflow Modifier and Type Method Description void
WFNodeContainer. 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 MWorkflow
MWorkflow. get(int AD_Workflow_ID)
Get Workflow from Cache (immutable)static MWorkflow
MWorkflow. get(Properties ctx, int AD_Workflow_ID)
Get Workflow from Cache (immutable)MWorkflow
MWFNode. getAD_Workflow()
static MWorkflow
MWorkflow. 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 WorkflowMWorkflow
MWFNode. getWorkflow()
Deprecated.please useMWFNode.getAD_Workflow()
MWorkflow
MWFProcess. getWorkflow()
Get WorkflowMWorkflow
MWorkflow. 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 MWorkflow
MPPProductPlanning. getAD_Workflow()
-