Enum Class Application.Section

java.lang.Object
java.lang.Enum<Application.Section>
com.appiancorp.suiteapi.applications.Application.Section
All Implemented Interfaces:
Serializable, Comparable<Application.Section>, Constable
Enclosing class:
Application

public static enum Application.Section extends Enum<Application.Section>
An application is logically divided in four different sections: 1. Metadata: Those elements in Application.Metadata plus name, description and publishing status. 2. Associated objects: All the objects that are logically associated with this application. 3. Navigation: The navigation items associated with this application. 4. Security: Specifies if an application is "public". See Application.setPublic(boolean). Notice that the ApplicationRoleMap must be updated through ApplicationService.setRoleMap(Long, ApplicationRoleMap). These sections are used to give the ability to save individual parts of the application bean. See ApplicationService.save
  • Enum Constant Details

  • Method Details

    • values

      public static Application.Section[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Application.Section valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null