|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.workplace.wcm.api.CopyIntoProjectOption
public class CopyIntoProjectOption
This CopyIntoProjectOption is used copy the item into a given project.
If this option is used with RecursiveCopyOption, the entire tree
will be copied into the project.
| Constructor Summary | |
|---|---|
CopyIntoProjectOption(java.lang.String projectUuid)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getProjectUuid()
|
java.lang.Boolean |
runWorkflowActions()
Whether workflow actions defined on the first stage of the copied items workflow will be run on copy or not. |
CopyIntoProjectOption |
setRunWorkflowActions(boolean runActions)
Flag whether workflow actions defined on the first stage of the copied items workflow will be run on copy or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CopyIntoProjectOption(java.lang.String projectUuid)
projectUuid - the project UUID to which the item has to be copied into.| Method Detail |
|---|
public java.lang.String getProjectUuid()
public CopyIntoProjectOption setRunWorkflowActions(boolean runActions)
This will apply to all items copied in this operation.
runActions - boolean true will run the actions when the items are copied.
public java.lang.Boolean runWorkflowActions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||