|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionContext | |
---|---|
org.bibalex.daf.entities.phase |
Uses of ActionContext in org.bibalex.daf.entities.phase |
---|
Fields in org.bibalex.daf.entities.phase declared as ActionContext | |
---|---|
private ActionContext |
PhysicalAction.context
The context of the action, i.e. |
Methods in org.bibalex.daf.entities.phase that return ActionContext | |
---|---|
static ActionContext |
ActionContext.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ActionContext[] |
ActionContext.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.bibalex.daf.entities.phase with parameters of type ActionContext | |
---|---|
void |
Phase.applyActions(ActionContext context,
Job job,
FileHandler handler,
java.lang.String source,
java.lang.String destination)
Applies the pre-phase or post-phase actions as defined in the physical, reflection and database sections of the phase definition. |
void |
Phase.applyChecks(ActionContext context,
FileHandler fileHandler,
java.lang.String jobPath,
ActionContext alternateContext,
FileHandler alternateHandler,
java.lang.String alternatePath)
Applies pre-phase or post-phase checks as defined in the physical section of the phase definition. |
private SemiPhaseDef |
Phase.getSemiPhaseDef(ActionContext context)
Gets the SemiPhaseDef of the phase xml description. |
Constructors in org.bibalex.daf.entities.phase with parameters of type ActionContext | |
---|---|
PhysicalAction(PhysicalDef definition,
FileHandler handler,
java.lang.String source,
java.lang.String jobFolder,
java.lang.String destination,
ActionContext context,
java.util.Date startDate)
Create a new instance of PhysicalAction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |