Class ProjectManifest
java.lang.Object
com.inductiveautomation.ignition.common.project.ProjectManifest
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionProjectManifest(String title, String description, boolean enabled, boolean inheritable, String parent) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.getTitle()Deprecated.booleanDeprecated.booleanDeprecated.
-
Constructor Details
-
Method Details
-
getTitle
Deprecated. -
getDescription
Deprecated. -
getParent
Deprecated. -
isEnabled
public boolean isEnabled()Deprecated. -
isInheritable
public boolean isInheritable()Deprecated.
-