Uses of Class
org.craftercms.studio.api.v1.to.ResultTO
Packages that use ResultTO
Package
Description
-
Uses of ResultTO in org.craftercms.studio.api.v1.content.pipeline
Methods in org.craftercms.studio.api.v1.content.pipeline with parameters of type ResultTOModifier and TypeMethodDescriptionvoidContentProcessor.process(PipelineContent content, ResultTO result) process the content at the given path.voidContentProcessorPipeline.processContent(PipelineContent content, ResultTO result) process the given content through the executors chain -
Uses of ResultTO in org.craftercms.studio.api.v1.executor
Methods in org.craftercms.studio.api.v1.executor that return ResultTOModifier and TypeMethodDescriptionProcessContentExecutor.processContent(String id, InputStream input, boolean isXml, Map<String, String> params, String chainName) -
Uses of ResultTO in org.craftercms.studio.api.v1.service.content
Methods in org.craftercms.studio.api.v1.service.content that return ResultTOModifier and TypeMethodDescriptionContentService.processContent(String id, InputStream input, boolean isXml, Map<String, String> params, String contentChainForm) -
Uses of ResultTO in org.craftercms.studio.api.v1.service.workflow
Methods in org.craftercms.studio.api.v1.service.workflow that return ResultTOModifier and TypeMethodDescriptionapprove workflows and schedule them as specified in the requestapprove workflows and schedule them as specified in the requestWorkflowService.submitToGoLive(String site, String username, String request) -
Uses of ResultTO in org.craftercms.studio.impl.v1.content.pipeline
Methods in org.craftercms.studio.impl.v1.content.pipeline with parameters of type ResultTOModifier and TypeMethodDescriptionprotected ContentItemTOFormDmContentProcessor.createNewFile(String site, ContentItemTO parentItem, String fileName, InputStream input, String user, boolean unlock, ResultTO result) create new file to the given path.voidAssetDmContentProcessor.process(PipelineContent content, ResultTO result) voidBaseContentProcessor.process(PipelineContent content, ResultTO result) voidCheckImageSizeProcessor.process(PipelineContent content, ResultTO result) voidCleanPreviewContentProcessor.process(PipelineContent content, ResultTO result) voidCleanWorkContentProcessor.process(PipelineContent content, ResultTO result) voidContentLifeCycleProcessor.process(PipelineContent content, ResultTO result) voidDmWorkflowProcessor.process(PipelineContent content, ResultTO result) voidExtractAssetDependencyProcessor.process(PipelineContent content, ResultTO result) voidExtractDependencyProcessor.process(PipelineContent content, ResultTO result) voidExtractParamsProcessor.process(PipelineContent content, ResultTO result) voidFileFolderPathProcessor.process(PipelineContent content, ResultTO result) voidFormDmContentProcessor.process(PipelineContent content, ResultTO result) voidFormNavOrderProcessor.process(PipelineContent content, ResultTO result) voidInvalidateCacheProcessor.process(PipelineContent content, ResultTO result) voidPostActivityProcessor.process(PipelineContent content, ResultTO result) voidContentProcessorPipelineImpl.processContent(PipelineContent content, ResultTO result) protected voidAssetDmContentProcessor.updateFile(String site, String relativePath, InputStream input, String user, boolean isPreview, boolean unlock, ResultTO result) update the file at the given content nodeprotected voidFormDmContentProcessor.updateFile(String site, String path, InputStream input, String user, boolean isPreview, boolean unlock, ResultTO result) update the file at the given content nodeprotected voidFormDmContentProcessor.writeContent(PipelineContent content, ResultTO result) protected ContentAssetInfoTOAssetDmContentProcessor.writeContentAsset(PipelineContent content, String site, String user, String path, String assetName, InputStream in, int width, int height, boolean createFolders, boolean isPreview, boolean unlock, boolean isSystemAsset, ResultTO result) upload content asset to the given path -
Uses of ResultTO in org.craftercms.studio.impl.v1.executor
Methods in org.craftercms.studio.impl.v1.executor that return ResultTOModifier and TypeMethodDescriptionProcessContentExecutorImpl.processContent(String id, InputStream input, boolean isXml, Map<String, String> params, String chainName) -
Uses of ResultTO in org.craftercms.studio.impl.v1.service.content
Methods in org.craftercms.studio.impl.v1.service.content that return ResultTOModifier and TypeMethodDescription@Valid ResultTOContentServiceImpl.processContent(String id, InputStream input, boolean isXml, Map<String, String> params, String contentChainForm) -
Uses of ResultTO in org.craftercms.studio.impl.v1.service.workflow
Methods in org.craftercms.studio.impl.v1.service.workflow that return ResultTOModifier and TypeMethodDescriptionprotected ResultTOWorkflowServiceImpl.approve(String site, String request, WorkflowServiceImpl.Operation operation) approve workflows and schedule them as specified in the requestprotected ResultTOWorkflowServiceImpl.approve_new(String site, String request, WorkflowServiceImpl.Operation operation) approve workflows and schedule them as specified in the requestprotected ResultTOWorkflowServiceImpl.approveWithoutDependencies(String site, String request, WorkflowServiceImpl.Operation operation) approve workflows and schedule them as specified in the request@Valid ResultTOapprove workflows and schedule them as specified in the request@Valid ResultTOapprove workflows and schedule them as specified in the request@Valid ResultTOprotected ResultTOWorkflowServiceImpl.submitForApproval(String site, String submittedBy, String request, boolean delete) @Valid ResultTOWorkflowServiceImpl.submitToGoLive(String site, String username, String request)