Searched refs:sortBy (Results 1 - 25 of 45) sorted by relevance

12

/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/dashboard/widgets/
H A DResourceListWidget.js54 sync.mappings = _.sortBy(_.sortBy(sync.mappings, 'name'));
57 connectors = _.sortBy(_.sortBy(connectors, 'displayName'));
60 managedObjects.objects = _.sortBy(_.sortBy(managedObjects.objects, 'name'));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DLogQuery.java75 private String sortBy; field in class:LogQuery
87 this.sortBy = null;
101 this.sortBy = null;
132 this.sortBy = sortingBy;
227 this.sortBy = fieldName;
236 return (this.sortBy);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DLogQuery.java75 private String sortBy; field in class:LogQuery
87 this.sortBy = null;
101 this.sortBy = null;
132 this.sortBy = sortingBy;
227 this.sortBy = fieldName;
236 return (this.sortBy);
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/dashboard/delegates/
H A DMyApplicationsDelegate.js28 return _.map(_.sortBy(_.keys(apps), function (key) { return key; }), function (key) {
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/global/
H A DApiService.jsm42 .sortBy("name")
H A DScriptsService.js40 }).then((response) => _.sortBy(response.result, "name"));
H A DServicesService.js71 }).sortBy("name").value()
124 }).then((response) => _.sortBy(response.result, "name"));
143 }).then((response) => _.sortBy(response.result, "name"));
164 }).then((response) => _.sortBy(response.result, "name"));
176 }).then((response) => _.sortBy(response.result, "_id"));
218 }).then((response) => _.sortBy(response.result, "_id"));
H A DAuthenticationService.js41 }).then((data) => _.sortBy(data.result, "name"));
H A DRealmsService.js64 }).sortBy("path").value();
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/dashboard/services/
H A DMyApplicationsService.js28 return _.map(_.sortBy(_.keys(apps), function (key) { return key; }), function (key) {
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/delegates/
H A DSMSDelegateUtils.js141 transformedSchema.orderedProperties = _.sortBy(_.map(transformedSchema.properties, function (value, key) {
151 data.result = _.sortBy(data.result, attribute);
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/
H A DNavigationHelper.js42 _(data.result).filter("active").sortBy("path").take(maxRealms).forEach(function (realm) {
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/attributes/
H A DSubjectResponseAttributesView.js69 data = _.sortBy(data, "propertyName");
H A DStaticResponseAttributesView.js35 this.data.items = _.sortBy(this.data.items, "propertyName");
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/attributes/
H A DSubjectResponseAttributesView.js69 data = _.sortBy(data, "propertyName");
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/
H A DNavigationHelper.jsm56 _(data.result).filter("active").sortBy("path").take(maxRealms).forEach((realm) => {
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/resource/
H A DLabelTreeNavigationView.js67 sortedUserLabels = _.sortBy(userLabels, function (label) { return label.name; });
108 this.data.labels.user = _.sortBy(userLabels, function (label) { return label.name; });
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/
H A DSMSServiceUtils.js134 transformedSchema.orderedProperties = _.sortBy(_.map(transformedSchema.properties, function (value, key) {
144 data.result = _.sortBy(data.result, attribute);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/
H A DPolicyActionsView.js67 { "items": _.sortBy(this.data.availableActions, "action") },
79 { "items": _.sortBy(this.data.selectedActions, "action") },
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/resource/
H A DLabelTreeNavigationView.js67 sortedUserLabels = _.sortBy(userLabels, function (label) { return label.name; });
108 this.data.labels.user = _.sortBy(userLabels, function (label) { return label.name; });
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/services/realm/
H A DServicesService.js53 }).then((response) => _.sortBy(response.result, "name"));
116 }).then((response) => _.sortBy(response.result, "name"));
133 }).then((response) => _.sortBy(response.result, "name"));
143 }).then((response) => _.sortBy(response.result, "_id"));
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/
H A DAddMappingView.js77 .sortBy(function(objectType) {
99 this.data.currentManagedObjects = _.sortBy(managedObjects.objects, 'name');
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/
H A DCreatedResourcesView.js46 this.data.entity.resources = _.sortBy(this.data.entity.resources);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/connector/
H A DAddConnectorView.js79 .sortBy(function(connectorRef) {
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/
H A DScriptList.js67 this.data.addedEvents = _.sortBy(this.data.addedEvents);

Completed in 38 milliseconds

12