Class DRPrintContextHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2drdia.DRPrintContextHelper
-
public abstract class DRPrintContextHelper extends java.lang.ObjectThis 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 DRPrintContextcreate(SrvContext srvCtx, ELElement item)Creates and returns the only possibleDRPrintContextas content of the specifiedDRDecisionorDRBusinessKnowledgeModel.
-
-
-
Method Detail
-
create
public static DRPrintContext create(SrvContext srvCtx, ELElement item) throws InoNetException, SrvErrorException
Creates and returns the only possibleDRPrintContextas content of the specifiedDRDecisionorDRBusinessKnowledgeModel.- Parameters:
srvCtx- The context of the related innovator server.item- ELElement instance- Throws:
InoNetExceptionSrvErrorException
-
-