Class DRPrintContextHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2drdia.DRPrintContextHelper
-
public abstract class DRPrintContextHelper extends java.lang.Object
This is a utility class for DRPrintContext that provides static methods for creation or other purposes.- See Also:
DRPrintContext
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DRPrintContext
create(SrvContext srvCtx, ELElement item)
Creates and returns the only possibleDRPrintContext
as content of the specifiedDRDecision
orDRBusinessKnowledgeModel
.
-
-
-
Method Detail
-
create
public static DRPrintContext create(SrvContext srvCtx, ELElement item) throws InoNetException, SrvErrorException
Creates and returns the only possibleDRPrintContext
as content of the specifiedDRDecision
orDRBusinessKnowledgeModel
.- Parameters:
srvCtx
- The context of the related innovator server.item
- ELElement instance- Throws:
InoNetException
SrvErrorException
-
-