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 void
WFNodeContainer. 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 void
WorkflowGraphScene. attachEdgeSourceAnchor(MWFNodeNext edge, Integer oldsource, Integer sourceNode)
protected void
WorkflowGraphScene. attachEdgeTargetAnchor(MWFNodeNext edge, Integer oldtarget, Integer targetNode)
protected org.netbeans.api.visual.widget.Widget
WorkflowGraphScene. attachEdgeWidget(MWFNodeNext edge)
Method parameters in org.compiere.apps.wf with type arguments of type MWFNodeNext Modifier and Type Method Description protected void
WFGraphLayout. performGraphLayout(org.netbeans.api.visual.graph.layout.UniversalGraph<Integer,MWFNodeNext> graph)
protected void
WFGraphLayout. 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 transitionsMWFNodeNext
MWFNodeNext. 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)
-