Uses of Interface
org.alfresco.repo.action.executer.ActionExecuter
-
Packages that use ActionExecuter Package Description org.alfresco.repo.action org.alfresco.repo.action.executer org.alfresco.repo.activities.feed org.alfresco.repo.content.transform org.alfresco.repo.download org.alfresco.repo.quickshare org.alfresco.repo.rendition org.alfresco.repo.rendition.executer org.alfresco.repo.replication org.alfresco.repo.rule org.alfresco.repo.tagging org.alfresco.repo.thumbnail org.alfresco.repo.transfer Provides the implementation of the transfer service which can be used to transfer nodes from one repository to another.org.alfresco.repo.workflow -
-
Uses of ActionExecuter in org.alfresco.repo.action
Methods in org.alfresco.repo.action with parameters of type ActionExecuter Modifier and Type Method Description voidActionServiceImpl. registerActionExecuter(ActionExecuter actionExecuter)voidRuntimeActionService. registerActionExecuter(ActionExecuter actionExecuter)Register an action executer -
Uses of ActionExecuter in org.alfresco.repo.action.executer
Classes in org.alfresco.repo.action.executer that implement ActionExecuter Modifier and Type Class Description classActionExecuterAbstractBaseRule action executor abstract base.classAddFeaturesActionExecuterAdd features action executor implementation.classCheckInActionExecuterCheck in action executorclassCheckOutActionExecuterCheck out action executorclassCompositeActionExecuterAdd features action executor implementation.classContentMetadataEmbedderEmbed metadata in any content.classContentMetadataExtracterExtract metadata from any added content.classCopyActionExecuterCopy action executor.classCountChildrenActionExecuterAction executer that counts the number of children the actioned upon node has.classCounterIncrementActionExecuterSimple action to increment an integer value.classCreateVersionActionExecuterAdd features action executor implementation.classExecuteAllRulesActionExecuterThis action executes all rules present on the actioned upon nodeclassExporterActionExecuterExporter action executorclassImageTransformActionExecuterTransform action executer.classImporterActionExecuterImporter action executorclassLinkCategoryActionExecuterLink category action executorclassMailActionExecuterMail action executor implementation.classMoveActionExecuterMove action executor.classRemoveFeaturesActionExecuterRemove features action executor implementation.classRepositoryExporterActionExecuterRepository Exporter action executorclassScriptActionExecuterAction to execute a JavaScript.classSetPropertyValueActionExecuterAdd features action executor implementation.classSimpleWorkflowActionExecuterSimple workflow action executorclassSpecialiseTypeActionExecuterAdd features action executor implementation.classTakeOwnershipActionExecuterTake Ownership action executorclassTransformActionExecuterDeprecated.classTransitionSimpleWorkflowActionExecuterSimple workflow action executor -
Uses of ActionExecuter in org.alfresco.repo.activities.feed
Classes in org.alfresco.repo.activities.feed that implement ActionExecuter Modifier and Type Class Description classErrorProneActionExecutor -
Uses of ActionExecuter in org.alfresco.repo.content.transform
Classes in org.alfresco.repo.content.transform that implement ActionExecuter Modifier and Type Class Description static classTikaPoweredContainerExtractor.ExtractorActionExecutorDeprecated.This action executor allows you to trigger extraction as an action, perhaps from a rule. -
Uses of ActionExecuter in org.alfresco.repo.download
Classes in org.alfresco.repo.download that implement ActionExecuter Modifier and Type Class Description classCreateDownloadArchiveActionActionExecuterfor creating an archive (ie. -
Uses of ActionExecuter in org.alfresco.repo.quickshare
Classes in org.alfresco.repo.quickshare that implement ActionExecuter Modifier and Type Class Description classQuickShareLinkExpiryActionExecutorThis action executor unshares the shared link when the quick share link expiry action is triggered. -
Uses of ActionExecuter in org.alfresco.repo.rendition
Classes in org.alfresco.repo.rendition that implement ActionExecuter Modifier and Type Class Description classPerformRenditionActionExecuterDeprecated. -
Uses of ActionExecuter in org.alfresco.repo.rendition.executer
Classes in org.alfresco.repo.rendition.executer that implement ActionExecuter Modifier and Type Class Description classAbstractRenderingEngineDeprecated.The RenditionService is being replace by the simpler async RenditionService2.classAbstractTransformationRenderingEngineDeprecated.The RenditionService is being replace by the simpler async RenditionService2.classBaseTemplateRenderingEngineDeprecated.The RenditionService is being replace by the simpler async RenditionService2.classCompositeRenderingEngineDeprecated.The RenditionService is being replace by the simpler async RenditionService2.classDeleteRenditionActionExecuterDeprecated.The RenditionService is being replace by the simpler async RenditionService2.classFreemarkerRenderingEngineDeprecated.The RenditionService is being replace by the simpler async RenditionService2.classHTMLRenderingEngineDeprecated.The RenditionService is being replace by the simpler async RenditionService2.classImageRenderingEngineDeprecated.The RenditionService is being replace by the simpler async RenditionService2.classReformatRenderingEngineDeprecated.The RenditionService is being replace by the simpler async RenditionService2.classXSLTRenderingEngineDeprecated.The RenditionService is being replace by the simpler async RenditionService2. -
Uses of ActionExecuter in org.alfresco.repo.replication
Classes in org.alfresco.repo.replication that implement ActionExecuter Modifier and Type Class Description classReplicationActionExecutor -
Uses of ActionExecuter in org.alfresco.repo.rule
Classes in org.alfresco.repo.rule that implement ActionExecuter Modifier and Type Class Description classLinkRulesAction implementation to link the rules from one folder to anotherclassReorderRulesAction implementation to reorder rulesclassUnlinkRulesAction implementation to unlink the rules from one folder to another -
Uses of ActionExecuter in org.alfresco.repo.tagging
Classes in org.alfresco.repo.tagging that implement ActionExecuter Modifier and Type Class Description classRefreshTagScopeActionExecuterRefresh tag scope action executer NOTE: This action is used to facilitate the async refresh of a tag scope.classUpdateTagScopesActionExecuterUpdate tag scopes action executer. -
Uses of ActionExecuter in org.alfresco.repo.thumbnail
Classes in org.alfresco.repo.thumbnail that implement ActionExecuter Modifier and Type Class Description classAddFailedThumbnailActionExecuterDeprecated.The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classCreateThumbnailActionExecuterDeprecated.The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.classUpdateThumbnailActionExecuterDeprecated.The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries. -
Uses of ActionExecuter in org.alfresco.repo.transfer
Classes in org.alfresco.repo.transfer that implement ActionExecuter Modifier and Type Class Description classCreateTransferTargetActionExecuterclassTransferAsyncActionclassTransferCommitActionExecuterclassTransferOneNodeActionExecuterclassTransferTreeActionExecuterclassTransferTreeWithCancelActionExecuter -
Uses of ActionExecuter in org.alfresco.repo.workflow
Classes in org.alfresco.repo.workflow that implement ActionExecuter Modifier and Type Class Description classCancelWorkflowActionExecuterclassStartWorkflowActionExecuterSimple workflow action executor
-