Package com.appiancorp.suiteapi.content
Class CopyReference
java.lang.Object
com.appiancorp.suiteapi.content.CopyReference
Represents a reference to a copied Content item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Copies the contents from the Source object to the TargetgetName()
Name of Content item (for display to user during copying if desired)Source idDeprecated.since 23.2.Target idDeprecated.since 23.2.void
void
void
setSourceFilename
(String name) Deprecated.since 23.2void
void
setTargetFilename
(String name) Deprecated.since 23.2
-
Constructor Details
-
CopyReference
public CopyReference()
-
-
Method Details
-
getSource
Source id -
getTarget
Target id -
getSourceFilename
Deprecated.since 23.2. UsecopyContents()
insteadSource filename reference (name on disk) -
getTargetFilename
Deprecated.since 23.2. UsecopyContents()
insteadTarget filename reference (name on disk) -
copyContents
Copies the contents from the Source object to the Target- Throws:
AppianStorageException
- if the copy fails
-
getName
Name of Content item (for display to user during copying if desired) -
setSource
- Parameters:
Source
- id
-
setTarget
- Parameters:
Target
- id
-
setSourceFilename
Deprecated.since 23.2- Parameters:
Source
- filename reference (name on disk)
-
setTargetFilename
Deprecated.since 23.2- Parameters:
Target
- filename reference (name on disk)
-
setName
- Parameters:
name
- of file being copied
-