Uses of Class
org.compiere.wf.MWFNodeNext
-
Packages that use MWFNodeNext Package Description org.adempiere.webui.apps.wf org.compiere.apps.wf org.compiere.wf -
-
Uses of MWFNodeNext in org.adempiere.webui.apps.wf
Methods in org.adempiere.webui.apps.wf that return types with arguments of type MWFNodeNext Modifier and Type Method Description org.netbeans.api.visual.graph.GraphScene<Integer,MWFNodeNext>WFNodeContainer. getGraphScene()Methods in org.adempiere.webui.apps.wf with parameters of type MWFNodeNext Modifier and Type Method Description voidWFNodeContainer. addEdge(MWFNodeNext edge)Constructors in org.adempiere.webui.apps.wf with parameters of type MWFNodeNext Constructor Description WFPopupItem(String title, MWFNodeNext line)Delete Line Item -
Uses of MWFNodeNext in org.compiere.apps.wf
Methods in org.compiere.apps.wf with parameters of type MWFNodeNext Modifier and Type Method Description protected voidWorkflowGraphScene. attachEdgeSourceAnchor(MWFNodeNext edge, Integer oldsource, Integer sourceNode)protected voidWorkflowGraphScene. attachEdgeTargetAnchor(MWFNodeNext edge, Integer oldtarget, Integer targetNode)protected org.netbeans.api.visual.widget.WidgetWorkflowGraphScene. attachEdgeWidget(MWFNodeNext edge)Method parameters in org.compiere.apps.wf with type arguments of type MWFNodeNext Modifier and Type Method Description protected voidWFGraphLayout. performGraphLayout(org.netbeans.api.visual.graph.layout.UniversalGraph<Integer,MWFNodeNext> graph)protected voidWFGraphLayout. performNodesLayout(org.netbeans.api.visual.graph.layout.UniversalGraph<Integer,MWFNodeNext> graph, Collection<Integer> nodes) -
Uses of MWFNodeNext in org.compiere.wf
Methods in org.compiere.wf that return MWFNodeNext Modifier and Type Method Description MWFNodeNext[]MWorkflow. getNodeNexts(int AD_WF_Node_ID, int AD_Client_ID)Get Transitions (NodeNext) of IDMWFNodeNext[]MWFNode. getTransitions(int AD_Client_ID)Get the transitionsMWFNodeNextMWFNodeNext. markImmutable()Constructors in org.compiere.wf with parameters of type MWFNodeNext Constructor Description MWFNodeNext(Properties ctx, MWFNodeNext copy)MWFNodeNext(Properties ctx, MWFNodeNext copy, String trxName)MWFNodeNext(MWFNodeNext copy)
-