Package lumis.service.htmlcontent
Class HtmlContentResource
- java.lang.Object
-
- lumis.service.htmlcontent.HtmlContentResource
-
-
Constructor Summary
Constructors Constructor Description HtmlContentResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addContentFromHolder(String serviceInstanceId, String serviceInterfaceInstanceId, String pageId, String holderId)
Create HTML content if the HMTL service instance has no content yet.
-
-
-
Method Detail
-
addContentFromHolder
@Path("/addContentFromHolder") @POST public void addContentFromHolder(@QueryParam("serviceInstanceId") @NotNull String serviceInstanceId, @QueryParam("serviceInterfaceInstanceId") @NotNull String serviceInterfaceInstanceId, @QueryParam("pageId") @NotNull String pageId, @QueryParam("holderId") @NotNull String holderId) throws PortalException
Create HTML content if the HMTL service instance has no content yet.- Parameters:
serviceInstanceId
- service instance identifierserviceInterfaceInstanceId
- service interface instance identifierpageId
- current page identifierholderId
- page holder identifier- Throws:
PortalException
- Since:
- 8.1.0
-
-