Uses of Class
org.activiti.cloud.alfresco.rest.model.EntryResponseContent
-
Packages that use EntryResponseContent Package Description org.activiti.cloud.alfresco.rest.model -
-
Uses of EntryResponseContent in org.activiti.cloud.alfresco.rest.model
Methods in org.activiti.cloud.alfresco.rest.model that return types with arguments of type EntryResponseContent Modifier and Type Method Description List<EntryResponseContent<T>>EntriesResponseContent. getEntries()Method parameters in org.activiti.cloud.alfresco.rest.model with type arguments of type EntryResponseContent Modifier and Type Method Description static <T> ListResponseContent<T>ListResponseContent. wrap(List<EntryResponseContent<T>> list, PaginationMetadata pagination)Constructor parameters in org.activiti.cloud.alfresco.rest.model with type arguments of type EntryResponseContent Constructor Description EntriesResponseContent(List<EntryResponseContent<T>> entries, PaginationMetadata pagination)
-