Syntax
constants group NameClash;
Description
These are the possible values for TransferInfo::NameClash .
Constants Summary
|
ERROR |
Means to set an error and cancel the operation.
|
|
OVERWRITE |
Means to overwrite the object in the target folder with the object to
transfer.
|
|
RENAME |
Means to rename the object to transfer to solve the clash.
|
|
KEEP |
Deprecated. Do not use!
|
|
ASK |
Means to use a NameClashResolveRequest in order to solve
the name clash.
|
|
Field Details
|
|
Syntax
const long ERROR = 0;
Description
Means to set an error and cancel the operation.
Syntax
const long OVERWRITE = 1;
Description
Means to overwrite the object in the target folder with the object to
transfer.
Syntax
const long RENAME = 2;
Description
Means to rename the object to transfer to solve the clash.
The implementation needs to supply and set a suitable new name.
[ DEPRECATED ]
Syntax
const long KEEP = 3;
Description
Deprecated. Do not use!
Syntax
const long ASK = 4;
Description
Means to use a NameClashResolveRequest in order to solve
the name clash.
See also
- XInteractionHandler
-
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.