Uses of Class
net.pricefx.server.dto.calculation.ActionItemApi.ActionItemBuilder
Packages that use ActionItemApi.ActionItemBuilder
Package
Description
Defines set of data transfer object (DTO) classes related to Calculations.
-
Uses of ActionItemApi.ActionItemBuilder in net.pricefx.server.dto.calculation
Methods in net.pricefx.server.dto.calculation that return ActionItemApi.ActionItemBuilderModifier and TypeMethodDescriptionActionItemApi.newActionItem()Initiates a builder object to create a new Action Item (AI).ActionItemApi.ActionItemBuilder.setAssignedTo(Long assignedToId) Assigns the Action Item to the user (specified by Id).ActionItemApi.ActionItemBuilder.setAttributeExtension(Map<String, Object> attributeExtension) Adds a customattributeExtension___key:valuefield to the ActionItem or replaces an existing one – performs a full replacement of theattributeExtensionmap (does not update specific keys or values).ActionItemApi.ActionItemBuilder.setAttributeExtensionValue(String name, Object value) Updates the value of an existingattributeExtension___key:valuefield or creates a new one.ActionItemApi.ActionItemBuilder.setAttributeValue(String attributeName, Object value) Sets the value of the specified 'attributeXX' column of the ActionItem class.
Example:ActionItemApi.ActionItemBuilder.setDescription(String description) Sets the description of the Action Item (AI).ActionItemApi.ActionItemBuilder.setDueDate(Date dueDate) Sets the due date of the Action Item (AI).ActionItemApi.ActionItemBuilder.setOriginatorTypedId(String originatorTypedId) Sets theOriginatorTypedId(link to the originator document) of the Action Item.ActionItemApi.ActionItemBuilder.setParentTabName(String parentTabName) Sets the dynamicTab where the Action Item is displayed.ActionItemApi.ActionItemBuilder.setParentTypedId(String parentTypedId) Sets the parent object (specified bytypedId) of the action item.ActionItemApi.ActionItemBuilder.setSourceContext(String sourceContext) Inserts the specified JSON to the sourceContext field.Sets the Status of the Action Item (AI).ActionItemApi.ActionItemBuilder.setSummary(String summary) Sets the Summary field (a title) of the Action Item (AI).ActionItemApi.ActionItemBuilder.setTargetContext(String targetContext) Inserts the specified JSON to the targetContext field.Sets the Action Item Type (AIT) of the Action Item (AI).Initiates an operation with an existing Action Item (specified by ID).