Constructor and Description |
---|
HtmlContentResource() |
Modifier and Type | Method and Description |
---|---|
void |
addContentFromHolder(String serviceInstanceId,
String serviceInterfaceInstanceId,
String pageId,
String holderId)
Create HTML content if the HMTL service instance
has no content yet.
|
@Path(value="/addContentFromHolder") @POST public void addContentFromHolder(@QueryParam(value="serviceInstanceId") @NotNull String serviceInstanceId, @QueryParam(value="serviceInterfaceInstanceId") @NotNull String serviceInterfaceInstanceId, @QueryParam(value="pageId") @NotNull String pageId, @QueryParam(value="holderId") @NotNull String holderId) throws PortalException
serviceInstanceId
- service instance identifierserviceInterfaceInstanceId
- service interface instance identifierpageId
- current page identifierholderId
- page holder identifierPortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.