Package | Description |
---|---|
fr.gouv.vitam.functional.administration.client |
Provides Functional administration client interface, factory and implementations.
|
fr.gouv.vitam.functional.administration.common.exception |
Provides Exception classes for the Functional Administration module.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AdminManagementClient.checkRulesFile(InputStream stream)
Check if rule file is well formated
|
com.fasterxml.jackson.databind.JsonNode |
AdminManagementClient.getRuleByID(String id) |
com.fasterxml.jackson.databind.JsonNode |
AdminManagementClient.getRules(com.fasterxml.jackson.databind.JsonNode query)
List the rules that match the query
|
Modifier and Type | Class and Description |
---|---|
class |
FileRulesNotFoundException
Exception indicating that there is not file containing file format vitam.
|
class |
InvalidFileRulesParseException
Exception indicating the invalid file format XLM when parsing it
|
Copyright © 2018 Vitam. All rights reserved.