Uses of Class
org.compiere.wf.MWFNode
Package
Description
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
Modifier and TypeMethodDescriptionvoid
void
ModifierConstructorDescriptionWFPopupItem
(String title, MWFNode node, int AD_WF_NodeTo_ID) Add Line Item -
Uses of MWFNode in org.compiere.apps.form
-
Uses of MWFNode in org.compiere.apps.wf
ModifierConstructorDescriptionWFNodeWidget
(org.netbeans.api.visual.widget.Scene scene, MWFNode node) WFNodeWidget
(org.netbeans.api.visual.widget.Scene scene, MWFNode node, Color color) -
Uses of MWFNode in org.compiere.model
Modifier and TypeMethodDescriptionstatic MWFNode[]
MWindow.getWFNodes
(Properties ctx, String whereClause, String trxName) Get workflow nodes with where clause. -
Uses of MWFNode in org.compiere.wf
Modifier 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 The Nodes in Sequence OrderMWFNode.markImmutable()
ModifierConstructorDescriptionMWFNode
(Properties ctx, MWFNode copy) Copy constructorMWFNode
(Properties ctx, MWFNode copy, String trxName) Copy constructorCopy constructorMWFNodeNext
(MWFNode parent, int AD_WF_Next_ID) Parent constructor