Package de.mid.innovator.srv2api.icw2bp
Class BPSequenceFlowNodeHelper
java.lang.Object
de.mid.innovator.srv2api.icw2bp.BPSequenceFlowNodeHelper
This is a utility class for BPSequenceFlowNode that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddeleteAndReconnect(SrvContext srvCtx, List<? extends ELDeleteAble> seqSel) Deletes the specified sequence flow nodes.static ARG_DeleteReqgetDeleteAndReconnect(SrvContext srvCtx, List<? extends ELDeleteAble> seqSel, boolean addInstances) Returns the list of deleted elements on deleting the specified sequence flow nodes.
-
Method Details
-
getDeleteAndReconnect
public static ARG_DeleteReq getDeleteAndReconnect(SrvContext srvCtx, 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:
InoNetExceptionSrvErrorException
-
deleteAndReconnect
public static void deleteAndReconnect(SrvContext srvCtx, 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:
InoNetExceptionSrvErrorException
-