Uses of Interface
com.polarion.alm.tracker.workflow.ICallContext
-
Uses of ICallContext in com.polarion.alm.tracker.workflow
Modifier and TypeMethodDescriptionvoid
IFunction.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.boolean
ICondition.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.