Uses of Class
com.openkm.sdk4j.bean.PropertyGroup
-
Packages that use PropertyGroup Package Description com.openkm.sdk4j.definition com.openkm.sdk4j.impl -
-
Uses of PropertyGroup in com.openkm.sdk4j.definition
Methods in com.openkm.sdk4j.definition that return PropertyGroup Modifier and Type Method Description PropertyGroupBasePropertyGroup. getGroup(String grpName)Gets group.Methods in com.openkm.sdk4j.definition that return types with arguments of type PropertyGroup Modifier and Type Method Description List<PropertyGroup>BasePropertyGroup. getAllGroups()Gets all property groups.List<PropertyGroup>BasePropertyGroup. getAllGroups(String uuid)Gets all property groups.List<PropertyGroup>BasePropertyGroup. getGroups(String uuid)Gets groups.List<PropertyGroup>BasePropertyGroup. getGroupsByVersion(String uuid, String versionName)Gets groups by version. -
Uses of PropertyGroup in com.openkm.sdk4j.impl
Methods in com.openkm.sdk4j.impl that return PropertyGroup Modifier and Type Method Description PropertyGroupPropertyGroupImpl. getGroup(String grpName)Methods in com.openkm.sdk4j.impl that return types with arguments of type PropertyGroup Modifier and Type Method Description List<PropertyGroup>PropertyGroupImpl. getAllGroups()List<PropertyGroup>PropertyGroupImpl. getAllGroups(String uuid)List<PropertyGroup>PropertyGroupImpl. getGroups(String uuid)List<PropertyGroup>PropertyGroupImpl. getGroupsByVersion(String uuid, String versionName)
-