Uses of Class
org.compiere.wf.MWFNode
Packages that use MWFNode
Package
Description
Provide implementation classes for workflow editor and workflow activities form
Base classes for UI form.
Workflow graph implementation
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
Provide iDempiere workflow engine implementation
-
Uses of MWFNode in org.adempiere.webui.apps.wf
Methods in org.adempiere.webui.apps.wf with parameters of type MWFNodeConstructors in org.adempiere.webui.apps.wf with parameters of type MWFNodeModifierConstructorDescriptionWFPopupItem
(String title, MWFNode node, int AD_WF_NodeTo_ID) Add Line Item -
Uses of MWFNode in org.compiere.apps.form
Fields in org.compiere.apps.form declared as MWFNode -
Uses of MWFNode in org.compiere.apps.wf
Methods in org.compiere.apps.wf that return MWFNodeMethods in org.compiere.apps.wf with parameters of type MWFNodeConstructors in org.compiere.apps.wf with parameters of type MWFNodeModifierConstructorDescriptionWFNodeWidget
(org.netbeans.api.visual.widget.Scene scene, MWFNode node) -
Uses of MWFNode in org.compiere.model
Methods in org.compiere.model that return MWFNodeModifier and TypeMethodDescriptionstatic MWFNode[]
MWindow.getWFNodes
(Properties ctx, String whereClause, String trxName) Deprecated. -
Uses of MWFNode in org.compiere.wf
Methods in org.compiere.wf that return MWFNodeModifier and TypeMethodDescriptionstatic MWFNode
MWFNode.get
(int AD_WF_Node_ID) Get WF Node from Cachestatic MWFNode
MWFNode.get
(Properties ctx, int AD_WF_Node_ID) Get WF Node from Cachestatic MWFNode
MWFNode.getCopy
(Properties ctx, int AD_WF_Node_ID, String trxName) Get updateable copy of MWFNode from cacheMWorkflow.getFirstNode()
Get the first nodeMWFNode[]
MWorkflow.getNextNodes
(int AD_WF_Node_ID, int AD_Client_ID) Get the next nodesMWFActivity.getNode()
Get WF Nodeprotected MWFNode
MWorkflow.getNode
(int AD_WF_Node_ID) Get Node with ID in WorkflowMWFNode[]
MWorkflow.getNodes
(boolean ordered, int AD_Client_ID) Get the nodesMWFNode[]
MWorkflow.getNodesInOrder
(int AD_Client_ID) Get Nodes in Sequence Orderstatic MWFNode[]
MWFNode.getWFNodes
(Properties ctx, String whereClause, String trxName) Get workflow nodes with where clause.MWFNode.markImmutable()
Constructors in org.compiere.wf with parameters of type MWFNodeModifierConstructorDescriptionMWFNode
(Properties ctx, MWFNode copy) Copy constructorMWFNode
(Properties ctx, MWFNode copy, String trxName) Copy constructorCopy constructorMWFNodeNext
(MWFNode parent, int AD_WF_Next_ID) Parent constructor
getWFNodes(Properties, String, String)
instead.