Modifier and Type | Method and Description |
---|---|
static ReportStatus |
ReportStatus.parseFromStatusCode(StatusCode statusCode) |
Modifier and Type | Method and Description |
---|---|
StatusCode |
UpdateUnitMetadataReportEntry.getStatus() |
Constructor and Description |
---|
UpdateUnitMetadataReportEntry(Integer tenantId,
String processId,
String unitId,
String resultKey,
StatusCode status,
String outcome,
String message) |
Modifier and Type | Method and Description |
---|---|
static String |
VitamLogbookMessages.getCodeLfc(String stepOrHandler,
StatusCode code)
Lifecycle Logbook context
|
static String |
VitamLogbookMessages.getCodeLfc(String stepOrHandler,
StatusCode code,
Object... args)
Lifecycle Logbook context
|
static String |
VitamLogbookMessages.getCodeLfc(String stepOrHandler,
String transaction,
StatusCode code)
Lifecycle Logbook context
|
static String |
VitamLogbookMessages.getCodeLfc(String stepOrHandler,
String transaction,
StatusCode code,
Object... args)
Lifecycle Logbook context
|
static String |
VitamLogbookMessages.getCodeLfc(String stepOrHandler,
String transaction,
String detailedOutcome,
StatusCode code,
Object... args)
Lifecycle Logbook context
|
static String |
VitamLogbookMessages.getCodeOp(String stepOrHandler,
StatusCode code)
Operation Logbook context
|
static String |
VitamLogbookMessages.getCodeOp(String stepOrHandler,
StatusCode code,
Object... args)
Operation Logbook context
|
static String |
VitamLogbookMessages.getCodeOp(String stepOrHandler,
String transaction,
StatusCode code)
Operation Logbook context
|
static String |
VitamLogbookMessages.getCodeOp(String stepOrHandler,
String transaction,
StatusCode code,
Object... args)
Operation Logbook context
|
static String |
VitamLogbookMessages.getOutcomeDetail(String stepOrHandler,
StatusCode code) |
static String |
VitamLogbookMessages.getOutcomeDetail(String stepOrHandler,
String transaction,
StatusCode code) |
static String |
VitamLogbookMessages.getOutcomeDetailLfc(String stepOrHandler,
StatusCode code) |
static String |
VitamLogbookMessages.getOutcomeDetailLfc(String stepOrHandler,
String transaction,
StatusCode code) |
static String |
VitamLogbookMessages.getOutcomeDetailLfc(String stepOrHandler,
String transaction,
String detailedOutcome,
StatusCode code) |
Modifier and Type | Field and Description |
---|---|
protected StatusCode |
ItemStatus.globalStatus |
Modifier and Type | Method and Description |
---|---|
StatusCode |
ItemStatus.getGlobalStatus() |
static StatusCode |
StatusCode.parseFromHttpStatus(int status) |
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ItemStatus |
ItemStatus.increment(StatusCode statusCode) |
ItemStatus |
ItemStatus.increment(StatusCode statusCode,
int increment) |
void |
ItemStatus.setStatusMeterValue(StatusCode statusCode,
Integer value)
Set the value of the specified statusCode in this statusMeter
|
Constructor and Description |
---|
ItemStatus(String itemId,
String message,
StatusCode globalStatus,
List<Integer> statusMeter,
Map<String,Object> data,
LinkedHashMap<String,ItemStatus> itemsStatus,
String evDetailData,
ProcessState globalState)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
Distribution.getStatusOnEmptyDistribution()
Get the status to be used in the logbook if no distribution occurred
|
Modifier and Type | Method and Description |
---|---|
Distribution |
Distribution.setStatusOnEmptyDistribution(StatusCode statusOnEmptyDistribution)
Set the status to be used in the logbook if no distribution occurred
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
ReconstructionResponseItem.getStatus() |
Modifier and Type | Method and Description |
---|---|
static VitamError |
VitamErrorUtils.getVitamError(String vitamCode,
String description,
String collection,
StatusCode state) |
ReconstructionResponseItem |
ReconstructionResponseItem.setStatus(StatusCode status) |
Constructor and Description |
---|
ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem,
StatusCode status)
Constructor
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
FormatImportReport.getStatusCode() |
Modifier and Type | Method and Description |
---|---|
FormatImportReport |
FormatImportReport.setStatusCode(StatusCode statusCode) |
Modifier and Type | Method and Description |
---|---|
StatusCode |
PreservationScenarioReport.getStatusCode() |
StatusCode |
GriffinReport.getStatusCode() |
Modifier and Type | Method and Description |
---|---|
PreservationScenarioReport |
PreservationScenarioReport.setStatusCode(StatusCode statusCode) |
GriffinReport |
GriffinReport.setStatusCode(StatusCode statusCode) |
Modifier and Type | Method and Description |
---|---|
InputStream |
RulesManagerFileImpl.generateErrorReport(Map<Integer,List<ErrorReport>> errors,
List<FileRulesModel> usedDeletedRules,
List<FileRulesModel> usedUpdatedRules,
StatusCode status,
GUID eipMaster)
generate Error Report
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
IngestExternalImpl.upload(PreUploadResume preUploadResume,
String xAction,
GUID guid) |
StatusCode |
IngestExternal.upload(PreUploadResume preUploadResume,
String xAction,
GUID guid)
upload the file -- store in local, scan for viruses and then check for supported format (ZIP, TAR, ...)
|
Modifier and Type | Method and Description |
---|---|
static String |
AtrKoBuilder.buildAtrKo(String messageIdentifier,
String archivalAgency,
String transferringAgency,
String eventType,
String addedMessage,
StatusCode code,
LocalDateTime eventDateTime)
To generate a default ATR KO from Ingest External on AV or MimeType checks.
|
Modifier and Type | Method and Description |
---|---|
void |
LogbookOperationTraceabilityHelper.createLogbookOperationEvent(Integer tenantId,
String eventType,
StatusCode status,
TraceabilityEvent event) |
Modifier and Type | Method and Description |
---|---|
String |
MessageLogbookEngineHelper.getLabelOp(String stepOrHandler,
StatusCode code,
Object... args)
Get operation logbook message
|
String |
MessageLogbookEngineHelper.getLabelOp(String stepOrHandler,
String transaction,
StatusCode code,
Object... args)
Get operation logbook message
|
String |
MessageLogbookEngineHelper.getOutcomeDetail(String stepOrHandler,
StatusCode code)
Get operation logbook outcome detail (key)
|
String |
MessageLogbookEngineHelper.getOutcomeDetail(String stepOrHandler,
String transaction,
StatusCode code)
Get operation logbook outcome detail (key)
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
ReconstructionResponseItem.getStatus() |
Modifier and Type | Method and Description |
---|---|
ReconstructionResponseItem |
ReconstructionResponseItem.setStatus(StatusCode status) |
Constructor and Description |
---|
ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem,
StatusCode status)
Constructor
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
LogbookParameters.getStatus()
Get the outcome status
|
Modifier and Type | Method and Description |
---|---|
static LogbookLifeCycleObjectGroupParameters |
LogbookParametersFactory.newLogbookLifeCycleObjectGroupParameters(GUID eventIdentifier,
String eventType,
GUID eventIdentifierProcess,
LogbookTypeProcess eventTypeProcess,
StatusCode outcome,
String outcomeDetail,
String outcomeDetailMessage,
GUID objectIdentifier)
Get a new LogbookLifeCycleObjectGroupParameters object
|
static LogbookLifeCycleUnitParameters |
LogbookParametersFactory.newLogbookLifeCycleUnitParameters(GUID eventIdentifier,
String eventType,
GUID eventIdentifierProcess,
LogbookTypeProcess eventTypeProcess,
StatusCode outcome,
String outcomeDetail,
String outcomeDetailMessage,
GUID objectIdentifier)
Get a new LogbookLifeCycleUnitParameters object
|
static LogbookOperationParameters |
LogbookParametersFactory.newLogbookOperationParameters(GUID eventIdentifier,
String eventType,
GUID eventIdentifierProcess,
LogbookTypeProcess eventTypeProcess,
StatusCode outcome,
String outcomeDetailMessage,
GUID eventIdentifierRequest)
Get a new LogbookOperationParameters object
|
static LogbookOperationParameters |
LogbookParametersFactory.newLogbookOperationParameters(GUID eventIdentifier,
String eventType,
GUID eventIdentifierProcess,
LogbookTypeProcess eventTypeProcess,
StatusCode outcome,
String subtask,
String appendedDetailMessage,
GUID eventIdentifierRequest)
Get a new LogbookOperationParameters object for subtask
|
LogbookParameters |
LogbookParameters.setFinalStatus(String handlerId,
String subTaskId,
StatusCode code,
String additionalMessage,
String... params)
Update the current LogbookParameters with status and message
|
LogbookParameters |
LogbookParameters.setStatus(StatusCode outcome)
Set the outcome status
|
Modifier and Type | Method and Description |
---|---|
void |
LogbookTraceabilityHelper.createLogbookOperationEvent(Integer tenantId,
String eventType,
StatusCode status,
TraceabilityEvent event)
Update or finalize the traceability entry in the logbook collection
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
ReconstructionResponseItem.getStatus() |
StatusCode |
UpdateUnit.getStatus() |
Modifier and Type | Method and Description |
---|---|
ReconstructionResponseItem |
ReconstructionResponseItem.setStatus(StatusCode status) |
Constructor and Description |
---|
ReconstructionResponseItem(ReconstructionRequestItem reconstructionRequestItem,
StatusCode status)
Constructor
|
UpdateUnit(String unitId,
StatusCode status,
UpdateUnitKey key,
String message,
String diff) |
Modifier and Type | Method and Description |
---|---|
void |
IEventsProcessEngine.onUpdate(StatusCode statusCode)
Update the current step status code
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
ProcessResponse.getGlobalProcessStatusCode(List<EngineResponse> responses)
getGlobalProcessStatusCode, return the global status of workflow processing
|
StatusCode |
EngineResponse.getStatus() |
StatusCode |
ProcessResponse.getStatus()
implementation of getStatus() of EngineResponse API class
|
StatusCode |
ProcessWorkflow.getStatus()
get the status of the processWorkflow
|
StatusCode |
ProcessStep.getStepStatusCode() |
Modifier and Type | Method and Description |
---|---|
EngineResponse |
EngineResponse.setStatus(StatusCode status) |
ProcessResponse |
ProcessResponse.setStatus(StatusCode status)
implementation of setStatus() of EngineResponse API class
|
ProcessWorkflow |
ProcessWorkflow.setStatus(StatusCode status)
set the status of the workflow
|
ProcessStep |
ProcessStep.setStepStatusCode(StatusCode stepStatusCode) |
Modifier and Type | Method and Description |
---|---|
void |
StateMachine.onUpdate(StatusCode statusCode) |
Modifier and Type | Method and Description |
---|---|
StatusCode |
OfferSyncStatus.getStatusCode() |
Modifier and Type | Method and Description |
---|---|
OfferSyncStatus |
OfferSyncStatus.setStatusCode(StatusCode statusCode) |
Constructor and Description |
---|
OfferSyncStatus(String requestID,
StatusCode statusCode,
String startDate,
String endDate,
String sourceOffer,
String targetOffer,
String container,
Long startOffset,
Long currentOffset) |
Modifier and Type | Method and Description |
---|---|
void |
LogbookStorageTraceabilityHelper.createLogbookOperationEvent(Integer tenantId,
String eventType,
StatusCode status,
TraceabilityEvent event) |
Modifier and Type | Method and Description |
---|---|
StatusCode |
TapeResponse.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
TapeResponse.setStatus(StatusCode status) |
Constructor and Description |
---|
TapeDriveState(Object entity,
StatusCode status) |
TapeDriveState(StatusCode status) |
TapeLibraryState(Object entity,
StatusCode status) |
TapeLibraryState(StatusCode status) |
TapeResponse(Object entity,
ReadWriteErrorCode errorCode,
StatusCode status) |
TapeResponse(Object entity,
StatusCode status) |
TapeResponse(ReadWriteErrorCode errorCode,
StatusCode status) |
TapeResponse(StatusCode status) |
Modifier and Type | Method and Description |
---|---|
StatusCode |
CatalogResponse.getStatus() |
StatusCode |
ReadWriteResult.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
ReadWriteResult.setStatus(StatusCode status) |
Constructor and Description |
---|
CatalogResponse(StatusCode status) |
CatalogResponse(StatusCode status,
TapeCatalog currentTape) |
ReadWriteResult(StatusCode status,
QueueState state,
TapeCatalog currentTape) |
ReadWriteResult(StatusCode status,
QueueState state,
TapeCatalog currentTape,
TapeResponse tapeResponse) |
Modifier and Type | Method and Description |
---|---|
void |
ArchiveUnitUpdateUtils.logLifecycle(WorkerParameters params,
String auGuid,
StatusCode code,
String evDetData,
LogbookLifeCyclesClient logbookLifeCycleClient)
Method used to log lifecycles unit
|
static void |
LogbookLifecycleWorkerHelper.updateLifeCycleStep(LogbookLifeCyclesClientHelper helper,
LogbookLifeCycleParameters logbookLifecycleParameters,
WorkerParameters params,
String lfcEventType,
LogbookTypeProcess logbookTypeProcess,
StatusCode statusCode,
String... additionalParams) |
Modifier and Type | Method and Description |
---|---|
StatusCode |
ProcessingStatusException.getStatusCode() |
Constructor and Description |
---|
ProcessingStatusException(StatusCode statusCode,
Object eventDetails,
String message) |
ProcessingStatusException(StatusCode statusCode,
Object eventDetails,
String message,
Throwable cause) |
ProcessingStatusException(StatusCode statusCode,
String message) |
ProcessingStatusException(StatusCode statusCode,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
StatusCode |
AuditException.getStatusCode() |
Constructor and Description |
---|
AuditException(StatusCode statusCode,
String message) |
AuditException(StatusCode statusCode,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
StatusCode |
AuditCheckObjectResult.getGlobalStatus()
Compute global status from max status
|
StatusCode |
AuditCheckObjectGroupResult.getObjectsGlobalStatus() |
StatusCode |
AuditCheckObjectGroupResult.getStatus() |
Modifier and Type | Method and Description |
---|---|
Map<String,StatusCode> |
AuditCheckObjectResult.getOfferStatuses() |
Modifier and Type | Method and Description |
---|---|
void |
AuditCheckObjectGroupResult.setStatus(StatusCode status) |
Modifier and Type | Method and Description |
---|---|
StatusCode |
ComputedInheritedRulesException.getStatusCode() |
Modifier and Type | Method and Description |
---|---|
void |
ComputedInheritedRulesException.setStatusCode(StatusCode statusCode) |
Constructor and Description |
---|
ComputedInheritedRulesException(StatusCode statusCode,
String message,
Throwable cause) |
ComputedInheritedRulesException(String message,
StatusCode statusCode) |
ComputedInheritedRulesException(String message,
Throwable cause,
StatusCode statusCode) |
ComputedInheritedRulesException(Throwable cause,
StatusCode statusCode) |
ComputedInheritedRulesException(VitamError vitamError,
StatusCode statusCode) |
Modifier and Type | Method and Description |
---|---|
protected StatusCode |
PrepareLfcTraceabilityActionPlugin.selectAndExportLifecyclesWithMetadata(int temporizationDelayInSeconds,
int lifecycleTraceabilityMaxEntries,
String eventType,
HandlerIO handlerIO) |
Modifier and Type | Method and Description |
---|---|
void |
LogbookLifeCycleTraceabilityHelper.createLogbookOperationEvent(Integer tenantId,
String eventType,
StatusCode status,
TraceabilityEvent event) |
Modifier and Type | Method and Description |
---|---|
StatusCode |
WorkflowBatchResult.getGlobalStatus() |
StatusCode |
StatusOutcome.getStatusCode() |
Constructor and Description |
---|
StatusOutcome(StatusCode statusCode,
String outDetail,
String outMessg,
String evDetData) |
Modifier and Type | Method and Description |
---|---|
StatusCode |
ProbativeCheck.getStatus() |
StatusCode |
ProbativeReportEntry.getStatus() |
Modifier and Type | Method and Description |
---|---|
static ProbativeCheck |
ProbativeCheck.from(ChecksInformation information,
String source,
String destination,
StatusCode status) |
Constructor and Description |
---|
ProbativeCheck(String name,
String details,
ChecksInformation.ChecksType type,
ChecksInformation.ChecksSourceDestination source,
ChecksInformation.ChecksSourceDestination destination,
String sourceComparable,
String destinationComparable,
ChecksInformation.ChecksAction action,
ChecksInformation.CheckedItem item,
StatusCode status) |
ProbativeReportEntry(List<String> unitIds,
String objectGroupId,
String objectId,
String usageVersion,
List<ProbativeOperation> operations,
List<ProbativeCheck> checks,
String evStartDateTime,
String evEndDateTime,
StatusCode status) |
Modifier and Type | Method and Description |
---|---|
static List<ItemStatus> |
PluginHelper.buildBulkItemStatus(WorkerParameters param,
String action,
StatusCode statusCode) |
static <TEventDetails> |
PluginHelper.buildBulkItemStatus(WorkerParameters param,
String action,
StatusCode statusCode,
TEventDetails eventDetails) |
static <TEventDetails> |
PluginHelper.buildItemStatus(String action,
StatusCode statusCode,
TEventDetails eventDetails) |
static <T> ItemStatus |
PluginHelper.buildItemStatusSubItems(String itemId,
Stream<String> subItemIds,
StatusCode statusCode,
T eventDetails) |
static <TEventDetails> |
PluginHelper.buildItemStatusWithMasterData(String action,
StatusCode statusCode,
TEventDetails eventDetails,
Object masterDataValue) |
static ItemStatus |
PluginHelper.buildItemStatusWithMessage(String action,
StatusCode statusCode,
String message) |
static <TEventDetails> |
PluginHelper.createObjectGroupLfcParameters(GUID eventIdentifierProcess,
StatusCode logbookOutcome,
GUID objectIdentifier,
String action,
TEventDetails eventDetails,
LogbookTypeProcess logbookTypeProcess) |
static <TEventDetails> |
PluginHelper.createParameters(GUID eventIdentifierProcess,
StatusCode logbookOutcome,
GUID objectIdentifier,
String action,
TEventDetails eventDetails,
LogbookTypeProcess logbookTypeProcess) |
Copyright © 2019 Vitam. All rights reserved.