Uses of Interface
net.pricefx.common.dto.creationworkflow.ReviewUserGroupSubStep
Packages that use ReviewUserGroupSubStep
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 ReviewUserGroupSubStep in net.pricefx.common.dto.creationworkflow
Methods in net.pricefx.common.dto.creationworkflow that return ReviewUserGroupSubStepModifier and TypeMethodDescriptionDefines the label of this sub step.ReviewUserGroupSubStep.withLineItemCondition
(Filter condition) Defines condition for a line item which must be matched if this sub step should be applied on a particular line item.ReviewUserGroupSubStep.withLineItemFilters
(Map<String, Filter> lineItemFilters) Defines line item groups for this review sub step using filters.ReviewUserGroupSubStep.withUserGroup
(String userGroupName) Defines the user group that will review the line items in given line item group. -
Uses of ReviewUserGroupSubStep in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return ReviewUserGroupSubStepModifier and TypeMethodDescriptionPublicGroovyAPI.newReviewSubStep()
Creates theReviewUserGroupSubStep
object.