Package | Description |
---|---|
fr.gouv.vitam.access.external.client |
Provides
|
fr.gouv.vitam.common.external.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.ihmdemo.core |
Provides IHM core classes
|
fr.gouv.vitam.ihmrecette.appserver.populate |
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<LogbookLifecycle> |
AccessExternalClient.selectObjectGroupLifeCycleById(VitamContext vitamContext,
String objectGroupLifeCycleId,
com.fasterxml.jackson.databind.JsonNode select)
selectObjectGroupLifeCycleById
|
RequestResponse<LogbookLifecycle> |
AccessExternalClient.selectUnitLifeCycleById(VitamContext vitamContext,
String unitLifeCycleId,
com.fasterxml.jackson.databind.JsonNode select)
selectUnitLifeCycleById
|
Modifier and Type | Method and Description |
---|---|
static RequestResponse<LogbookLifecycle> |
ClientMockResultHelper.getLogbookLifecycleRequestResponse() |
Modifier and Type | Method and Description |
---|---|
static RequestResponse<LogbookLifecycle> |
UserInterfaceTransactionManager.selectObjectGroupLifeCycleById(String objectGroupLifeCycleId,
VitamContext context) |
static RequestResponse<LogbookLifecycle> |
UserInterfaceTransactionManager.selectUnitLifeCycleById(String unitLifeCycleId,
VitamContext context) |
Modifier and Type | Method and Description |
---|---|
LogbookLifecycle |
UnitGotModel.getLogbookLifeCycleObjectGroup() |
LogbookLifecycle |
UnitGotModel.getLogbookLifecycleUnit() |
Modifier and Type | Method and Description |
---|---|
void |
UnitGotModel.setLogbookLifeCycleObjectGroup(LogbookLifecycle logbookLifeCycleObjectGroup) |
void |
UnitGotModel.setLogbookLifecycleUnit(LogbookLifecycle logbookLifecycleUnit) |
Copyright © 2018 Vitam. All rights reserved.