Class ListItemSourcePropsAttachments
- java.lang.Object
 - 
- de.xima.fc.workflow.model.list_item_source.AListItemSourceProps
 - 
- de.xima.fc.workflow.model.list_item_source.ListItemSourcePropsAttachments
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class ListItemSourcePropsAttachments extends AListItemSourceProps
Model class for the for-each loop, representing the settings whenEForEachLoopItemListSource.JSON_VALUEis selected.- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ListItemSourcePropsAttachments() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiAttachmentgetAttachments()voidsetAttachments(MultiAttachment attachments) 
 - 
 
- 
- 
Method Detail
- 
getAttachments
public MultiAttachment getAttachments()
- Returns:
 - A list of attachments over which to iterate.
 
 
- 
setAttachments
public void setAttachments(MultiAttachment attachments)
- Parameters:
 attachments- A list of attachments over which to iterate.
 
 - 
 
 -