Class PRDiaCalloutNodeHelper
java.lang.Object
de.mid.innovator.srv2api.icw2pres.PRDiaCalloutNodeHelper
This is a utility class for PRDiaCalloutNode that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<PRDiaCalloutNode> addCalloutNodes(SrvContext srvCtx, List<? extends ELElement> seq) Adds callout nodes to the specified presentation contents.
-
Method Details
-
addCalloutNodes
public static List<PRDiaCalloutNode> addCalloutNodes(SrvContext srvCtx, List<? extends ELElement> seq) throws InoNetException, SrvErrorException Adds callout nodes to the specified presentation contents.- Parameters:
srvCtx- The context of the related innovator server.seq- List of ELElement- Throws:
InoNetExceptionSrvErrorException
-