Class ProjectManifest

java.lang.Object
com.inductiveautomation.ignition.common.project.ProjectManifest
All Implemented Interfaces:
Serializable

@Deprecated public class ProjectManifest extends Object implements Serializable
Deprecated.
retained purely for pre-8.3 EAM agent backwards-compatibility.
Legacy project metadata container.

This type was removed in 8.3 when the project system was refactored into resource collections (see ResourceCollectionManifest). It is retained only so that an 8.3+ controller can Java-deserialize the Map<String, ProjectManifest> returned by the getProjectManifests() gateway network service of pre-8.3 EAM agents. Deserialization resolves by fully-qualified class name, so this class must keep its original package, serialVersionUID, and instance field layout.

See Also:
  • Constructor Details

    • ProjectManifest

      public ProjectManifest(String title, String description, boolean enabled, boolean inheritable, String parent)
      Deprecated.
  • Method Details

    • getTitle

      public String getTitle()
      Deprecated.
    • getDescription

      public String getDescription()
      Deprecated.
    • getParent

      public String getParent()
      Deprecated.
    • isEnabled

      public boolean isEnabled()
      Deprecated.
    • isInheritable

      public boolean isInheritable()
      Deprecated.