Package | Description |
---|---|
com.kobil.ssms.kernel.presentation.b2b | |
com.kobil.ssms.kernel.presentation.b2b.validator |
Modifier and Type | Method and Description |
---|---|
List<com.kobil.ssms.kernel.presentation.b2b.SsmsNode> |
KernelServicesWs.getNodes()
Retrieve information about all SSMS nodes.
|
List<com.kobil.ssms.kernel.presentation.b2b.SsmsNode> |
IKernelServicesWs.getNodes() |
List<KrnProperty> |
KernelServicesWs.getProperties(PropertyParam propertyParam,
com.kobil.ssms.kernel.presentation.b2b.RangeInput rangeInput,
com.kobil.ssms.kernel.logic.pagination.OrderInput orderInput,
Holder<com.kobil.ssms.kernel.presentation.b2b.Pagination> pagination)
Gets a list of
KrnProperty for a user or group. |
KrnProperty |
KernelServicesWs.getProperty(PropertyParam propertyParam)
Gets a
KrnProperty for a user's property or a group's property. |
void |
KernelServicesWs.removeProperty(KrnProperty property)
Removes a property of a user or a group.
|
SearchResult |
KernelServicesWs.searchUserPropertyStringValues(String key,
String value)
Search for users, which own a property with the given key and string
value.
|
SearchResult |
KernelServicesWs.searchUserPropertyValues(String key,
byte[] value)
Search for users, which own a property with the given key and binary
value.
|
void |
KernelServicesWs.setProperty(KrnProperty property)
Sets a property to a user or to a group.
|
Modifier and Type | Method and Description |
---|---|
static String |
KernelServicesWsValidation.checkAndGetId(Object id)
Checks if id of the property is correctly set.
|
static void |
KernelServicesWsValidation.checkOwner(com.kobil.ssms.kernel.logic.property.MiniPropertyOwner owner)
Checks if propertyOwner is correctly set.
|
static void |
KernelServicesWsValidation.validateBinaryValue(byte[] binaryValue) |
static void |
KernelServicesWsValidation.validateKey(String key) |
static void |
KernelServicesWsValidation.validateKeyWithoutNullEmpty(String key) |
static void |
KernelServicesWsValidation.validateNotNull(String parameter,
String parameterName,
javax.persistence.EntityManager em) |
static void |
KernelServicesWsValidation.validatePropertyFlags(KrnProperty krnProperty)
Check and refuse invalid property flag combinations
code was copied from MS7++-AsmServicesWs.validatePropertyFlags(AstProperty) |
static void |
KernelServicesWsValidation.validatePropertyParams(int flags,
short type,
byte[] binaryValue) |
static void |
KernelServicesWsValidation.validateStringValue(String stringValue) |
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.