Uses of Interface
com.polarion.alm.tracker.workflow.ICallContext
Packages that use ICallContext
-
Uses of ICallContext in com.polarion.alm.tracker.workflow
Methods in com.polarion.alm.tracker.workflow with parameters of type ICallContextModifier and TypeMethodDescriptionvoidIFunction.execute(ICallContext<T> context, IArguments arguments) Performs a custom operation triggered by workflow action.ISignaturePolicy.getSignatureState(ICallContext<T> context, List<ISignature> signatures, IArguments arguments) Returns the overall verdict determined from the individual signatures.booleanICondition.passesCondition(ICallContext<T> context, IArguments arguments) Deprecated.whole interface is now deprecated.IWorkflowCondition.passesConditionWithFailureMessage(ICallContext<T> context, IArguments arguments) Checks, whether the given workflow Action is permitted.