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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()booleanisConflict(ResourcePath path) voidOccurs after changes have been successfully saved to the gateway.voidresourcesCreated(String projectName, List<ChangeOperation.CreateResourceOperation> resources) voidresourcesDeleted(String projectName, List<ChangeOperation.DeleteResourceOperation> signatures) voidresourcesModified(String projectName, List<ChangeOperation.ModifyResourceOperation> resources) voidsetContext(DesignerContext context) voidupdate(DesignerProjectUpdate update) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.designer.project.DesignerProjectResourceListenerresourcesInheritanceChangedMethods inherited from interface com.inductiveautomation.ignition.common.project.ProjectResourceListenergetResourceFilter, manifestChanged, onAfterChanges, onBeforeChanges
- 
Constructor Details- 
PendingUpdateStatepublic PendingUpdateState()
 
- 
- 
Method Details- 
setContext
- 
update
- 
clearpublic void clear()
- 
isConflict
- 
onAfterProjectPushpublic void onAfterProjectPush()Description copied from interface:DesignerProjectResourceListenerOccurs after changes have been successfully saved to the gateway.- Specified by:
- onAfterProjectPushin interface- DesignerProjectResourceListener
 
- 
resourcesCreatedpublic void resourcesCreated(String projectName, List<ChangeOperation.CreateResourceOperation> resources) - Specified by:
- resourcesCreatedin interface- ProjectResourceListener
 
- 
resourcesModifiedpublic void resourcesModified(String projectName, List<ChangeOperation.ModifyResourceOperation> resources) - Specified by:
- resourcesModifiedin interface- ProjectResourceListener
 
- 
resourcesDeletedpublic void resourcesDeleted(String projectName, List<ChangeOperation.DeleteResourceOperation> signatures) - Specified by:
- resourcesDeletedin interface- ProjectResourceListener
 
 
-