Uses of Class
pl.edu.icm.unity.engine.api.project.DelegatedGroupContents
-
Packages that use DelegatedGroupContents Package Description pl.edu.icm.unity.engine.api.project -
-
Uses of DelegatedGroupContents in pl.edu.icm.unity.engine.api.project
Methods in pl.edu.icm.unity.engine.api.project that return DelegatedGroupContents Modifier and Type Method Description DelegatedGroupContents
DelegatedGroupManagement. getContents(String projectPath, String subgroupPath)
Allows to retrieve group's contents and metadata.Methods in pl.edu.icm.unity.engine.api.project that return types with arguments of type DelegatedGroupContents Modifier and Type Method Description Map<String,DelegatedGroupContents>
DelegatedGroupManagement. getGroupAndSubgroups(String projectPath, String subgroupPath)
Gets group with all child (recursive) groups as map.
-