Uses of Interface
net.pricefx.common.dto.creationworkflow.IsSequentialSubStep
Packages that use IsSequentialSubStep
Package
Description
Provides API related to scripting, including interface
PublicGroovyAPI
, that represents what can be reached in the Groovy element syntax as api
.-
Uses of IsSequentialSubStep in net.pricefx.common.dto.creationworkflow
Subinterfaces of IsSequentialSubStep in net.pricefx.common.dto.creationworkflowModifier and TypeInterfaceDescriptioninterface
Marker interface for parallel sub steps inReviewStepDefinition
in a creation workflow.interface
A sub step in the Creation Workflow where a line item is sent for review by a particular user group.Methods in net.pricefx.common.dto.creationworkflow with parameters of type IsSequentialSubStepModifier and TypeMethodDescriptionReviewByUserGroups.withSequentialSubSteps
(IsSequentialSubStep... isSequentialSubSteps) -
Uses of IsSequentialSubStep in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting with parameters of type IsSequentialSubStepModifier and TypeMethodDescriptionPublicGroovyAPI.newReviewSequentialSubSteps
(IsSequentialSubStep... subSteps) Creates theReviewUserGroupsSequentialSubSteps
object using the specified sub steps, these sub steps are processed sequentially one by one.