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 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.