| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.subjectarea.validators |
| Modifier and Type | Method and Description |
|---|---|
static void |
InputValidator.validateGUIDNotNull(String className,
String actionDescription,
String guid,
String guidParameter)
Throw an exception if the supplied userId is null
|
static void |
InputValidator.validateNameNotNull(String className,
String actionDescription,
String name,
String nameParameter)
Throw an exception if the supplied userId is null
|
static void |
InputValidator.validateNodeType(Object... args) |
static void |
InputValidator.validateRemoteServerNameNotNull(String className,
String actionDescription,
String omasServerName)
Throw an exception if the metadata server Name (which comes from the configuration has not been supplied on the constructor.
|
static void |
InputValidator.validateRemoteServerURLNotNull(String className,
String actionDescription,
String omasServerURL)
Throw an exception if the metadata server URL (which comes from the configuration has not been supplied on the constructor.
|
static Status |
InputValidator.validateStatusAndCheckNotDeleted(String className,
String actionDescription,
String statusName)
Validate the supplied string can be converted to a Status and return that status.
|
static void |
InputValidator.validateUserIdNotNull(String className,
String actionDescription,
String userId)
Throw an exception if the supplied userId is null
|
Copyright © 2018–2020 ODPi. All rights reserved.