Uses of Class
org.compiere.wf.MWFNode
-
Packages that use MWFNode Package Description org.adempiere.webui.apps.wf org.compiere.apps.form org.compiere.apps.wf org.compiere.model Provides for....org.compiere.wf -
-
Uses of MWFNode in org.adempiere.webui.apps.wf
Methods in org.adempiere.webui.apps.wf with parameters of type MWFNode Modifier and Type Method Description void
WFNodeContainer. addNode(MWFNode node)
Constructors in org.adempiere.webui.apps.wf with parameters of type MWFNode Constructor Description WFPopupItem(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 Modifier and Type Field Description MWFNode
SetupWizard. m_node
-
Uses of MWFNode in org.compiere.apps.wf
Methods in org.compiere.apps.wf that return MWFNode Modifier and Type Method Description MWFNode
WFNodeWidget. getModel()
Methods in org.compiere.apps.wf with parameters of type MWFNode Modifier and Type Method Description String
WFNodeWidget. getActionType(MWFNode node)
Get Action InfoConstructors in org.compiere.apps.wf with parameters of type MWFNode Constructor Description WFNodeWidget(org.netbeans.api.visual.widget.Scene scene, MWFNode node)
-
Uses of MWFNode in org.compiere.model
Methods in org.compiere.model that return MWFNode Modifier and Type Method Description static MWFNode[]
MWindow. getWFNodes(Properties ctx, String whereClause, String trxName)
Get workflow nodes with where clause. -
Uses of MWFNode in org.compiere.wf
Methods in org.compiere.wf that return MWFNode Modifier and Type Method Description static 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 cacheMWFNode
MWorkflow. getFirstNode()
Get the first nodeMWFNode[]
MWorkflow. getNextNodes(int AD_WF_Node_ID, int AD_Client_ID)
Get the next nodesMWFNode
MWFActivity. 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
MWFNode. markImmutable()
Constructors in org.compiere.wf with parameters of type MWFNode Constructor Description MWFNode(Properties ctx, MWFNode copy)
MWFNode(Properties ctx, MWFNode copy, String trxName)
MWFNode(MWFNode copy)
MWFNodeNext(MWFNode parent, int AD_WF_Next_ID)
Parent constructor
-