Class DRPrintContextHelper
java.lang.Object
de.mid.innovator.srv2api.icw2drdia.DRPrintContextHelper
This is a utility class for DRPrintContext that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic DRPrintContextcreate(SrvContext srvCtx, ELElement item) Creates and returns the only possibleDRPrintContextas content of the specifiedDRDecisionorDRBusinessKnowledgeModel.
-
Method Details
-
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
-