Uses of Class
org.neotropic.kuwaiba.core.apis.persistence.application.FileObjectLight
-
-
Uses of FileObjectLight in org.neotropic.kuwaiba.core.apis.persistence.application
Subclasses of FileObjectLight in org.neotropic.kuwaiba.core.apis.persistence.application Modifier and Type Class Description classFileObjectThis is the basic metadata about a file attached to an inventory object, plus the actual objectMethods in org.neotropic.kuwaiba.core.apis.persistence.application that return types with arguments of type FileObjectLight Modifier and Type Method Description List<FileObjectLight>ApplicationEntityManager. getFilesForListTypeItem(String className, String objectId)Fetches the files associated to an inventory object. -
Uses of FileObjectLight in org.neotropic.kuwaiba.core.apis.persistence.business
Methods in org.neotropic.kuwaiba.core.apis.persistence.business that return types with arguments of type FileObjectLight Modifier and Type Method Description List<FileObjectLight>BusinessEntityManager. getFilesForObject(String className, String objectId)Fetches the files associated to an inventory object.Map<BusinessObjectLight,List<FileObjectLight>>BusinessEntityManager. getFilesFromRelatedListTypeItems(String ObjectUuid)Retrieves a map with the files related to the list type item attributes of the given object -
Uses of FileObjectLight in org.neotropic.kuwaiba.core.persistence.reference.neo4j
Methods in org.neotropic.kuwaiba.core.persistence.reference.neo4j that return types with arguments of type FileObjectLight Modifier and Type Method Description List<FileObjectLight>ApplicationEntityManagerImpl. getFilesForListTypeItem(String className, String objectId)List<FileObjectLight>BusinessEntityManagerImpl. getFilesForObject(String className, String objectId)Map<BusinessObjectLight,List<FileObjectLight>>BusinessEntityManagerImpl. getFilesFromRelatedListTypeItems(String uuid) -
Uses of FileObjectLight in org.neotropic.kuwaiba.northbound.rest.aem
Methods in org.neotropic.kuwaiba.northbound.rest.aem that return types with arguments of type FileObjectLight Modifier and Type Method Description List<FileObjectLight>ApplicationEntityManagerRestController. getFilesForListTypeItem(String className, String objectId, String sessionId)Fetches the files associated to an inventory object.List<FileObjectLight>ApplicationEntityManagerRestOpenApi. getFilesForListTypeItem(@NotNull @Valid String className, @NotNull @Valid String objectId, @NotNull @Valid String sessionId) -
Uses of FileObjectLight in org.neotropic.kuwaiba.northbound.rest.bem
Methods in org.neotropic.kuwaiba.northbound.rest.bem that return types with arguments of type FileObjectLight Modifier and Type Method Description List<FileObjectLight>BusinessEntityManagerRestController. getFilesForObject(String className, String objectId, String sessionId)Fetches the files associated to an inventory object.List<FileObjectLight>BusinessEntityManagerRestOpenApi. getFilesForObject(@NotNull @Valid String className, @NotNull @Valid String objectId, @NotNull @Valid String sessionId)Map<BusinessObjectLight,List<FileObjectLight>>BusinessEntityManagerRestController. getFilesFromRelatedListTypeItems(String objectId, String sessionId)Retrieves a map with the files related to the list type item attributes of the given object.Map<BusinessObjectLight,List<FileObjectLight>>BusinessEntityManagerRestOpenApi. getFilesFromRelatedListTypeItems(@NotNull @Valid String objectId, @NotNull @Valid String sessionId)
-