Class BPDiaProcessViewNodeHelper
java.lang.Object
de.mid.innovator.srv2api.icw2bpdia.BPDiaProcessViewNodeHelper
This is a utility class for BPDiaProcessViewNode that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetFilterCriteria(SrvContext srvCtx, List<? extends BPDiaProcessViewNode> sel, boolean hideObjectFlow) Modifies the criteria for visible elements inside the process view.
-
Method Details
-
setFilterCriteria
public static void setFilterCriteria(SrvContext srvCtx, List<? extends BPDiaProcessViewNode> sel, boolean hideObjectFlow) throws InoNetException, SrvErrorException Modifies the criteria for visible elements inside the process view. Elements to be hidden will be visible while the diagram is locked for modifications.- Parameters:
srvCtx- The context of the related innovator server.sel- all objects that will be modified.hideObjectFlow- flag for hiding the object flow information- Throws:
InoNetExceptionSrvErrorException
-