Uses of Interface
org.sakaiproject.tool.assessment.data.ifc.assessment.ItemAttachmentIfc
-
Packages that use ItemAttachmentIfc Package Description org.sakaiproject.tool.assessment.data.ifc.assessment -
-
Uses of ItemAttachmentIfc in org.sakaiproject.tool.assessment.data.ifc.assessment
Methods in org.sakaiproject.tool.assessment.data.ifc.assessment that return types with arguments of type ItemAttachmentIfc Modifier and Type Method Description List<ItemAttachmentIfc>ItemDataIfc. getItemAttachmentList()Map<Long,ItemAttachmentIfc>ItemDataIfc. getItemAttachmentMap()Set<ItemAttachmentIfc>ItemDataIfc. getItemAttachmentSet()Methods in org.sakaiproject.tool.assessment.data.ifc.assessment with parameters of type ItemAttachmentIfc Modifier and Type Method Description voidItemDataIfc. addItemAttachment(ItemAttachmentIfc attachment)voidItemDataIfc. removeItemAttachment(ItemAttachmentIfc attachment)Method parameters in org.sakaiproject.tool.assessment.data.ifc.assessment with type arguments of type ItemAttachmentIfc Modifier and Type Method Description voidItemDataIfc. setItemAttachmentSet(Set<ItemAttachmentIfc> itemAttachmentSet)
-