Class LoadWebFormPersistLivecycleRequest

    • Constructor Detail

      • LoadWebFormPersistLivecycleRequest

        public LoadWebFormPersistLivecycleRequest​(EContentView contentView,
                                                  String fileName,
                                                  String livecycleXml)
        Creates a new POJO with the given data.
        Parameters:
        contentView - Content view of the source that initiated the request.
        fileName - Value returned by getFileName().
        livecycleXml - Value returned by getLivecycleXml().
    • Method Detail

      • getFileName

        public String getFileName()
        Returns:
        Name of the livecycle file.
      • getLivecycleXml

        public String getLivecycleXml()
        Returns:
        Persist JSON that should get loaded.
      • getResponseType

        public Class<? extends Serializable> getResponseType()
        Returns:
        Type of the requested data.