@ProviderType
@Model(adaptables=org.apache.sling.api.resource.Resource.class,
defaultInjectionStrategy=OPTIONAL)
public class ManagedProcess
extends Object
implements Serializable
| Constructor and Description |
|---|
ManagedProcess() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
double |
getProgress() |
String |
getProgressPercent() |
int |
getReportedErrors() |
Collection<ArchivedProcessFailure> |
getReportedErrorsList() |
String |
getRequester() |
org.apache.sling.api.resource.ValueMap |
getRequestInputs() |
Result |
getResult() |
Long |
getStartTime() |
String |
getStartTimeFormatted() |
String |
getStatus() |
Long |
getStopTime() |
String |
getStopTimeFormatted() |
boolean |
isIsRunning() |
void |
setDescription(String description) |
void |
setIsRunning(boolean isRunning) |
void |
setName(String name) |
void |
setProgress(double progress) |
void |
setReportedErrors(List<ArchivedProcessFailure> reportedErrors) |
void |
setRequester(String requester) |
void |
setRequestInputs(org.apache.sling.api.resource.ValueMap requestInputs) |
void |
setResult(Result result) |
void |
setStartTime(Long startTime) |
void |
setStatus(String status) |
void |
setStopTime(Long stopTime) |
public int getReportedErrors()
public Collection<ArchivedProcessFailure> getReportedErrorsList()
public void setReportedErrors(List<ArchivedProcessFailure> reportedErrors)
reportedErrors - the reportedErrors to setpublic String getRequester()
public void setRequester(String requester)
requester - the requester to setpublic org.apache.sling.api.resource.ValueMap getRequestInputs()
public void setRequestInputs(org.apache.sling.api.resource.ValueMap requestInputs)
requestInputs - the requestInputs to setpublic Long getStartTime()
public String getStartTimeFormatted()
public void setStartTime(Long startTime)
startTime - the startTime to setpublic Long getStopTime()
public String getStopTimeFormatted()
public void setStopTime(Long stopTime)
stopTime - the stopTime to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic boolean isIsRunning()
public void setIsRunning(boolean isRunning)
isRunning - the isRunning to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic Result getResult()
public void setResult(Result result)
result - the result to setpublic double getProgress()
public String getProgressPercent()
public void setProgress(double progress)
progress - the progress to setpublic String getName()
public void setName(String name)
name - the name to setCopyright © 2013–2020 Adobe. All rights reserved.