Class PendingUpdateState
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.concurrency.ui.PendingUpdateState
 
- 
- All Implemented Interfaces:
- ProjectResourceListener,- DesignerProjectResourceListener
 
 public class PendingUpdateState extends java.lang.Object implements DesignerProjectResourceListener Represents the current state of resources if we were to do an update
- 
- 
Constructor SummaryConstructors Constructor Description PendingUpdateState()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleanisConflict(ResourcePath path)voidonAfterProjectPush()Occurs after changes have been successfully saved to the gateway.voidresourcesCreated(java.lang.String projectName, java.util.List<ChangeOperation.CreateResourceOperation> resources)voidresourcesDeleted(java.lang.String projectName, java.util.List<ChangeOperation.DeleteResourceOperation> signatures)voidresourcesModified(java.lang.String projectName, java.util.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, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.designer.project.DesignerProjectResourceListenerresourcesInheritanceChanged
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.project.ProjectResourceListenergetResourceFilter, manifestChanged, onAfterChanges, onBeforeChanges
 
- 
 
- 
- 
- 
Method Detail- 
setContextpublic void setContext(DesignerContext context) 
 - 
updatepublic void update(DesignerProjectUpdate update) 
 - 
clearpublic void clear() 
 - 
isConflictpublic boolean isConflict(ResourcePath path) 
 - 
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(java.lang.String projectName, java.util.List<ChangeOperation.CreateResourceOperation> resources)- Specified by:
- resourcesCreatedin interface- ProjectResourceListener
 
 - 
resourcesModifiedpublic void resourcesModified(java.lang.String projectName, java.util.List<ChangeOperation.ModifyResourceOperation> resources)- Specified by:
- resourcesModifiedin interface- ProjectResourceListener
 
 - 
resourcesDeletedpublic void resourcesDeleted(java.lang.String projectName, java.util.List<ChangeOperation.DeleteResourceOperation> signatures)- Specified by:
- resourcesDeletedin interface- ProjectResourceListener
 
 
- 
 
-