Package de.mid.innovator.srv2api.icw2bp
Class BPSequenceFlowNodeHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2bp.BPSequenceFlowNodeHelper
-
public abstract class BPSequenceFlowNodeHelper extends java.lang.Object
This is a utility class for BPSequenceFlowNode that provides static methods for creation or other purposes.- See Also:
BPSequenceFlowNode
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
deleteAndReconnect(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel)
Deletes the specified sequence flow nodes.static ARG_DeleteReq
getDeleteAndReconnect(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel, boolean addInstances)
Returns the list of deleted elements on deleting the specified sequence flow nodes.
-
-
-
Method Detail
-
getDeleteAndReconnect
public static ARG_DeleteReq getDeleteAndReconnect(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel, boolean addInstances) throws InoNetException, SrvErrorException
Returns the list of deleted elements on deleting the specified sequence flow nodes.- Parameters:
srvCtx
- The context of the related innovator server.seqSel
-addInstances
- return list of instances that will be deleted- Throws:
InoNetException
SrvErrorException
-
deleteAndReconnect
public static void deleteAndReconnect(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel) throws InoNetException, SrvErrorException
Deletes the specified sequence flow nodes. Incoming and outgoing sequence flows are reconnected to the nextBPSequenceFlowNode
.- Parameters:
srvCtx
- The context of the related innovator server.seqSel
-- Throws:
InoNetException
SrvErrorException
-
-