Uses of Interface
org.alfresco.repo.action.executer.LoggingAwareExecuter
-
Packages that use LoggingAwareExecuter Package Description 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 LoggingAwareExecuter in org.alfresco.repo.action.executer
Classes in org.alfresco.repo.action.executer that implement LoggingAwareExecuter 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 executorclassTransformActionExecuterTransfor action executerclassTransitionSimpleWorkflowActionExecuterSimple workflow action executor -
Uses of LoggingAwareExecuter in org.alfresco.repo.activities.feed
Classes in org.alfresco.repo.activities.feed that implement LoggingAwareExecuter Modifier and Type Class Description classErrorProneActionExecutor -
Uses of LoggingAwareExecuter in org.alfresco.repo.content.transform
Classes in org.alfresco.repo.content.transform that implement LoggingAwareExecuter Modifier and Type Class Description static classTikaPoweredContainerExtractor.ExtractorActionExecutorThis action executor allows you to trigger extraction as an action, perhaps from a rule. -
Uses of LoggingAwareExecuter in org.alfresco.repo.download
Classes in org.alfresco.repo.download that implement LoggingAwareExecuter Modifier and Type Class Description classCreateDownloadArchiveActionActionExecuterfor creating an archive (ie. -
Uses of LoggingAwareExecuter in org.alfresco.repo.quickshare
Classes in org.alfresco.repo.quickshare that implement LoggingAwareExecuter Modifier and Type Class Description classQuickShareLinkExpiryActionExecutorThis action executor unshares the shared link when the quick share link expiry action is triggered. -
Uses of LoggingAwareExecuter in org.alfresco.repo.rendition
Classes in org.alfresco.repo.rendition that implement LoggingAwareExecuter Modifier and Type Class Description classPerformRenditionActionExecuterDeprecated. -
Uses of LoggingAwareExecuter in org.alfresco.repo.rendition.executer
Classes in org.alfresco.repo.rendition.executer that implement LoggingAwareExecuter Modifier and Type Class Description classAbstractRenderingEngineThis class adds some new behaviour to the standard ActionExecuterAbstractBase in order to support the RenditionService.classAbstractTransformationRenderingEngineclassBaseTemplateRenderingEngineThis abstract class forms a basis for all rendering engines that are built around the Template Service.
A template must be specified either as aStringusing the PARAM_TEMPLATE parameter, as aNodeRefusing the PARAM_TEMPLATE_NODE parameter or as a file path location using the PARAM_TEMPLATE_PATH parameter.classCompositeRenderingEngineThis RenderingEngine is used for renderingCompositeRenditionDefinitions, which specify a list ofRenditionDefinitions.classDeleteRenditionActionExecuterThisActionExecuterimplementation is used internally to delete rendition nodes when a rendition update has failed.classFreemarkerRenderingEngineclassHTMLRenderingEngineThis class provides a way to turn documents supported by theContentServicestandard transformers into basic, clean HTML.classImageRenderingEngineThis class is the implementation of theRenditionService's "imageRenderingEngine" rendering engine.classReformatRenderingEngineThis class is the implementation of theRenditionService's "reformat" action/rendering.classXSLTRenderingEngine -
Uses of LoggingAwareExecuter in org.alfresco.repo.replication
Classes in org.alfresco.repo.replication that implement LoggingAwareExecuter Modifier and Type Class Description classReplicationActionExecutor -
Uses of LoggingAwareExecuter in org.alfresco.repo.rule
Classes in org.alfresco.repo.rule that implement LoggingAwareExecuter 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 LoggingAwareExecuter in org.alfresco.repo.tagging
Classes in org.alfresco.repo.tagging that implement LoggingAwareExecuter 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 LoggingAwareExecuter in org.alfresco.repo.thumbnail
Classes in org.alfresco.repo.thumbnail that implement LoggingAwareExecuter Modifier and Type Class Description classAddFailedThumbnailActionExecuterThisActionExecuterimplementation is used to record a failed thumbnail attempt having occurred on a source node.classCreateThumbnailActionExecuterCreate thumbnail action executer.classUpdateThumbnailActionExecuterUpdate thumbnail action executer. -
Uses of LoggingAwareExecuter in org.alfresco.repo.transfer
Classes in org.alfresco.repo.transfer that implement LoggingAwareExecuter Modifier and Type Class Description classCreateTransferTargetActionExecuterclassTransferAsyncActionclassTransferCommitActionExecuterclassTransferOneNodeActionExecuterclassTransferTreeActionExecuterclassTransferTreeWithCancelActionExecuter -
Uses of LoggingAwareExecuter in org.alfresco.repo.workflow
Classes in org.alfresco.repo.workflow that implement LoggingAwareExecuter Modifier and Type Class Description classCancelWorkflowActionExecuterclassStartWorkflowActionExecuterSimple workflow action executor
-