|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Parameter collection for the copy() and move() methods in IResource and ICollection.
Defaults: overwrite = false omitProperties = false copyChildren = true copyInternalLinks = true copyExternalLinks = true
copyChildren, copyInternalLinks and copyExternalLinks are used for deep copy of collections only.
Copyright (c) SAP AG 2002
| Method Summary | |
boolean |
getCopyChildren()
Gets the value of this parameter. |
boolean |
getCopyExternalLinks()
Gets the value of this parameter. |
boolean |
getCopyInternalLinks()
Gets the value of this parameter. |
ResourceException |
getFirstResourceException()
Get the first resource exception. |
boolean |
getIgnorePropertyFailures()
Gets the value of this parameter. |
boolean |
getOverwrite()
Gets the value of this parameter. |
void |
setCopyChildren(boolean value)
Copy all subfolders recursively (deep copy of collections only) |
void |
setCopyExternalLinks(boolean value)
Include/exclude external links (deep copy of collections only) |
void |
setCopyInternalLinks(boolean value)
Include/exclude internal links (deep copy of collections only) |
void |
setIgnorePropertyFailures(boolean value)
Create the copy even if some or all properties could not be set on the destination resource. |
void |
setOverwrite(boolean value)
Existing destination will be overwritten. |
| Method Detail |
public boolean getOverwrite()
public boolean getIgnorePropertyFailures()
public boolean getCopyChildren()
public boolean getCopyInternalLinks()
public boolean getCopyExternalLinks()
public ResourceException getFirstResourceException()
public void setCopyChildren(boolean value)
value - public void setOverwrite(boolean value)
value - public void setIgnorePropertyFailures(boolean value)
value - public void setCopyInternalLinks(boolean value)
value - public void setCopyExternalLinks(boolean value)
value -
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||