@WebParam(name = "extensions", targetNamespace = "urn:oasis:names:tc:wsrp:v2:types", mode = WebParam.Mode.OUT) Holder<List<Extension>> extensions
) throws AccessDenied, InconsistentParameters, InvalidHandle, InvalidRegistration, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
{
SetPortletsLifetime setPortletsLifetime = WSRPTypeFactory.createSetPortletsLifetime(registrationContext, portletContext, userContext, lifetime);
final SetPortletsLifetimeResponse setPortletsLifetimeResponse = producer.setPortletsLifetime(setPortletsLifetime);
updatedPortlet.value = setPortletsLifetimeResponse.getUpdatedPortlet();
failedPortlets.value = setPortletsLifetimeResponse.getFailedPortlets();
resourceList.value = setPortletsLifetimeResponse.getResourceList();
extensions.value = setPortletsLifetimeResponse.getExtensions();
}