com.polarion.alm.tracker.workflow.IFunction


METHODS
Modifiers and TypeNameDescription
void execute(ICallContext,IArguments) Performs a custom operation triggered by workflow action.

Note: all objects which are going to be modified by the function, have to be processed through the {@link ICallContext#prepareObjectForModification(IPObject)} otherwise the modifications might be persisted incorrectly.


Back to Index