Class MMPresEntryHelper


  • public abstract class MMPresEntryHelper
    extends java.lang.Object
    This is a utility class for MMPresEntry that provides static methods for creation or other purposes.
    See Also:
    MMPresEntry
    • Method Detail

      • create

        public static java.util.List<MMPresEntry> create​(SrvContext srvCtx,
                                                         MMProfile ohProfile,
                                                         MMFormatAble ohFormatAble,
                                                         java.util.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 created
        ohFormatAble - the format able element which contains the presentation entry to be created
        seqPres - list of meta presentations to be created as presentation entry
        Throws:
        InoNetException
        SrvErrorException