Modifier and Type | Method and Description |
---|---|
static ConstantsExplorer.WS_UPLOAD_TYPE |
ConstantsExplorer.WS_UPLOAD_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantsExplorer.WS_UPLOAD_TYPE[] |
ConstantsExplorer.WS_UPLOAD_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConstantsExplorer.WS_UPLOAD_TYPE |
CompletedFileUploadEvent.getUploadType() |
ConstantsExplorer.WS_UPLOAD_TYPE |
FileUploadEvent.getUploadType()
Gets the upload type.
|
Constructor and Description |
---|
CompletedFileUploadEvent(String parentId,
String itemIdentifier,
ConstantsExplorer.WS_UPLOAD_TYPE uploadType,
boolean isOverwrite)
Instantiates a new completed file upload event.
|
FileUploadEvent(FileModel targetFolder,
ConstantsExplorer.WS_UPLOAD_TYPE uploadType)
Instantiates a new file upload event.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriberInterface.addedFile(String itemIdentifier,
String parentId,
ConstantsExplorer.WS_UPLOAD_TYPE file,
boolean isOverwrite)
Added file.
|
Copyright © 2016. All Rights Reserved.