Interface IProject

  • All Known Subinterfaces:
    IProjectSPI
    All Known Implementing Classes:
    Project

    @StableMinor(version="17.0",
                 sinceVersion="12.4")
    public interface IProject
    A LumisXP project.
    Since:
    12.4.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SYSTEM_PROJECT_ID
      The system project identifier.
    • Field Detail

      • SYSTEM_PROJECT_ID

        static final java.lang.String SYSTEM_PROJECT_ID
        The system project identifier.
        Since:
        17.0.0
        See Also:
        Constant Field Values
    • Method Detail

      • getId

        java.lang.String getId()
        Returns the project identifier.
        Returns:
        the project identifier.
        Since:
        12.4.0
      • getChannelId

        java.lang.String getChannelId()
        Returns the channel identifier.
        Returns:
        the channel identifier.
        Since:
        12.4.0
      • getName

        java.lang.String getName()
        Returns the name.
        Returns:
        the name.
        Since:
        12.4.0