Class PRDiaHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2pres.PRDiaHelper
-
public abstract class PRDiaHelper extends java.lang.Object
This is a utility class for PRDia that provides static methods for creation or other purposes.- See Also:
PRDia
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends PRDia>
java.util.List<T>getFindDiagramsWithAnnotations(java.lang.Class<T> returnType, SrvContext srvCtx)
Find all diagrams which contain elements with assigned annotation.
-
-
-
Method Detail
-
getFindDiagramsWithAnnotations
public static <T extends PRDia> java.util.List<T> getFindDiagramsWithAnnotations(java.lang.Class<T> returnType, SrvContext srvCtx) throws InoNetException, SrvErrorException
Find all diagrams which contain elements with assigned annotation.- Parameters:
returnType
- Specifies the type of elements to be returned.srvCtx
- The context of the related innovator server.- Throws:
InoNetException
SrvErrorException
-
-