Class PendingUpdateState
java.lang.Object
com.inductiveautomation.ignition.designer.concurrency.ui.PendingUpdateState
- All Implemented Interfaces:
ProjectResourceListener
,DesignerProjectResourceListener
Represents the current state of resources if we were to do an update
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
isConflict
(ResourcePath path) void
Occurs after changes have been successfully saved to the gateway.void
resourcesCreated
(String projectName, List<ChangeOperation.CreateResourceOperation> resources) void
resourcesDeleted
(String projectName, List<ChangeOperation.DeleteResourceOperation> signatures) void
resourcesModified
(String projectName, List<ChangeOperation.ModifyResourceOperation> resources) void
setContext
(DesignerContext context) void
update
(DesignerProjectUpdate update) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.designer.project.DesignerProjectResourceListener
resourcesInheritanceChanged
Methods inherited from interface com.inductiveautomation.ignition.common.project.ProjectResourceListener
getResourceFilter, manifestChanged, onAfterChanges, onBeforeChanges
-
Constructor Details
-
PendingUpdateState
public PendingUpdateState()
-
-
Method Details
-
setContext
-
update
-
clear
public void clear() -
isConflict
-
onAfterProjectPush
public void onAfterProjectPush()Description copied from interface:DesignerProjectResourceListener
Occurs after changes have been successfully saved to the gateway.- Specified by:
onAfterProjectPush
in interfaceDesignerProjectResourceListener
-
resourcesCreated
public void resourcesCreated(String projectName, List<ChangeOperation.CreateResourceOperation> resources) - Specified by:
resourcesCreated
in interfaceProjectResourceListener
-
resourcesModified
public void resourcesModified(String projectName, List<ChangeOperation.ModifyResourceOperation> resources) - Specified by:
resourcesModified
in interfaceProjectResourceListener
-
resourcesDeleted
public void resourcesDeleted(String projectName, List<ChangeOperation.DeleteResourceOperation> signatures) - Specified by:
resourcesDeleted
in interfaceProjectResourceListener
-