| Package | Description |
|---|---|
| com.adobe.acs.commons.quickly.operations |
Quickly Operations
|
| com.adobe.acs.commons.quickly.results |
Quickly Results
|
| com.adobe.acs.commons.quickly.results.impl.lists | |
| com.adobe.acs.commons.quickly.results.impl.serializers |
| Modifier and Type | Method and Description |
|---|---|
Collection<Result> |
AbstractOperation.getResults(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response,
Command cmd)
Gets results of the operation.
|
Collection<Result> |
Operation.getResults(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response,
Command cmd)
Returns a list of Results.
|
protected abstract List<Result> |
AbstractOperation.withoutParams(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response,
Command cmd)
Returns a list of results for a Command without params.
|
protected abstract List<Result> |
AbstractOperation.withParams(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response,
Command cmd)
Returns a list of results for a Command with params.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
Result.Builder.build()
Build method
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
ResultBuilder.toJSON(Command cmd,
Result result,
org.apache.sling.api.resource.ValueMap config)
Turns the Result combination into a JSON object by way of ResultSerializers.
|
com.google.gson.JsonObject |
ResultSerializer.toJSON(Result result,
org.apache.sling.api.resource.ValueMap config)
Turns a Result object into a JSON object
|
| Modifier and Type | Method and Description |
|---|---|
static List<Result> |
DevConsoleResults.getResults() |
abstract List<Result> |
AbstractAccessibleResults.getResults() |
List<Result> |
HelpResults.getResults() |
List<Result> |
ClassicConsoleResults.getResults() |
List<Result> |
OpsConsoleResults.getResults() |
List<Result> |
TouchConsoleResults.getResults() |
List<Result> |
ACSToolsResults.getResults() |
List<Result> |
AbstractAccessibleResults.getResults(org.apache.sling.api.resource.ResourceResolver resourceResolver) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
AbstractResultSerializer.toJSON(Result result) |
com.google.gson.JsonObject |
OpenResultSerializerImpl.toJSON(Result result,
org.apache.sling.api.resource.ValueMap config) |
com.google.gson.JsonObject |
GenericResultSerializerImpl.toJSON(Result result,
org.apache.sling.api.resource.ValueMap config) |
Copyright © 2013–2020 Adobe. All rights reserved.