SDK for .NET  2.3.0
SDK for .NET
 All Classes Namespaces Files Functions Variables Properties
com.openkm.sdk4csharp.definition.BasePropertyGroup Interface Reference
Inheritance diagram for com.openkm.sdk4csharp.definition.BasePropertyGroup:

Public Member Functions

void addGroup (String nodeId, String grpName)
 
void removeGroup (String nodeId, String grpName)
 
PropertyGroupList getGroups (String nodeId)
 
PropertyGroupList getGroups (String nodeId, String versionName)
 
PropertyGroupList getAllGroups ()
 
FormElementComplexList getPropertyGroupProperties (String nodeId, String grpName)
 
FormElementComplexList getPropertyGroupProperties (String nodeId, String grpName, String versionName)
 
FormElementComplexList getPropertyGroupForm (String grpName)
 
void setPropertyGroupProperties (String nodeId, String grpName, FormElementComplexList properties)
 
void setPropertyGroupPropertiesSimple (String nodeId, String grpName, SimplePropertyGroupList properties)
 
Boolean hasGroup (String nodeId, String grpName)
 
String getRegisteredDefinition ()
 
SuggestionList getSuggestions (String nodeId, String grpName, String propName)
 
void registerDefinition (String pgDef)
 
SimplePropertyGroupList getPropertyGroupPropertiesSimple (String nodeId, String grpName)
 

Member Function Documentation

void com.openkm.sdk4csharp.definition.BasePropertyGroup.addGroup ( String  nodeId,
String  grpName 
)
PropertyGroupList com.openkm.sdk4csharp.definition.BasePropertyGroup.getAllGroups ( )
PropertyGroupList com.openkm.sdk4csharp.definition.BasePropertyGroup.getGroups ( String  nodeId)
PropertyGroupList com.openkm.sdk4csharp.definition.BasePropertyGroup.getGroups ( String  nodeId,
String  versionName 
)
FormElementComplexList com.openkm.sdk4csharp.definition.BasePropertyGroup.getPropertyGroupForm ( String  grpName)
FormElementComplexList com.openkm.sdk4csharp.definition.BasePropertyGroup.getPropertyGroupProperties ( String  nodeId,
String  grpName 
)
FormElementComplexList com.openkm.sdk4csharp.definition.BasePropertyGroup.getPropertyGroupProperties ( String  nodeId,
String  grpName,
String  versionName 
)
SimplePropertyGroupList com.openkm.sdk4csharp.definition.BasePropertyGroup.getPropertyGroupPropertiesSimple ( String  nodeId,
String  grpName 
)
String com.openkm.sdk4csharp.definition.BasePropertyGroup.getRegisteredDefinition ( )
SuggestionList com.openkm.sdk4csharp.definition.BasePropertyGroup.getSuggestions ( String  nodeId,
String  grpName,
String  propName 
)
Boolean com.openkm.sdk4csharp.definition.BasePropertyGroup.hasGroup ( String  nodeId,
String  grpName 
)
void com.openkm.sdk4csharp.definition.BasePropertyGroup.registerDefinition ( String  pgDef)
void com.openkm.sdk4csharp.definition.BasePropertyGroup.removeGroup ( String  nodeId,
String  grpName 
)
void com.openkm.sdk4csharp.definition.BasePropertyGroup.setPropertyGroupProperties ( String  nodeId,
String  grpName,
FormElementComplexList  properties 
)
void com.openkm.sdk4csharp.definition.BasePropertyGroup.setPropertyGroupPropertiesSimple ( String  nodeId,
String  grpName,
SimplePropertyGroupList  properties 
)

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