Package | Description |
---|---|
org.apache.sling.cms.insights |
Support for Content Insights
|
Modifier and Type | Method and Description |
---|---|
static Message |
Message.danger(java.lang.String text) |
static Message |
Message.defaultMsg(java.lang.String text) |
Message |
Insight.getPrimaryMessage() |
static Message |
Message.success(java.lang.String text) |
static Message |
Message.warn(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Message> |
Insight.getScoreDetails() |
Modifier and Type | Method and Description |
---|---|
void |
Insight.addMessage(Message message) |
void |
Insight.setPrimaryMessage(Message primaryMessage) |
Modifier and Type | Method and Description |
---|---|
void |
Insight.setScoreDetails(java.util.List<Message> scoreDetails) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.