
applications.lifecyclesTable.inc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-common Show documentation
Show all versions of console-common Show documentation
This bundle contains common code that may be shared across plugins.
The newest version!
$page{tableId});
/>
$page{topActionGroup});
/>
$attribute{tableRowGroup});
getSelectedSingleMapRows(TableRowGroup="$attribute{tableRowGroup}" selectedRows=>$attribute{selectedRows});
gf.deleteLifecycle(selectedList="#{requestScope.selectedRows}");
gf.redirect(page="#{pageSession.listPageLink}?alertType=${alertType}&alertSummary=${alertSummary}&alertDetail=${alertDetail}");
/>
$attribute{tableRowGroup});
getSelectedSingleMapRows(TableRowGroup="$attribute{tableRowGroup}" selectedRows=>$attribute{selectedRows});
createMap(result="#{requestScope.attrsMap}");
mapPut(map="#{requestScope.attrsMap}" key="enabled" value="true");
foreach (var="row" list="#{requestScope.selectedRows}") {
gf.restRequest(
endpoint="#{sessionScope.REST_URL}/servers/server/server/application-ref/#{row['encodedName']}"
attrs="#{requestScope.attrsMap}"
method="POST");
}
gf.redirect(page="#{listPageLink}");
/>
$attribute{tableRowGroup});
getSelectedSingleMapRows(TableRowGroup="$attribute{tableRowGroup}" selectedRows=>$attribute{selectedRows});
createMap(result="#{requestScope.attrsMap}");
mapPut(map="#{requestScope.attrsMap}" key="enabled" value="false");
foreach (var="row" list="#{requestScope.selectedRows}") {
gf.restRequest(
endpoint="#{sessionScope.REST_URL}/servers/server/server/application-ref/#{row['encodedName']}"
attrs="#{requestScope.attrsMap}"
method="POST");
}
gf.redirect(page="#{listPageLink}");
/>
$page{tableRowGroupId});
/>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy