com.polarion.alm.tracker.workflow.IFunction
METHODS
Modifiers and Type | Name | Description |
---|---|---|
void | execute(ICallContext |
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