Uses of Class
org.alfresco.rest.api.model.PathInfo.ElementInfo
-
Packages that use PathInfo.ElementInfo Package Description org.alfresco.rest.api.model -
-
Uses of PathInfo.ElementInfo in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return types with arguments of type PathInfo.ElementInfo Modifier and Type Method Description List<PathInfo.ElementInfo>
PathInfo. getElements()
Constructor parameters in org.alfresco.rest.api.model with type arguments of type PathInfo.ElementInfo Constructor Description PathInfo(String name, Boolean isComplete, List<PathInfo.ElementInfo> elements)
-