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 voidWFNodeContainer. 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 MWFNodeSetupWizard. m_node -
Uses of MWFNode in org.compiere.apps.wf
Methods in org.compiere.apps.wf that return MWFNode Modifier and Type Method Description MWFNodeWFNodeWidget. getModel()Methods in org.compiere.apps.wf with parameters of type MWFNode Modifier and Type Method Description StringWFNodeWidget. 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 MWFNodeMWFNode. get(int AD_WF_Node_ID)Get WF Node from Cachestatic MWFNodeMWFNode. get(Properties ctx, int AD_WF_Node_ID)Get WF Node from Cachestatic MWFNodeMWFNode. getCopy(Properties ctx, int AD_WF_Node_ID, String trxName)Get updateable copy of MWFNode from cacheMWFNodeMWorkflow. getFirstNode()Get the first nodeMWFNode[]MWorkflow. getNextNodes(int AD_WF_Node_ID, int AD_Client_ID)Get the next nodesMWFNodeMWFActivity. getNode()Get WF Nodeprotected MWFNodeMWorkflow. 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 OrderMWFNodeMWFNode. 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
-