Uses of Class
org.compiere.wf.MWorkflow
Packages that use MWorkflow
Package
Description
Provide implementation of iDempiere form.
Provide implementation classes for workflow editor and workflow activities form
Base classes for UI form.
Provide iDempiere workflow engine implementation
Provide extended and generated model class and interface for tables.
-
Uses of MWorkflow in org.adempiere.webui.apps.form
Methods in org.adempiere.webui.apps.form with parameters of type MWorkflowModifier and TypeMethodDescriptionprotected void
WSetupWizard.addWfEntry
(MWorkflow wfwizard) Add workflow -
Uses of MWorkflow in org.adempiere.webui.apps.wf
Methods in org.adempiere.webui.apps.wf that return MWorkflowMethods in org.adempiere.webui.apps.wf with parameters of type MWorkflow -
Uses of MWorkflow in org.compiere.apps.form
Methods in org.compiere.apps.form that return types with arguments of type MWorkflowModifier and TypeMethodDescriptionSetupWizard.getWfWizards()
Get workflow records with type=wizard -
Uses of MWorkflow in org.compiere.wf
Methods in org.compiere.wf that return MWorkflowModifier and TypeMethodDescriptionstatic 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)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 WorkflowsMWFNode.getWorkflow()
Deprecated.MWFProcess.getWorkflow()
Get WorkflowMWorkflow.markImmutable()
Constructors in org.compiere.wf with parameters of type MWorkflowModifierConstructorDescriptionParent ConstructorMWFProcess
(MWorkflow wf, ProcessInfo pi) Deprecated.MWFProcess
(MWorkflow wf, ProcessInfo pi, String trxName) New ConstructorMWorkflow
(Properties ctx, MWorkflow copy) Copy constructorMWorkflow
(Properties ctx, MWorkflow copy, String trxName) Copy constructorCopy constructorMWorkflowAccess
(MWorkflow parent, int AD_Role_ID) Parent Constructor -
Uses of MWorkflow in org.eevolution.model
Methods in org.eevolution.model that return MWorkflow
MWFNode.getAD_Workflow()