OKMRest  3.9.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 host)
 
void setAuthorizationToken (String authorizationToken)
 
void addPropertyGroup (String uuid, String grpName, Dictionary< String, String > propertiesMap)
 addPropertyGroup More...
 
void removePropertyGroup (String uuid, String grpName)
 removePropertyGroup More...
 
List< PropertyGroupgetPropertyGroups (String uuid)
 getPropertyGroups More...
 
List< PropertyGroupgetAllPropertyGroups ()
 getAllPropertyGroups More...
 
Dictionary< string, string > getPropertyGroupProperties (String uuid, String grpName)
 getPropertyGroupProperties More...
 
List< FormElementgetPropertyGroupForm (String grpName)
 getPropertyGroupForm More...
 
void setPropertyGroupProperties (String uuid, String grpName, Dictionary< String, String > properties)
 setPropertyGroupProperties More...
 
Boolean hasPropertyGroup (String uuid, String grpName)
 hasPropertyGroup More...
 
String getRegisteredPropertyGroupDefinition ()
 getRegisteredPropertyGroupDefinition More...
 
List< string > getPropertyGroupSuggestions (String uuid, String grpName, String propName)
 getPropertyGroupSuggestions More...
 
void registerPropertyGroupDefinition (FileStream fileStream, String pgName)
 registerPropertyGroupDefinition More...
 
Dictionary< String, String > getPropertyGroupPropertiesByVersion (String uuid, String grpName, String versionName)
 getPropertyGroupPropertiesSimpleByVersion More...
 
List< PropertyGroupgetPropertyGroupsByVersion (String uuid, String versionName)
 getPropertyGroupsByVersion More...
 
PropertyGroup getPropertyGroup (String grpName)
 getPropertyGroup More...
 
- Public Member Functions inherited from com.openkm.sdk4csharp.impl.ClientImpl
RestClient getClient (String url)
 getClient More...
 
RestClient getClient (String url, String user, String password)
 getClient More...
 

Constructor & Destructor Documentation

com.openkm.sdk4csharp.impl.PropertyGroupImpl.PropertyGroupImpl ( String  host)

Member Function Documentation

void com.openkm.sdk4csharp.impl.PropertyGroupImpl.addPropertyGroup ( String  uuid,
String  grpName,
Dictionary< String, String >  propertiesMap 
)

addPropertyGroup

Parameters
uuid
grpName
List<PropertyGroup> com.openkm.sdk4csharp.impl.PropertyGroupImpl.getAllPropertyGroups ( )

getAllPropertyGroups

Returns
List<PropertyGroup>
PropertyGroup com.openkm.sdk4csharp.impl.PropertyGroupImpl.getPropertyGroup ( String  grpName)

getPropertyGroup

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

getPropertyGroupForm

Parameters
grpName
Returns
List<FormElement>
Dictionary<string, string> com.openkm.sdk4csharp.impl.PropertyGroupImpl.getPropertyGroupProperties ( String  uuid,
String  grpName 
)

getPropertyGroupProperties

Parameters
uuid
grpName
Returns
Dictionary<string,string>
Dictionary<String, String> com.openkm.sdk4csharp.impl.PropertyGroupImpl.getPropertyGroupPropertiesByVersion ( String  uuid,
String  grpName,
String  versionName 
)

getPropertyGroupPropertiesSimpleByVersion

Parameters
uuid
grpName
versionName
Returns
Dictionary<String, String>
List<PropertyGroup> com.openkm.sdk4csharp.impl.PropertyGroupImpl.getPropertyGroups ( String  uuid)

getPropertyGroups

Parameters
uuid
Returns
List<PropertyGroup>
List<PropertyGroup> com.openkm.sdk4csharp.impl.PropertyGroupImpl.getPropertyGroupsByVersion ( String  uuid,
String  versionName 
)

getPropertyGroupsByVersion

Parameters
uuid
versionName
Returns
List<PropertyGroup>
List<string> com.openkm.sdk4csharp.impl.PropertyGroupImpl.getPropertyGroupSuggestions ( String  uuid,
String  grpName,
String  propName 
)

getPropertyGroupSuggestions

Parameters
uuid
grpName
Returns
List<string>
String com.openkm.sdk4csharp.impl.PropertyGroupImpl.getRegisteredPropertyGroupDefinition ( )

getRegisteredPropertyGroupDefinition

Returns
String
Boolean com.openkm.sdk4csharp.impl.PropertyGroupImpl.hasPropertyGroup ( String  uuid,
String  grpName 
)

hasPropertyGroup

Parameters
uuid
grpName
Returns
Boolean
void com.openkm.sdk4csharp.impl.PropertyGroupImpl.registerPropertyGroupDefinition ( FileStream  fileStream,
String  pgName 
)

registerPropertyGroupDefinition

Parameters
fileStream
pgName
void com.openkm.sdk4csharp.impl.PropertyGroupImpl.removePropertyGroup ( String  uuid,
String  grpName 
)

removePropertyGroup

Parameters
uuid
grpName
void com.openkm.sdk4csharp.impl.PropertyGroupImpl.setAuthorizationToken ( String  authorizationToken)
void com.openkm.sdk4csharp.impl.PropertyGroupImpl.setPropertyGroupProperties ( String  uuid,
String  grpName,
Dictionary< String, String >  properties 
)

setPropertyGroupProperties

Parameters
uuid
grpName
properties

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