OKMRest  2.6.1
OpenKM Rest
com.openkm.sdk4csharp.definition.BaseRecord Interface Reference
Inheritance diagram for com.openkm.sdk4csharp.definition.BaseRecord:

Public Member Functions

Record createRecord (Record rec)
 
Record getRecordProperties (String recId)
 
void deleteRecord (String recId)
 
void purgeRecord (String recId)
 
void renameRecord (String recId, String newName)
 
void moveRecord (String recId, String dstId)
 
void copyRecord (String recId, String dstId, String newName)
 
Boolean isValidRecord (String recId)
 
List< RecordgetRecordChildren (String fldId)
 
LockInfo lockRecord (String recId)
 
void unlockRecord (String recId)
 
void forceUnlockRecord (String recId)
 
void setRecordTitle (String recId, String title)
 
String getRecordPath (String uuid)
 

Member Function Documentation

void com.openkm.sdk4csharp.definition.BaseRecord.copyRecord ( String  recId,
String  dstId,
String  newName 
)
Record com.openkm.sdk4csharp.definition.BaseRecord.createRecord ( Record  rec)
void com.openkm.sdk4csharp.definition.BaseRecord.deleteRecord ( String  recId)
void com.openkm.sdk4csharp.definition.BaseRecord.forceUnlockRecord ( String  recId)
List<Record> com.openkm.sdk4csharp.definition.BaseRecord.getRecordChildren ( String  fldId)
String com.openkm.sdk4csharp.definition.BaseRecord.getRecordPath ( String  uuid)
Record com.openkm.sdk4csharp.definition.BaseRecord.getRecordProperties ( String  recId)
Boolean com.openkm.sdk4csharp.definition.BaseRecord.isValidRecord ( String  recId)
LockInfo com.openkm.sdk4csharp.definition.BaseRecord.lockRecord ( String  recId)
void com.openkm.sdk4csharp.definition.BaseRecord.moveRecord ( String  recId,
String  dstId 
)
void com.openkm.sdk4csharp.definition.BaseRecord.purgeRecord ( String  recId)
void com.openkm.sdk4csharp.definition.BaseRecord.renameRecord ( String  recId,
String  newName 
)
void com.openkm.sdk4csharp.definition.BaseRecord.setRecordTitle ( String  recId,
String  title 
)
void com.openkm.sdk4csharp.definition.BaseRecord.unlockRecord ( String  recId)

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