Class MMPresEntryHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.MMPresEntryHelper
This is a utility class for MMPresEntry that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<MMPresEntry> create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, List<? extends MM2Presentation> seqPres) Creates a new presentation entry.
-
Method Details
-
create
public static List<MMPresEntry> create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, List<? extends MM2Presentation> seqPres) throws InoNetException, SrvErrorException Creates a new presentation entry.- Parameters:
srvCtx- The context of the related innovator server.ohProfile- the profile which contains the presentation entry to be createdohFormatAble- the format able element which contains the presentation entry to be createdseqPres- list of meta presentations to be created as presentation entry- Throws:
InoNetExceptionSrvErrorException
-