Class PasteRequest
java.lang.Object
org.craftercms.studio.model.rest.clipboard.PasteRequest
Holds all data needed for a clipboard operation
- Since:
- 3.2
- Author:
- joseross
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItem()voidvoidsetOperation(Operation operation) voidvoidsetTargetPath(String targetPath)
-
Field Details
-
siteId
The id of the site -
operation
The operation to perform -
targetPath
The target path -
item
The item to be copied/moved
-
-
Constructor Details
-
PasteRequest
public PasteRequest()
-
-
Method Details
-
getSiteId
-
setSiteId
-
getOperation
-
setOperation
-
getTargetPath
-
setTargetPath
-
getItem
-
setItem
-