SDK for .NET  2.3.0
SDK for .NET
 All Classes Namespaces Files Functions Variables Properties
com.openkm.sdk4csharp.impl.PropertyGroupImpl Class Reference
Inheritance diagram for com.openkm.sdk4csharp.impl.PropertyGroupImpl:
Collaboration diagram for com.openkm.sdk4csharp.impl.PropertyGroupImpl:

Public Member Functions

 PropertyGroupImpl (String url, String user, String password)
 
void addGroup (String nodeId, String grpName)
 addGroup More...
 
void removeGroup (String nodeId, String grpName)
 removeGroup More...
 
PropertyGroupList getGroups (String nodeId)
 getGroups More...
 
PropertyGroupList getGroups (String nodeId, String versionName)
 getGroupsByVersion More...
 
PropertyGroupList getAllGroups ()
 getAllGroups More...
 
FormElementComplexList getPropertyGroupProperties (String nodeId, String grpName)
 getPropertyGroupProperties More...
 
FormElementComplexList getPropertyGroupProperties (String nodeId, String grpName, String versionName)
 getPropertyGroupPropertiesByVersion More...
 
SimplePropertyGroupList getPropertyGroupPropertiesSimple (String nodeId, String grpName)
 getPropertiesSimple More...
 
FormElementComplexList getPropertyGroupForm (String grpName)
 getPropertyGroupForm More...
 
void setPropertyGroupProperties (String nodeId, String grpName, FormElementComplexList properties)
 setPropertyGroupProperties More...
 
void setPropertyGroupPropertiesSimple (String nodeId, String grpName, SimplePropertyGroupList properties)
 setPropertyGroupPropertiesSimple More...
 
Boolean hasGroup (String nodeId, String grpName)
 hasGroup More...
 
String getRegisteredDefinition ()
 getRegisteredDefinition More...
 
SuggestionList getSuggestions (String nodeId, String grpName, String propName)
 getSuggestions More...
 
void registerDefinition (String pgDef)
 registerDefinition More...
 
- Public Member Functions inherited from com.openkm.sdk4csharp.impl.ClientImpl
RestClient getClient (String url, String user, String password)
 Authenticate More...
 

Constructor & Destructor Documentation

com.openkm.sdk4csharp.impl.PropertyGroupImpl.PropertyGroupImpl ( String  url,
String  user,
String  password 
)

Member Function Documentation

void com.openkm.sdk4csharp.impl.PropertyGroupImpl.addGroup ( String  nodeId,
String  grpName 
)

addGroup

Parameters
nodeId
grpName
PropertyGroupList com.openkm.sdk4csharp.impl.PropertyGroupImpl.getAllGroups ( )

getAllGroups

Parameters
nodeId
versionName
Returns
PropertyGroupList
PropertyGroupList com.openkm.sdk4csharp.impl.PropertyGroupImpl.getGroups ( String  nodeId)

getGroups

Parameters
nodeId
Returns
PropertyGroupList
PropertyGroupList com.openkm.sdk4csharp.impl.PropertyGroupImpl.getGroups ( String  nodeId,
String  versionName 
)

getGroupsByVersion

Parameters
nodeId
versionName
Returns
PropertyGroupList
FormElementComplexList com.openkm.sdk4csharp.impl.PropertyGroupImpl.getPropertyGroupForm ( String  grpName)

getPropertyGroupForm

Parameters
grpName
Returns
FormElementComplexList
FormElementComplexList com.openkm.sdk4csharp.impl.PropertyGroupImpl.getPropertyGroupProperties ( String  nodeId,
String  grpName 
)

getPropertyGroupProperties

Returns
FormElementComplexList
FormElementComplexList com.openkm.sdk4csharp.impl.PropertyGroupImpl.getPropertyGroupProperties ( String  nodeId,
String  grpName,
String  versionName 
)

getPropertyGroupPropertiesByVersion

Parameters
nodeId
grpName
versionName
Returns
FormElementComplexList
SimplePropertyGroupList com.openkm.sdk4csharp.impl.PropertyGroupImpl.getPropertyGroupPropertiesSimple ( String  nodeId,
String  grpName 
)

getPropertiesSimple

Parameters
nodeId
grpName
Returns
SimplePropertyGroupList
String com.openkm.sdk4csharp.impl.PropertyGroupImpl.getRegisteredDefinition ( )

getRegisteredDefinition

Parameters
nodeId
grpName
Returns
String
SuggestionList com.openkm.sdk4csharp.impl.PropertyGroupImpl.getSuggestions ( String  nodeId,
String  grpName,
String  propName 
)

getSuggestions

Parameters
nodeId
grpName
Returns
SuggestionList
Boolean com.openkm.sdk4csharp.impl.PropertyGroupImpl.hasGroup ( String  nodeId,
String  grpName 
)

hasGroup

Parameters
nodeId
grpName
Returns
Boolean
void com.openkm.sdk4csharp.impl.PropertyGroupImpl.registerDefinition ( String  pgDef)

registerDefinition

Parameters
nodeId
grpName
void com.openkm.sdk4csharp.impl.PropertyGroupImpl.removeGroup ( String  nodeId,
String  grpName 
)

removeGroup

Parameters
nodeId
grpName
void com.openkm.sdk4csharp.impl.PropertyGroupImpl.setPropertyGroupProperties ( String  nodeId,
String  grpName,
FormElementComplexList  properties 
)

setPropertyGroupProperties

Parameters
nodeId
grpName
properties
void com.openkm.sdk4csharp.impl.PropertyGroupImpl.setPropertyGroupPropertiesSimple ( String  nodeId,
String  grpName,
SimplePropertyGroupList  properties 
)

setPropertyGroupPropertiesSimple

Parameters
nodeId
grpName
properties

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