public abstract class ActionHandler extends Object implements WorkerAction, VitamAutoCloseable
// Return the unique Id of this Handler
public static final String getId();
// Later on (not available now), some other methods for Input/Output arguments
Constructor and Description |
---|
ActionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
checkMandatoryParameters(WorkerParameters parameters)
Check mandatory parameters
|
void |
close() |
void |
updateDetailItemStatus(ItemStatus globalCompositeItemStatus,
String value,
String globalOutcomeDetailSubcode)
Update a detail item status
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkMandatoryIOParameter, execute, lfcHandledInternally
public void checkMandatoryParameters(WorkerParameters parameters)
parameters
- parameter to checkIllegalArgumentException
- thrown when a mandatory parameter is null or emptypublic void close()
close
in interface VitamAutoCloseable
close
in interface AutoCloseable
public void updateDetailItemStatus(ItemStatus globalCompositeItemStatus, String value, String globalOutcomeDetailSubcode)
globalCompositeItemStatus
- value
- globalOutcomeDetailSubcode
- Copyright © 2018 Vitam. All rights reserved.