Difference between revisions of "OKMPropertyGroup"

From OpenKM Documentation
Jump to: navigation, search
(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…')
(No difference)

Revision as of 11:51, 21 October 2010

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)