Uses of Interface
com.adobe.acs.commons.functions.CheckedConsumer
Packages that use CheckedConsumer
Package
Description
Miscellaneous Utilities.
-
Uses of CheckedConsumer in com.adobe.acs.commons.fam
Methods in com.adobe.acs.commons.fam with parameters of type CheckedConsumerModifier and TypeMethodDescriptionvoidActionManager.deferredWithResolver(CheckedConsumer<org.apache.sling.api.resource.ResourceResolver> action) Perform action at some later time using a provided pooled resolvervoidActionManager.onSuccess(CheckedConsumer<org.apache.sling.api.resource.ResourceResolver> successTask) Register a handler to be fired when the work has completed with no errors.voidActionManager.withResolver(CheckedConsumer<org.apache.sling.api.resource.ResourceResolver> action) Perform action right now using a provided pooled resolver -
Uses of CheckedConsumer in com.adobe.acs.commons.fam.actions
Methods in com.adobe.acs.commons.fam.actions that return CheckedConsumerModifier and TypeMethodDescriptionstatic final CheckedConsumer<org.apache.sling.api.resource.ResourceResolver>Activate a single node.static final CheckedConsumer<org.apache.sling.api.resource.ResourceResolver>ReplicationActions.activateWithOptions(com.day.cq.replication.Replicator replicator, String path, com.day.cq.replication.ReplicationOptions options) Activate a single node using provided replication options.static final CheckedConsumer<org.apache.sling.api.resource.ResourceResolver>ReplicationActions.deactivate(com.day.cq.replication.Replicator replicator, String path) Deactivate a single node.static final CheckedConsumer<org.apache.sling.api.resource.ResourceResolver>ReplicationActions.deactivateWithOptions(com.day.cq.replication.Replicator replicator, String path, com.day.cq.replication.ReplicationOptions options) Deactivate a single node using provided replication options.static final CheckedConsumer<org.apache.sling.api.resource.ResourceResolver>AssetActions.removeRenditions(String path) Remove all non-original renditions from an asset.static final CheckedConsumer<org.apache.sling.api.resource.ResourceResolver>AssetActions.removeRenditionsNamed(String path, String name) Remove all renditions with a given namestatic final CheckedConsumer<org.apache.sling.api.resource.ResourceResolver>Actions.retry(int retries, long pausePerRetry, CheckedConsumer<org.apache.sling.api.resource.ResourceResolver> action) Retry a single actionstatic final CheckedConsumer<org.apache.sling.api.resource.ResourceResolver>Actions.startSyntheticWorkflow(SyntheticWorkflowModel model, String path, SyntheticWorkflowRunner workflowRunner) Run a synthetic workflow on a single nodeMethods in com.adobe.acs.commons.fam.actions with parameters of type CheckedConsumerModifier and TypeMethodDescriptionbooleanActionBatch.add(CheckedConsumer<org.apache.sling.api.resource.ResourceResolver> c) static final CheckedConsumer<org.apache.sling.api.resource.ResourceResolver>Actions.retry(int retries, long pausePerRetry, CheckedConsumer<org.apache.sling.api.resource.ResourceResolver> action) Retry a single actionMethod parameters in com.adobe.acs.commons.fam.actions with type arguments of type CheckedConsumerModifier and TypeMethodDescriptionbooleanActionBatch.addAll(Collection<? extends CheckedConsumer<org.apache.sling.api.resource.ResourceResolver>> c) -
Uses of CheckedConsumer in com.adobe.acs.commons.functions
Methods in com.adobe.acs.commons.functions that return CheckedConsumerModifier and TypeMethodDescriptiondefault CheckedConsumer<T>CheckedConsumer.andThen(CheckedConsumer<? super T> after) static <T> CheckedConsumer<T>Methods in com.adobe.acs.commons.functions with parameters of type CheckedConsumerModifier and TypeMethodDescriptiondefault CheckedConsumer<T>CheckedConsumer.andThen(CheckedConsumer<? super T> after) -
Uses of CheckedConsumer in com.adobe.acs.commons.mcp
Methods in com.adobe.acs.commons.mcp with parameters of type CheckedConsumerModifier and TypeMethodDescriptionProcessInstance.defineAction(String name, org.apache.sling.api.resource.ResourceResolver rr, CheckedConsumer<ActionManager> builder) ProcessInstance.defineCriticalAction(String name, org.apache.sling.api.resource.ResourceResolver rr, CheckedConsumer<ActionManager> builder) -
Uses of CheckedConsumer in com.adobe.acs.commons.mcp.impl.processes.asset
Methods in com.adobe.acs.commons.mcp.impl.processes.asset that return CheckedConsumerModifier and TypeMethodDescriptionprotected CheckedConsumer<org.apache.sling.api.resource.ResourceResolver>AssetIngestor.importAsset(Source source, ActionManager actionManager) Methods in com.adobe.acs.commons.mcp.impl.processes.asset with parameters of type CheckedConsumerModifier and TypeMethodDescriptiondefault voidHierarchicalElement.visitAllFiles(CheckedConsumer<HierarchicalElement> visitor) default voidHierarchicalElement.visitAllFiles(CheckedConsumer<HierarchicalElement> visitor, CheckedFunction<HierarchicalElement, Stream<HierarchicalElement>> childFolderFunction, CheckedFunction<HierarchicalElement, Stream<HierarchicalElement>> childFileFunction) default voidHierarchicalElement.visitAllFolders(CheckedConsumer<HierarchicalElement> visitor) default voidHierarchicalElement.visitAllFolders(CheckedConsumer<HierarchicalElement> visitor, CheckedFunction<HierarchicalElement, Stream<HierarchicalElement>> childFunction)