Uses of Interface
org.sakaiproject.tool.assessment.data.ifc.assessment.ItemTextAttachmentIfc
-
Packages that use ItemTextAttachmentIfc Package Description org.sakaiproject.tool.assessment.data.ifc.assessment -
-
Uses of ItemTextAttachmentIfc in org.sakaiproject.tool.assessment.data.ifc.assessment
Methods in org.sakaiproject.tool.assessment.data.ifc.assessment that return types with arguments of type ItemTextAttachmentIfc Modifier and Type Method Description Map<Long,ItemTextAttachmentIfc>ItemTextIfc. getItemTextAttachmentMap()Set<ItemTextAttachmentIfc>ItemTextIfc. getItemTextAttachmentSet()Methods in org.sakaiproject.tool.assessment.data.ifc.assessment with parameters of type ItemTextAttachmentIfc Modifier and Type Method Description voidItemTextIfc. addItemTextAttachment(ItemTextAttachmentIfc attachment)This is an actual EMI Question Item (i.e. not Theme or Lead In Text or Complete Answer Options List)voidItemTextIfc. addNewItemTextAttachment(ItemTextAttachmentIfc attachment)voidItemTextIfc. removeItemTextAttachment(ItemTextAttachmentIfc attachment)Method parameters in org.sakaiproject.tool.assessment.data.ifc.assessment with type arguments of type ItemTextAttachmentIfc Modifier and Type Method Description voidItemTextIfc. setItemTextAttachmentSet(Set<ItemTextAttachmentIfc> itemTextAttachmentSet)
-