|
Nuxeo ECM Projects 5.6-RC1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nuxeo.ecm.platform.suggestbox.service.Suggestion
org.nuxeo.ecm.platform.suggestbox.service.DocumentSuggestion
public class DocumentSuggestion
Suggest to navigate to a specific document.
Field Summary |
---|
Fields inherited from class org.nuxeo.ecm.platform.suggestbox.service.Suggestion |
---|
DATE_FORMAT_PATTERN |
Constructor Summary | |
---|---|
DocumentSuggestion(DocumentLocation documentLocation,
String label,
String iconURL)
|
Method Summary | |
---|---|
static Suggestion |
fromDocumentModel(DocumentModel doc)
|
DocumentLocation |
getDocumentLocation()
|
Methods inherited from class org.nuxeo.ecm.platform.suggestbox.service.Suggestion |
---|
disable, getDescription, getIconURL, getIsDisabled, getLabel, getType, toString, withDescription |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DocumentSuggestion(DocumentLocation documentLocation, String label, String iconURL)
Method Detail |
---|
public static Suggestion fromDocumentModel(DocumentModel doc) throws ClientException
ClientException
public DocumentLocation getDocumentLocation()
|
Nuxeo ECM Projects 5.6-RC1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |