OKMRest  2.5.0
OpenKM Rest
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...
 
List< PropertyGroupgetGroups (String nodeId)
 getGroups More...
 
List< PropertyGroupgetAllGroups ()
 getAllGroups More...
 
List< FormElementgetPropertyGroupProperties (String nodeId, String grpName)
 getPropertyGroupProperties More...
 
Dictionary< String, String > getPropertyGroupPropertiesSimple (String nodeId, String grpName)
 getPropertiesSimple More...
 
List< FormElementgetPropertyGroupForm (String grpName)
 getPropertyGroupForm More...
 
void setPropertyGroupProperties (String nodeId, String grpName, List< FormElement > ofeList)
 setPropertyGroupProperties More...
 
void setPropertyGroupPropertiesSimple (String nodeId, String grpName, Dictionary< String, String > properties)
 setPropertyGroupPropertiesSimple More...
 
Boolean hasGroup (String nodeId, String grpName)
 hasGroup More...
 
String getRegisteredDefinition ()
 getRegisteredDefinition More...
 
List< string > getSuggestions (String nodeId, String grpName, String propName)
 getSuggestions More...
 
void registerDefinition (FileStream fileStream)
 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
List<PropertyGroup> com.openkm.sdk4csharp.impl.PropertyGroupImpl.getAllGroups ( )

getAllGroups

Parameters
nodeId
versionName
Returns
PropertyGroupList
List<PropertyGroup> com.openkm.sdk4csharp.impl.PropertyGroupImpl.getGroups ( String  nodeId)

getGroups

Parameters
nodeId
Returns
List<PropertyGroup>
List<FormElement> com.openkm.sdk4csharp.impl.PropertyGroupImpl.getPropertyGroupForm ( String  grpName)

getPropertyGroupForm

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

getPropertyGroupProperties

Returns
List<FormElement>
Dictionary<String, String> com.openkm.sdk4csharp.impl.PropertyGroupImpl.getPropertyGroupPropertiesSimple ( String  nodeId,
String  grpName 
)

getPropertiesSimple

Parameters
nodeId
grpName
Returns
Dictionary<String, String>
String com.openkm.sdk4csharp.impl.PropertyGroupImpl.getRegisteredDefinition ( )

getRegisteredDefinition

Parameters
nodeId
grpName
Returns
String
List<string> com.openkm.sdk4csharp.impl.PropertyGroupImpl.getSuggestions ( String  nodeId,
String  grpName,
String  propName 
)

getSuggestions

Parameters
nodeId
grpName
Returns
List<string>
Boolean com.openkm.sdk4csharp.impl.PropertyGroupImpl.hasGroup ( String  nodeId,
String  grpName 
)

hasGroup

Parameters
nodeId
grpName
Returns
Boolean
void com.openkm.sdk4csharp.impl.PropertyGroupImpl.registerDefinition ( FileStream  fileStream)

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,
List< FormElement ofeList 
)

setPropertyGroupProperties

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

setPropertyGroupPropertiesSimple

Parameters
nodeId
grpName
properties

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