com.sapportals.wcm.repository

Interface ICopyParameter

All Known Implementing Classes:
CopyParameter

public interface ICopyParameter

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

getOverwrite

boolean getOverwrite()
Gets the value of this parameter.

Returns:
The overwrite value

getIgnorePropertyFailures

boolean getIgnorePropertyFailures()
Gets the value of this parameter.

Returns:
The ignorePropertyFailures value

getCopyChildren

boolean getCopyChildren()
Gets the value of this parameter.

Returns:
The copyChildren value

getCopyInternalLinks

boolean getCopyInternalLinks()
Gets the value of this parameter.

Returns:
The copyInternalLinks value

getCopyExternalLinks

boolean getCopyExternalLinks()
Gets the value of this parameter.

Returns:
The copyExternalLinks value

getFirstResourceException

ResourceException getFirstResourceException()
Get the first resource exception. This exception will contain a reference to the next exception if more then one copy operation failed.

Returns:
The first resource exception

setCopyChildren

void setCopyChildren(boolean value)
Copy all subfolders recursively (deep copy of collections only)

Parameters:
value -

setOverwrite

void setOverwrite(boolean value)
Existing destination will be overwritten.

Parameters:
value -

setIgnorePropertyFailures

void setIgnorePropertyFailures(boolean value)
Create the copy even if some or all properties could not be set on the destination resource.

Parameters:
value -

setCopyInternalLinks

void setCopyInternalLinks(boolean value)
Include/exclude internal links (deep copy of collections only)

Parameters:
value -

setCopyExternalLinks

void setCopyExternalLinks(boolean value)
Include/exclude external links (deep copy of collections only)

Parameters:
value -
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice