OKMPropertyGroup

From OpenKM Documentation
Revision as of 11: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…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Methods related to Property Groups.

void addGroup(String token, String nodePath, String grpName)

void removeGroup(String token, String nodePath, String grpName)

PropertyGroup[] getGroups(String token, String nodePath)

PropertyGroup[] getAllGroups(String token)

FormElement[] getProperties(String token, String nodePath, String grpName)

void setProperties(String token, String nodePath, String grpName, FormElement[] properties)

boolean hasGroup(String token, String nodePath, String grpName)