|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for copying objects between containers
Supported API: false
Extendable: false
Method Summary | |
WTContainerRef |
copyObjects(WTContainerRef sourceContainer,
WTContainerRef targetContainer,
ContainerCopyWorklist workList)
Supported API: false |
void |
postPostCopyFeedback()
Posts post copy feedback. |
void |
postPreCopyFeedback()
Posts pre-copy user feedback. |
void |
printPostCopyVerbose()
Prints verbose post-copy statements. |
void |
printPreCopyVerbose()
Prints verbose pre-copy statements. |
void |
setCopier(WorklistDrivenCopier copier)
Supported API: false |
void |
setWorklist(ContainerCopyWorklist a_worklist)
Supported API: false |
Method Detail |
public WTContainerRef copyObjects(WTContainerRef sourceContainer, WTContainerRef targetContainer, ContainerCopyWorklist workList) throws WTException
sourceContainer
- targetContainer
- This is a reference to the persisted target container. This is a target container that was created with the template that was used to create the initial project. The copying takes care of what was added and removed after the container was created.workList
-
WTException
public void printPreCopyVerbose() throws WTException
WTException
public void printPostCopyVerbose() throws WTException
WTException
public void postPreCopyFeedback() throws WTException
WTException
public void postPostCopyFeedback() throws WTException
WTException
public void setCopier(WorklistDrivenCopier copier) throws WTException
copier
-
WTException
public void setWorklist(ContainerCopyWorklist a_worklist)
a_worklist
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |