public interface CustomActionHandlerIf
Modifier and Type | Field and Description |
---|---|
static int |
IMPL_TYPE_CONDITIONAL |
static int |
IMPL_TYPE_CUSTOM |
static int |
IMPL_TYPE_REDEFINE |
Modifier and Type | Method and Description |
---|---|
void |
executeCustomAction(CustomActionTriggerContext context,
CustomActionLogger logger)
This method need to be implemented only IF type = IMPL_TYPE_CUSTOM
|
int |
getImplemenationType() |
WorkFlowStep |
redfineWorkFlowStep(CustomActionTriggerContext context)
This method need to be implemented only IF type = IMPL_TYPE_REDEFINE
|
static final int IMPL_TYPE_CUSTOM
static final int IMPL_TYPE_REDEFINE
static final int IMPL_TYPE_CONDITIONAL
int getImplemenationType()
WorkFlowStep redfineWorkFlowStep(CustomActionTriggerContext context) throws java.lang.Exception
def
- configEntry
- java.lang.Exception
void executeCustomAction(CustomActionTriggerContext context, CustomActionLogger logger) throws java.lang.Exception
def
- configEntry
- java.lang.Exception