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 java.util.List<PathInfo.ElementInfo>
PathInfo. getElements()
Constructor parameters in org.alfresco.rest.api.model with type arguments of type PathInfo.ElementInfo Constructor Description PathInfo(java.lang.String name, java.lang.Boolean isComplete, java.util.List<PathInfo.ElementInfo> elements)
-