Module com.s8.api

Interface S8WebVertex


public interface S8WebVertex
The vertex attached to an S8WebObject object.
Author:
Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
See Also:
  • Method Details

    • getId

      String getId()
      Get the object id
      Returns:
      the id
    • getSession

      S8WebFront getSession()
      Get the session
      Returns:
      the current session
    • getAttachedObject

      S8WebObject getAttachedObject()
      Retrieved the Object attached to this vertex
      Returns:
      the attached object
    • expose

      void expose(int slot)
      Expose the vertex
      Parameters:
      slot - the slot selected
    • publish

      void publish(ByteOutflow outflow) throws IOException
      (System only) Publish the updates associated with this object
      Parameters:
      outflow - the outflow where we write updates
      Throws:
      IOException - exception raised while publishing
    • outbound

      The outbound side of this vertex
      Returns:
      the vertex fields handling module
    • inbound

      The inbound side of this vertex
      Returns:
      the vertex methods handling module
    • providers

      The providers container of this vertex
      Returns:
      the vertex generators handling module