Uses of Interface
net.pricefx.common.dto.creationworkflow.ReviewByUserGroups
Packages that use ReviewByUserGroups
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 ReviewByUserGroups in net.pricefx.common.dto.creationworkflow
Methods in net.pricefx.common.dto.creationworkflow that return ReviewByUserGroupsModifier and TypeMethodDescriptionReviewStepDefinition.getReviewByUserGroupWithSubSteps()ReviewByUserGroups.withParallelSubSteps(IsParallelSubStep... parallelSubSteps) ReviewByUserGroups.withSequentialSubSteps(IsSequentialSubStep... isSequentialSubSteps) Methods in net.pricefx.common.dto.creationworkflow with parameters of type ReviewByUserGroupsModifier and TypeMethodDescriptionReviewStepDefinition.withReviewByUserGroupWithSubSteps(ReviewByUserGroups reviewByUserGroups) Defines definition of sub steps in which the line items are reviewed using a review user groups. - 
Uses of ReviewByUserGroups in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return ReviewByUserGroupsModifier and TypeMethodDescriptionPublicGroovyAPI.newReviewByUserGroups()Creates theReviewByUserGroupsobject using the specified sequential or parallel sub steps.