Package de.elo.ix.client
Class ProcessCopyElements
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ProcessCopyElements
- All Implemented Interfaces:
Serializable
Copy archive elements in other position in the archive.
Copyright: Copyright (c) 2009
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CopyOptions
Options for the copy-processprotected CopyResult
Result of copy process.protected boolean
If createMapping is true, at the copyResult, the maps source-id to copy-id will be filled.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
ConstructorsConstructorDescriptionParameterless Constructor.Normal Constructor for the class "ProcessCopyElements". -
Method Summary
Modifier and TypeMethodDescriptionReturns the copy-options.Returns the result of the copy-process.boolean
void
setCopyOptions
(CopyOptions copyOptions) Sets the options for the copy-process.void
setCopyResult
(CopyResult copyResult) Sets the result for the copy-process.void
setCreateMapping
(boolean createMapping) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
copyOptions
Options for the copy-process -
createMapping
protected boolean createMappingIf createMapping is true, at the copyResult, the maps source-id to copy-id will be filled. Defaults to false.- Since:
- 9.00.014.004
-
copyResult
Result of copy process.- Since:
- 9.00.014.004
-
-
Constructor Details
-
ProcessCopyElements
public ProcessCopyElements()Parameterless Constructor. -
ProcessCopyElements
Normal Constructor for the class "ProcessCopyElements".- Parameters:
pce
- ProcessCopyElements
-
-
Method Details
-
getCopyOptions
Returns the copy-options.- Returns:
- CopyOptions
-
setCopyOptions
Sets the options for the copy-process.- Parameters:
copyOptions
-
-
isCreateMapping
public boolean isCreateMapping()- Returns:
- the createMapping
-
setCreateMapping
public void setCreateMapping(boolean createMapping) - Parameters:
createMapping
- the createMapping to set
-
getCopyResult
Returns the result of the copy-process.- Returns:
- CopyResult
-
setCopyResult
Sets the result for the copy-process.- Parameters:
copyResult
-
-
toString
-