OKMRest  3.1
OpenKM Rest
com.openkm.sdk4csharp.definition.BasePropertyGroup Interface Reference
Inheritance diagram for com.openkm.sdk4csharp.definition.BasePropertyGroup:

Public Member Functions

void addGroup (String uuid, String grpName, Dictionary< String, String > propertiesMap)
 
void removeGroup (String uuid, String grpName)
 
List< PropertyGroupgetGroups (String uuid)
 
List< PropertyGroupgetAllGroups ()
 
Dictionary< string, string > getPropertyGroupProperties (String uuid, String grpName)
 
List< FormElementgetPropertyGroupForm (String grpName)
 
void setPropertyGroupProperties (String uuid, String grpName, Dictionary< String, String > properties)
 
Boolean hasGroup (String uuid, String grpName)
 
String getRegisteredDefinition ()
 
List< string > getSuggestions (String uuid, String grpName, String propName)
 
void registerDefinition (FileStream fileStream, String pgName)
 
Dictionary< String, String > getPropertyGroupPropertiesByVersion (String uuid, String grpName, String versionName)
 
List< PropertyGroupgetGroupsByVersion (String uuid, String versionName)
 
PropertyGroup getGroup (String grpName)
 

Member Function Documentation

void com.openkm.sdk4csharp.definition.BasePropertyGroup.addGroup ( String  uuid,
String  grpName,
Dictionary< String, String >  propertiesMap 
)
List<PropertyGroup> com.openkm.sdk4csharp.definition.BasePropertyGroup.getAllGroups ( )
PropertyGroup com.openkm.sdk4csharp.definition.BasePropertyGroup.getGroup ( String  grpName)
List<PropertyGroup> com.openkm.sdk4csharp.definition.BasePropertyGroup.getGroups ( String  uuid)
List<PropertyGroup> com.openkm.sdk4csharp.definition.BasePropertyGroup.getGroupsByVersion ( String  uuid,
String  versionName 
)
List<FormElement> com.openkm.sdk4csharp.definition.BasePropertyGroup.getPropertyGroupForm ( String  grpName)
Dictionary<string, string> com.openkm.sdk4csharp.definition.BasePropertyGroup.getPropertyGroupProperties ( String  uuid,
String  grpName 
)
Dictionary<String, String> com.openkm.sdk4csharp.definition.BasePropertyGroup.getPropertyGroupPropertiesByVersion ( String  uuid,
String  grpName,
String  versionName 
)
String com.openkm.sdk4csharp.definition.BasePropertyGroup.getRegisteredDefinition ( )
List<string> com.openkm.sdk4csharp.definition.BasePropertyGroup.getSuggestions ( String  uuid,
String  grpName,
String  propName 
)
Boolean com.openkm.sdk4csharp.definition.BasePropertyGroup.hasGroup ( String  uuid,
String  grpName 
)
void com.openkm.sdk4csharp.definition.BasePropertyGroup.registerDefinition ( FileStream  fileStream,
String  pgName 
)
void com.openkm.sdk4csharp.definition.BasePropertyGroup.removeGroup ( String  uuid,
String  grpName 
)
void com.openkm.sdk4csharp.definition.BasePropertyGroup.setPropertyGroupProperties ( String  uuid,
String  grpName,
Dictionary< String, String >  properties 
)

The documentation for this interface was generated from the following file: