java.lang.Object
com.inductiveautomation.ignition.common.resourcecollection.ChangeOperation
Direct Known Subclasses:
ChangeOperation.ManifestChangeOperation, ChangeOperation.ResourceChangeOperation

public abstract class ChangeOperation extends Object
Modifications to resource collections are defined as a series of ChangeOperations. The following operations can be performed:
  • Create - a new resource is added.
  • Delete - a resource is deleted
  • Modify - a resource is modified.
  • Manifest - the manifest has been modified. The manifest is a description of the collection - its name, parent, etc.