| Package | Description |
|---|---|
| org.alfresco.repo.action | |
| org.alfresco.repo.action.evaluator | |
| 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.thumbnail.conditions | |
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterizedItemAbstractBase
Rule item abstract base.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionConditionEvaluatorAbstractBase
Rule condition evaluator abstract base implementation.
|
class |
CompareMimeTypeEvaluator
Compare mime type evaluator
|
class |
ComparePropertyValueEvaluator
Compare property value evaluator
|
class |
CompositeConditionEvaluator
This class is needed to provide some infrastructure, but the actual evaluation of
Composite Conditions happens inside the ActionServiceImpl as a special case.
|
class |
HasAspectEvaluator
Has aspect evaluator
|
class |
HasChildEvaluator
This
ActionConditionEvaluator determines whether an actionedUponNodeRef has a child NodeRef
with the specified assoc-name or assoc-type. |
class |
HasTagEvaluator
Has tag evaluator
|
class |
HasVersionHistoryEvaluator
Has version history evaluator
|
class |
InCategoryEvaluator
In category evaluator implementation.
|
class |
IsSubTypeEvaluator
No condition evaluator implementation.
|
class |
NoConditionEvaluator
No condition evaluator implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionExecuterAbstractBase
Rule action executor abstract base.
|
class |
AddFeaturesActionExecuter
Add features action executor implementation.
|
class |
BlogAction
Post blog repository action
|
class |
CheckInActionExecuter
Check in action executor
|
class |
CheckOutActionExecuter
Check out action executor
|
class |
CompositeActionExecuter
Add features action executor implementation.
|
class |
ContentMetadataEmbedder
Embed metadata in any content.
|
class |
ContentMetadataExtracter
Extract metadata from any added content.
|
class |
CopyActionExecuter
Copy action executor.
|
class |
CountChildrenActionExecuter
Action executer that counts the number of children the actioned upon node has.
|
class |
CounterIncrementActionExecuter
Simple action to increment an integer value.
|
class |
CreateVersionActionExecuter
Add features action executor implementation.
|
class |
ExecuteAllRulesActionExecuter
This action executes all rules present on the actioned upon node
|
class |
ExporterActionExecuter
Exporter action executor
|
class |
ImageTransformActionExecuter
Transform action executer.
|
class |
ImporterActionExecuter
Importer action executor
|
class |
LinkCategoryActionExecuter
Link category action executor
|
class |
MailActionExecuter
Mail action executor implementation.
|
class |
MoveActionExecuter
Move action executor.
|
class |
RemoveFeaturesActionExecuter
Remove features action executor implementation.
|
class |
RepositoryExporterActionExecuter
Repository Exporter action executor
|
class |
ScriptActionExecuter
Action to execute a JavaScript.
|
class |
SetPropertyValueActionExecuter
Add features action executor implementation.
|
class |
SimpleWorkflowActionExecuter
Simple workflow action executor
|
class |
SpecialiseTypeActionExecuter
Add features action executor implementation.
|
class |
TakeOwnershipActionExecuter
Take Ownership action executor
|
class |
TransformActionExecuter
Transfor action executer
|
class |
TransitionSimpleWorkflowActionExecuter
Simple workflow action executor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorProneActionExecutor |
| Modifier and Type | Class and Description |
|---|---|
static class |
TikaPoweredContainerExtractor.ExtractorActionExecutor
Deprecated.
This action executor allows you to trigger extraction as an
action, perhaps from a rule.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateDownloadArchiveAction
ActionExecuter for creating an archive (ie. |
| Modifier and Type | Class and Description |
|---|---|
class |
QuickShareLinkExpiryActionExecutor
This action executor unshares the shared link when the quick share link expiry action is triggered.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PerformRenditionActionExecuter
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRenderingEngine
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
|
class |
AbstractTransformationRenderingEngine
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
|
class |
BaseTemplateRenderingEngine
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
|
class |
CompositeRenderingEngine
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
|
class |
DeleteRenditionActionExecuter
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
|
class |
FreemarkerRenderingEngine
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
|
class |
HTMLRenderingEngine
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
|
class |
ImageRenderingEngine
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
|
class |
ReformatRenderingEngine
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
|
class |
XSLTRenderingEngine
Deprecated.
The RenditionService is being replace by the simpler async RenditionService2.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicationActionExecutor |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkRules
Action implementation to link the rules from one folder to another
|
class |
ReorderRules
Action implementation to reorder rules
|
class |
RuleTypeImpl
Rule type implementation class.
|
class |
UnlinkRules
Action implementation to unlink the rules from one folder to another
|
| Modifier and Type | Class and Description |
|---|---|
class |
RefreshTagScopeActionExecuter
Refresh tag scope action executer
NOTE: This action is used to facilitate the async refresh of a tag scope.
|
class |
UpdateTagScopesActionExecuter
Update tag scopes action executer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddFailedThumbnailActionExecuter
Deprecated.
The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
CreateThumbnailActionExecuter
Deprecated.
The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
class |
UpdateThumbnailActionExecuter
Deprecated.
The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodeEligibleForRethumbnailingEvaluator
Deprecated.
The thumbnails code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTransferTargetActionExecuter |
class |
TransferAsyncAction |
class |
TransferCommitActionExecuter |
class |
TransferOneNodeActionExecuter |
class |
TransferTreeActionExecuter |
class |
TransferTreeWithCancelActionExecuter |
| Modifier and Type | Class and Description |
|---|---|
class |
CancelWorkflowActionExecuter |
class |
StartWorkflowActionExecuter
Simple workflow action executor
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.