Uses of Class
org.apache.sling.cms.insights.Message
-
Packages that use Message Package Description org.apache.sling.cms.insights Support for Content Insights -
-
Uses of Message in org.apache.sling.cms.insights
Methods in org.apache.sling.cms.insights that return Message Modifier and Type Method Description static Message
Message. danger(String text)
static Message
Message. defaultMsg(String text)
Message
Insight. getPrimaryMessage()
static Message
Message. success(String text)
static Message
Message. warn(String text)
Methods in org.apache.sling.cms.insights that return types with arguments of type Message Modifier and Type Method Description List<Message>
Insight. getScoreDetails()
Methods in org.apache.sling.cms.insights with parameters of type Message Modifier and Type Method Description void
Insight. addMessage(Message message)
void
Insight. setPrimaryMessage(Message primaryMessage)
Method parameters in org.apache.sling.cms.insights with type arguments of type Message Modifier and Type Method Description void
Insight. setScoreDetails(List<Message> scoreDetails)
-