public interface LspsUrlFactory
| Modifier and Type | Method and Description |
|---|---|
String |
getNavigationUrl(RecordHolder navigation)
Returns application URL for the given navigation definition.
|
String |
getUrlForDocument(String documentId,
Map<String,String> parameters)
Returns application URL for the given document and parameters.
|
String |
getUrlForSavedDocument(long savedDocumentId)
Returns application URL for the saved document with the given ID.
|
String |
getUrlForTodo(long todoId)
Returns application URL for the to-do with the given ID.
|
String getUrlForTodo(long todoId)
todoId - String getUrlForSavedDocument(long savedDocumentId)
savedDocumentId - String getUrlForDocument(String documentId, Map<String,String> parameters)
documentId - the document ID, must not be null.parameters - optional parameters, may be null.String getNavigationUrl(RecordHolder navigation)
navigation - the navigation definition, not null.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.