public static class UploaderWithAuthorization.UploadItemSuccessEvent extends Object
| Constructor and Description |
|---|
UploadItemSuccessEvent(org.ctoolkit.gwt.client.facade.UploadItem uploadItem) |
UploadItemSuccessEvent(org.ctoolkit.gwt.client.facade.UploadItem uploadItem,
Long associatedId) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAssociatedId()
Returns ID that represents an identification of the concrete object
that's being associated with the uploaded BLOB.
|
org.ctoolkit.gwt.client.facade.UploadItem |
getUploadItem()
Always returns upload item.
|
public UploadItemSuccessEvent(@Nonnull org.ctoolkit.gwt.client.facade.UploadItem uploadItem)
public org.ctoolkit.gwt.client.facade.UploadItem getUploadItem()
public Long getAssociatedId()
null if missing in the responseCopyright © 2023. All rights reserved.