| Modifier and Type | Method and Description |
|---|---|
ActionManager |
ActionManagerFactory.createTaskManager(String name,
org.apache.sling.api.resource.ResourceResolver resourceResolver,
int saveInterval)
Creates an ActionManager instead with the provided name and JCR context provided bu the resourceResolver.
|
ActionManager |
ActionManagerFactory.createTaskManager(String name,
org.apache.sling.api.resource.ResourceResolver resourceResolver,
int saveInterval,
int priority)
Creates an ActionManager instead with the provided name and JCR context provided bu the resourceResolver.
|
ActionManager |
ActionManagerFactory.getActionManager(String name)
Gets the named ActionManager from the ActionManagerFactory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionManagerFactory.purge(ActionManager manager)
Remove a specific manager by its object reference
|
| Modifier and Type | Method and Description |
|---|---|
static ActionManager |
Actions.getCurrentActionManager()
Obtain the current action manager -- this is necessary for additional tracking such as current item
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Actions.setCurrentActionManager(ActionManager a) |
| Constructor and Description |
|---|
ActionBatch(ActionManager manager,
int capacity) |
| Modifier and Type | Method and Description |
|---|---|
ActionManager |
ProcessInstance.defineAction(String name,
org.apache.sling.api.resource.ResourceResolver rr,
CheckedConsumer<ActionManager> builder) |
ActionManager |
ProcessInstance.defineCriticalAction(String name,
org.apache.sling.api.resource.ResourceResolver rr,
CheckedConsumer<ActionManager> builder) |
| Modifier and Type | Method and Description |
|---|---|
ActionManager |
ProcessInstance.defineAction(String name,
org.apache.sling.api.resource.ResourceResolver rr,
CheckedConsumer<ActionManager> builder) |
ActionManager |
ProcessInstance.defineCriticalAction(String name,
org.apache.sling.api.resource.ResourceResolver rr,
CheckedConsumer<ActionManager> builder) |
| Modifier and Type | Method and Description |
|---|---|
void |
BrokenLinksReport.buildReport(ActionManager manager) |
void |
AssetFolderCreator.createAssetFolders(ActionManager manager) |
void |
AssetReport.evaluateDeepStructure(ActionManager manager) |
void |
AssetReport.evaluateStructure(ActionManager manager) |
void |
AssetReport.examineAssets(ActionManager manager) |
void |
TagCreator.importTags(ActionManager manager)
Perform the tag creation based on the successfully parsed values in parseTags(..).
|
void |
AssetFolderCreator.parseAssetFolderDefinitions(ActionManager manager)
Parses the input Excel file and creates a list of AssetFolderDefinition objects to process.
|
void |
TagCreator.parseTags(ActionManager manager)
Parses the input Excel file and creates a list of TagDefinition objects to process.
|
protected void |
BulkWorkflow.prepareSyntheticWorkflowModel(ActionManager manager) |
void |
BulkWorkflow.processPayloads(ActionManager manager) |
protected void |
BulkWorkflow.queryPayloads(ActionManager manager) |
void |
TagReporter.recordTags(ActionManager manager) |
void |
TagReporter.traverseTags(ActionManager manager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UrlAssetImport.createFolders(ActionManager manager) |
protected CheckedConsumer<org.apache.sling.api.resource.ResourceResolver> |
AssetIngestor.importAsset(Source source,
ActionManager actionManager) |
protected void |
UrlAssetImport.importAssets(ActionManager manager) |
protected void |
UrlAssetImport.importRenditions(ActionManager manager) |
protected void |
UrlAssetImport.updateMetadata(ActionManager manager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ContentFragmentImport.createFolders(ActionManager manager) |
protected void |
ContentFragmentImport.importFragments(ActionManager manager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Renovator.activateNew(ActionManager step3) |
protected void |
Renovator.activateReferences(ActionManager step4) |
protected void |
Renovator.activateTreeStructure(ActionManager manager) |
protected void |
Renovator.buildStructures(ActionManager manager) |
protected void |
Renovator.deactivateOld(ActionManager step5) |
protected void |
Renovator.identifyReferences(ActionManager manager) |
protected void |
Renovator.identifyStructure(ActionManager manager) |
protected void |
Renovator.moveTree(ActionManager manager) |
protected void |
Renovator.removeSource(ActionManager manager) |
protected void |
Renovator.validateAllAcls(ActionManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
FastActionManagerRunnerImpl.complete(org.apache.sling.api.resource.ResourceResolver resourceResolver,
String workspacePath,
ActionManager manager,
int success) |
Copyright © 2013–2020 Adobe. All rights reserved.