Uses of Interface
com.polarion.alm.tracker.workflow.IArguments
Packages that use IArguments
-
Uses of IArguments in com.polarion.alm.tracker.workflow
Methods in com.polarion.alm.tracker.workflow with parameters of type IArgumentsModifier 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.