Package com.saperion.rmi
Class SaCloneInfo
java.lang.Object
com.saperion.rmi.SaCloneInfo
- All Implemented Interfaces:
Serializable
This class contains all relevant information to be used by workspace
clone/copy/update methods.
- Author:
- mak, tfr
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaCloneInfo
(String srcWorkspaceName, String srcSysRowId, String dstWorkspaceName) Constructor (used by updateNode).SaCloneInfo
(String srcWorkspaceName, String srcSysRowId, String dstWorkspaceName, String dstParentSysRowId, String dstNodeName, Boolean removeExisting) Constructor (used by copyNode + cloneNode). -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SaCloneInfo
public SaCloneInfo(String srcWorkspaceName, String srcSysRowId, String dstWorkspaceName, String dstParentSysRowId, String dstNodeName, Boolean removeExisting) Constructor (used by copyNode + cloneNode).- Parameters:
srcWorkspaceName
- source workspacesrcSysRowId
- SysRowId of source nodedstWorkspaceName
- destination workspacedstParentSysRowId
- SysRowId of destination's parent nodedstNodeName
- name of destination noderemoveExisting
- remove existing nodes
-
SaCloneInfo
Constructor (used by updateNode).- Parameters:
srcWorkspaceName
- source workspacesrcSysRowId
- SysRowId of source nodedstWorkspaceName
- destination workspace
-
-
Method Details
-
getSourceWorkspaceName
- Returns:
- the sourceWorkspace
-
getSourceSysRowId
- Returns:
- the sourceSysRowId
-
getDestWorkspaceName
- Returns:
- the destWorkspaceName
-
getDestParentSysRowId
- Returns:
- the destParentSysRowId
-
getDestNodeName
- Returns:
- the destNodeName
-
getRemoveExistingNodes
- Returns:
- the removeExistingNodes
-