|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.workplace.wcm.api.ReplaceAuthorsCopyOption
public class ReplaceAuthorsCopyOption
This CopyOption is used to replace the
original authors of the source item being copied.
If this option is used with RecursiveCopyOption, all items
copied will have their authors replaced.
| Constructor Summary | |
|---|---|
ReplaceAuthorsCopyOption()
|
|
| Method Summary | |
|---|---|
void |
addAuthor(java.lang.String p_author)
Adds an author to this object. |
void |
clearAuthors()
Removes all authors of this object. |
java.util.List<java.lang.String> |
getAuthors()
Returns the author/s of this item. |
void |
setAuthor(java.lang.String p_author)
Sets author of this object. |
void |
setAuthors(java.util.List<java.lang.String> p_authors)
Sets a list of Strings representing the list of authors to this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReplaceAuthorsCopyOption()
| Method Detail |
|---|
public void setAuthor(java.lang.String p_author)
p_author - author of this object to be set topublic void setAuthors(java.util.List<java.lang.String> p_authors)
p_authors - a list of Strings authors to be set to this objectpublic void addAuthor(java.lang.String p_author)
p_author - author of this object to be added to the list of authorspublic void clearAuthors()
public java.util.List<java.lang.String> getAuthors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||