Class FileUploadModelDelegate
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
- 
- com.inductiveautomation.perspective.gateway.api.ComponentModelDelegate
- 
- com.inductiveautomation.perspective.gateway.components.FileUploadModelDelegate
 
 
 
- 
 public class FileUploadModelDelegate extends ComponentModelDelegate 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classFileUploadModelDelegate.FileUploadedToPageEventThis is the event object for the route to post to the page's gauva event bus, to get picked up by this delegate.static classFileUploadModelDelegate.FileUploadEventThis is the event object that will be passed to the `onFileReceived` actions.
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringEVENT_NAMEstatic java.lang.StringID- 
Fields inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatecomponent, log
 
- 
 - 
Constructor SummaryConstructors Constructor Description FileUploadModelDelegate(Component component)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearUploads()voidonShutdown()voidonStartup()- 
Methods inherited from class com.inductiveautomation.perspective.gateway.api.ComponentModelDelegatefireEvent, getScriptCallableMethods, handleEvent
 - 
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, shutdown, startup
 
- 
 
- 
- 
- 
Field Detail- 
IDpublic static final java.lang.String ID - See Also:
- Constant Field Values
 
 - 
EVENT_NAMEpublic static final java.lang.String EVENT_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
FileUploadModelDelegatepublic FileUploadModelDelegate(Component component) 
 
- 
 - 
Method Detail- 
clearUploadspublic void clearUploads() 
 - 
onStartuppublic void onStartup() - Specified by:
- onStartupin class- AbstractLifecycle
 
 - 
onShutdownpublic void onShutdown() - Specified by:
- onShutdownin class- AbstractLifecycle
 
 
- 
 
-