@Model(adaptables=org.apache.sling.api.resource.Resource.class) public class HistoryDataItem extends Object
| Modifier and Type | Field and Description |
|---|---|
protected de.valtech.avs.api.history.HistoryEntry |
history |
| Constructor and Description |
|---|
HistoryDataItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDate()
Returns the date of the scan.
|
String |
getOutput()
Returns the output of the scan.
|
String |
getPath()
Returns the path of the scan.
|
String |
getUserId()
Returns the user id that caused the scan.
|
void |
setup() |
@PostConstruct public void setup()
public String getDate()
public String getOutput()
public String getPath()
public String getUserId()
Copyright © 2020. All rights reserved.