Uses of Enum Class
org.craftercms.studio.model.clipboard.Operation
Packages that use Operation
Package
Description
-
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 -
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 -
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 -
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 OperationModifier and TypeMethodDescriptionClipboardServiceInternalImpl.pasteItems(String siteId, Operation operation, String targetPath, PasteItem item) protected voidClipboardServiceInternalImpl.pasteItemsInternal(String siteId, Operation operation, String targetPath, List<PasteItem> items, List<String> pastedItems) protected voidClipboardServiceInternalImpl.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 -
Uses of Operation in org.craftercms.studio.model.rest.clipboard
Fields in org.craftercms.studio.model.rest.clipboard declared as OperationModifier and TypeFieldDescriptionprotected @NotNull OperationPasteRequest.operationThe operation to performMethods in org.craftercms.studio.model.rest.clipboard that return OperationMethods in org.craftercms.studio.model.rest.clipboard with parameters of type Operation