Uses of Class
org.craftercms.studio.model.clipboard.Operation
-
-
Uses of Operation in org.craftercms.studio.api.v2.service.clipboard
Methods in org.craftercms.studio.api.v2.service.clipboard with parameters of type Operation Modifier and Type Method Description List<String>
ClipboardService. pasteItems(String siteId, Operation operation, String targetPath, PasteItem item)
Performs the given clipboard operation -
Uses of Operation in org.craftercms.studio.api.v2.service.clipboard.internal
Methods in org.craftercms.studio.api.v2.service.clipboard.internal with parameters of type Operation Modifier and Type Method Description List<String>
ClipboardServiceInternal. pasteItems(String siteId, Operation operation, String targetPath, PasteItem item)
Performs the given clipboard operation -
Uses of Operation in org.craftercms.studio.impl.v2.service.clipboard
Methods in org.craftercms.studio.impl.v2.service.clipboard with parameters of type Operation Modifier and Type Method Description List<String>
ClipboardServiceImpl. pasteItems(String siteId, Operation operation, String targetPath, PasteItem item)
-
Uses of Operation in org.craftercms.studio.impl.v2.service.clipboard.internal
Methods in org.craftercms.studio.impl.v2.service.clipboard.internal with parameters of type Operation Modifier and Type Method Description List<String>
ClipboardServiceInternalImpl. pasteItems(String siteId, Operation operation, String targetPath, PasteItem item)
protected void
ClipboardServiceInternalImpl. pasteItemsInternal(String siteId, Operation operation, String targetPath, List<PasteItem> items, List<String> pastedItems)
protected void
ClipboardServiceInternalImpl. validatePasteItemsAction(String siteId, Operation operation, String sourcePath, String targetPath)
-
Uses of Operation in org.craftercms.studio.model.clipboard
Methods in org.craftercms.studio.model.clipboard that return Operation Modifier and Type Method Description static Operation
Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operation[]
Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Operation in org.craftercms.studio.model.rest.clipboard
Fields in org.craftercms.studio.model.rest.clipboard declared as Operation Modifier and Type Field Description protected @NotNull Operation
PasteRequest. operation
The operation to performMethods in org.craftercms.studio.model.rest.clipboard that return Operation Modifier and Type Method Description Operation
PasteRequest. getOperation()
Methods in org.craftercms.studio.model.rest.clipboard with parameters of type Operation Modifier and Type Method Description void
PasteRequest. setOperation(Operation operation)
-