|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface IInfoObjects.CopyModes
This interface specifies the copy modes for an InfoObject.
| Field Summary | |
|---|---|
static int |
COPY_NEW_OBJECT_KEEP_RUID
Constant that specifies the copy will have a new id, a new name, and the new object will have its own copy of the associated files, but it will use the source object's ruid. |
static int |
COPY_NEW_OBJECT_NEW_FILES
Constant that specifies the copy will have a new ID, a new name, and the new object will have its own copy of the associated files. |
static int |
COPY_SAME_OBJECT
Constant that specifies the copy will be an exact duplicate of the source object. |
| Field Detail |
|---|
static final int COPY_SAME_OBJECT
Constant that specifies the copy will be an exact duplicate of the source object. The copy must be in a new collection.
static final int COPY_NEW_OBJECT_NEW_FILES
Constant that specifies the copy will have a new ID, a new name, and the new object will have its own copy of the associated files.
static final int COPY_NEW_OBJECT_KEEP_RUID
Constant that specifies the copy will have a new id, a new name, and the new object will have its own copy of the associated files, but it will use the source object's ruid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||