OKMPropertyGroup
From OpenKM Documentation
Revision as of 10:51, 21 October 2010 by Pavila (talk | contribs) (Created page with '__TOC__ Methods related to Property Groups. == void addGroup(String token, String nodePath, String grpName) == == void removeGroup(String token, String nodePath, String grpNam…')
Contents
- 1 void addGroup(String token, String nodePath, String grpName)
- 2 void removeGroup(String token, String nodePath, String grpName)
- 3 PropertyGroup[] getGroups(String token, String nodePath)
- 4 PropertyGroup[] getAllGroups(String token)
- 5 FormElement[] getProperties(String token, String nodePath, String grpName)
- 6 void setProperties(String token, String nodePath, String grpName, FormElement[] properties)
- 7 boolean hasGroup(String token, String nodePath, String grpName)
Methods related to Property Groups.