OKMRest  3.1
OpenKM Rest
com.openkm.sdk4csharp.impl.PropertyImpl Class Reference
Inheritance diagram for com.openkm.sdk4csharp.impl.PropertyImpl:
Collaboration diagram for com.openkm.sdk4csharp.impl.PropertyImpl:

Public Member Functions

 PropertyImpl (String host)
 
void setAuthorizationToken (String authorizationToken)
 
void addCategory (String uuid, String catId)
 addCategory More...
 
void removeCategory (String uuid, String catId)
 removeCategory More...
 
void addKeyword (String uuid, String keyword)
 addKeyword More...
 
void removeKeyword (String uuid, String keyword)
 removeKeyword More...
 
void setEncryption (String uuid, String cipherName)
 setEncryption More...
 
void unsetEncryption (String uuid)
 unsetEncryption More...
 
void setSigned (String uuid, Boolean signed)
 setSigned 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.PropertyImpl.PropertyImpl ( String  host)

Member Function Documentation

void com.openkm.sdk4csharp.impl.PropertyImpl.addCategory ( String  uuid,
String  catId 
)

addCategory

Parameters
uuid
catId
void com.openkm.sdk4csharp.impl.PropertyImpl.addKeyword ( String  uuid,
String  keyword 
)

addKeyword

Parameters
uuid
keyword
void com.openkm.sdk4csharp.impl.PropertyImpl.removeCategory ( String  uuid,
String  catId 
)

removeCategory

Parameters
uuid
catId
void com.openkm.sdk4csharp.impl.PropertyImpl.removeKeyword ( String  uuid,
String  keyword 
)

removeKeyword

Parameters
uuid
keyword
void com.openkm.sdk4csharp.impl.PropertyImpl.setAuthorizationToken ( String  authorizationToken)
void com.openkm.sdk4csharp.impl.PropertyImpl.setEncryption ( String  uuid,
String  cipherName 
)

setEncryption

Parameters
uuid
keyword
void com.openkm.sdk4csharp.impl.PropertyImpl.setSigned ( String  uuid,
Boolean  signed 
)

setSigned

Parameters
uuid
signed
void com.openkm.sdk4csharp.impl.PropertyImpl.unsetEncryption ( String  uuid)

unsetEncryption

Parameters
uuid

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