Uses of Interface
lumis.portal.serviceinterface.IServiceInterfaceUrl
-
Packages that use IServiceInterfaceUrl Package Description lumis.collaboration.chat lumis.content.service lumis.doui.control.itempicker lumis.doui.control.principalpicker lumis.doui.hyperlink lumis.doui.processaction lumis.doui.service lumis.portal.file lumis.portal.file.transformation Provides the file transformations.lumis.portal.hyperlink Provides resolution from internal portal structure hyperlinks to the actual page URLs.lumis.portal.servicecontainer lumis.portal.serviceinterface lumis.portal.url Manages the resolution of page URLs.lumis.service.forum lumis.service.htmlcontent lumis.service.simplecontent -
-
Uses of IServiceInterfaceUrl in lumis.collaboration.chat
Methods in lumis.collaboration.chat that return IServiceInterfaceUrl Modifier and Type Method Description IServiceInterfaceUrl
ChatServiceInterfaceResponse. createActionURL()
IServiceInterfaceUrl
ChatServiceInterfaceResponse. createPortalURL()
IServiceInterfaceUrl
ChatServiceInterfaceResponse. createRenderURL()
-
Uses of IServiceInterfaceUrl in lumis.content.service
Methods in lumis.content.service that return IServiceInterfaceUrl Modifier and Type Method Description protected IServiceInterfaceUrl
ContentHyperLinkResolver. createUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, java.lang.String pageId, ITransaction transaction)
IServiceInterfaceUrl
ContentService. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
-
Uses of IServiceInterfaceUrl in lumis.doui.control.itempicker
Methods in lumis.doui.control.itempicker that return IServiceInterfaceUrl Modifier and Type Method Description protected IServiceInterfaceUrl
ItemPickerControl. getPopupUrl()
protected IServiceInterfaceUrl
MultiItemPickerControl. getPopupUrl()
-
Uses of IServiceInterfaceUrl in lumis.doui.control.principalpicker
Methods in lumis.doui.control.principalpicker that return IServiceInterfaceUrl Modifier and Type Method Description protected IServiceInterfaceUrl
PrincipalPickerControl. getPopupUrl()
protected IServiceInterfaceUrl
ServiceInstancePrincipalPickerControl. getPopupUrl()
-
Uses of IServiceInterfaceUrl in lumis.doui.hyperlink
Methods in lumis.doui.hyperlink that return IServiceInterfaceUrl Modifier and Type Method Description IServiceInterfaceUrl
PreparedUrl. getUrl()
Constructors in lumis.doui.hyperlink with parameters of type IServiceInterfaceUrl Constructor Description PreparedUrl(IServiceInterfaceUrl url, java.util.Collection<java.lang.String> parameters)
-
Uses of IServiceInterfaceUrl in lumis.doui.processaction
Methods in lumis.doui.processaction that return IServiceInterfaceUrl Modifier and Type Method Description protected IServiceInterfaceUrl
ProcessActionHandler. getServiceInterfaceHyperLink(java.lang.String destInterfaceId)
protected IServiceInterfaceUrl
ProcessActionHandler. getUrl(org.w3c.dom.Node actionResponseNode, java.lang.String destInterfaceId)
-
Uses of IServiceInterfaceUrl in lumis.doui.service
Methods in lumis.doui.service that return IServiceInterfaceUrl Modifier and Type Method Description IServiceInterfaceUrl
DouiService. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Resolves an hyperlink to the corresponding URL.Methods in lumis.doui.service with parameters of type IServiceInterfaceUrl Modifier and Type Method Description protected void
DouiHyperLinkResolver. setUrlParameters(SessionConfig sessionConfig, IServiceInterfaceUrl url, java.util.Map<java.lang.String,java.lang.String[]> parameters, ITransaction transaction)
-
Uses of IServiceInterfaceUrl in lumis.portal.file
Methods in lumis.portal.file that return IServiceInterfaceUrl Modifier and Type Method Description static IServiceInterfaceUrl
FileDownloadControllerHtml. getFileDownloadUrl(java.lang.String fileId, java.lang.String transformationName, boolean inline)
Returns the URL for downloading the file with the given id.IServiceInterfaceUrl
FileManager. getFileHref(SessionConfig sessionConfig, java.lang.String fileId, ITransaction transaction)
IServiceInterfaceUrl
IFileManager. getFileHref(SessionConfig sessionConfig, java.lang.String fileId, ITransaction transaction)
Returns the href that is used to access the specified file. -
Uses of IServiceInterfaceUrl in lumis.portal.file.transformation
Methods in lumis.portal.file.transformation that return IServiceInterfaceUrl Modifier and Type Method Description IServiceInterfaceUrl
FileTransformationManager. getFileHref(SessionConfig sessionConfig, TransformedFileConfig transformedFileConfig, ITransaction transaction)
IServiceInterfaceUrl
IFileTransformationManagerSPI. getFileHref(SessionConfig sessionConfig, TransformedFileConfig transformedFileConfig, ITransaction transaction)
Returns the href for linking to the given transformed file in a portal's page. -
Uses of IServiceInterfaceUrl in lumis.portal.hyperlink
Methods in lumis.portal.hyperlink that return IServiceInterfaceUrl Modifier and Type Method Description protected IServiceInterfaceUrl
GenericHyperLinkResolver. createUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, java.lang.String pageId, ITransaction transaction)
Creates an URL for the given hyperlink.IServiceInterfaceUrl
HyperLinkManager. getUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
IServiceInterfaceUrl
IHyperLinkManager. getUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Returns the URL corresponding to the information contained in the givenHyperlinkConfig
.IServiceInterfaceUrl
GenericHyperLinkResolver. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Resolves an hyperlink to the corresponding URL.IServiceInterfaceUrl
IHyperLinkResolver. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Resolves an hyperlink to the corresponding URL.Methods in lumis.portal.hyperlink with parameters of type IServiceInterfaceUrl Modifier and Type Method Description protected void
GenericHyperLinkResolver. keepPagePreviousState(IServiceInterfaceUrl url, HyperLinkConfig hyperLinkConfig)
Configures the URL object to keep the current page previous parameters.protected void
GenericHyperLinkResolver. setUrlParameters(SessionConfig sessionConfig, IServiceInterfaceUrl url, java.util.Map<java.lang.String,java.lang.String[]> parameters, ITransaction transaction)
Replaces the parameters in the url with the parameters in the given map. -
Uses of IServiceInterfaceUrl in lumis.portal.servicecontainer
Classes in lumis.portal.servicecontainer that implement IServiceInterfaceUrl Modifier and Type Class Description class
ServiceContainerUrl
Deprecated.This class will be removed in a future release.Methods in lumis.portal.servicecontainer that return IServiceInterfaceUrl Modifier and Type Method Description IServiceInterfaceUrl
ServiceContainerResponse. createActionURL()
IServiceInterfaceUrl
ServiceContainerResponse. createPortalURL()
IServiceInterfaceUrl
ServiceContainerResponse. createRenderURL()
protected IServiceInterfaceUrl
ServiceContainerResponse. createServiceInterfaceURL(int urlType)
-
Uses of IServiceInterfaceUrl in lumis.portal.serviceinterface
Methods in lumis.portal.serviceinterface that return IServiceInterfaceUrl Modifier and Type Method Description IServiceInterfaceUrl
IServiceInterfaceRenderResponse. createActionURL()
IServiceInterfaceUrl
ServiceInterfaceRenderResponseSPIWrapper. createActionURL()
IServiceInterfaceUrl
ServiceInterfaceRenderResponseSPIWrapper. createPortalURL()
IServiceInterfaceUrl
IServiceInterfaceRenderResponse. createRenderURL()
IServiceInterfaceUrl
ServiceInterfaceRenderResponseSPIWrapper. createRenderURL()
-
Uses of IServiceInterfaceUrl in lumis.portal.url
Methods in lumis.portal.url that return IServiceInterfaceUrl Modifier and Type Method Description IServiceInterfaceUrl
IURLFactory. createActionURL()
Creates an action URL.IServiceInterfaceUrl
IURLFactory. createPortalURL()
Creates a URL for accessing a portal page.IServiceInterfaceUrl
IURLFactory. createRenderURL()
Creates a render URL. -
Uses of IServiceInterfaceUrl in lumis.service.forum
Methods in lumis.service.forum with parameters of type IServiceInterfaceUrl Modifier and Type Method Description protected java.lang.String
ForumMessageListPostLoadProcessor. getEditButtonScript(java.lang.String pkFieldName, ISourceData row, IServiceInterfaceUrl baseUrl)
protected java.lang.String
ForumMessageListPostLoadProcessor. getQuoteButtonScript(java.lang.String pkFieldName, ISourceData row, IServiceInterfaceUrl baseUrl)
-
Uses of IServiceInterfaceUrl in lumis.service.htmlcontent
Methods in lumis.service.htmlcontent that return IServiceInterfaceUrl Modifier and Type Method Description protected IServiceInterfaceUrl
HtmlContentHyperLinkResolver. createUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, java.lang.String pageId, ITransaction transaction)
IServiceInterfaceUrl
HtmlContentService. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
-
Uses of IServiceInterfaceUrl in lumis.service.simplecontent
Methods in lumis.service.simplecontent that return IServiceInterfaceUrl Modifier and Type Method Description protected IServiceInterfaceUrl
SimpleContentHyperLinkResolver. createUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, java.lang.String pageId, ITransaction transaction)
IServiceInterfaceUrl
SimpleContentService. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
-