OKMRest  2.4.0
OpenKM Rest
com.openkm.sdk4csharp.impl.RecordImpl Class Reference
Inheritance diagram for com.openkm.sdk4csharp.impl.RecordImpl:
Collaboration diagram for com.openkm.sdk4csharp.impl.RecordImpl:

Public Member Functions

 RecordImpl (String url, String user, String password)
 
Record createRecord (Record rec)
 createRecord More...
 
Record getRecordProperties (String recId)
 getRecordProperties More...
 
void deleteRecord (String recId)
 delete More...
 
void purgeRecord (String recId)
 purge More...
 
void renameRecord (String recId, String newName)
 rename More...
 
void moveRecord (String recId, String dstId)
 move More...
 
void copyRecord (String recId, String dstId, String newName)
 copy More...
 
Boolean isValidRecord (String recId)
 isValid More...
 
List< RecordgetRecordChildren (String fldId)
 getChildren More...
 
LockInfo lockRecord (String recId)
 lock More...
 
void unlockRecord (String recId)
 unlock More...
 
void forceUnlockRecord (String recId)
 forceUnlock More...
 
void setRecordTitle (String recId, String title)
 setTitle More...
 
String getRecordPath (String uuid)
 getPath 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.RecordImpl.RecordImpl ( String  url,
String  user,
String  password 
)

Member Function Documentation

void com.openkm.sdk4csharp.impl.RecordImpl.copyRecord ( String  recId,
String  dstId,
String  newName 
)

copy

Parameters
recId
dstId
Record com.openkm.sdk4csharp.impl.RecordImpl.createRecord ( Record  rec)

createRecord

Parameters
rec
Returns
Record
void com.openkm.sdk4csharp.impl.RecordImpl.deleteRecord ( String  recId)

delete

Parameters
recId
void com.openkm.sdk4csharp.impl.RecordImpl.forceUnlockRecord ( String  recId)

forceUnlock

Parameters
recId
List<Record> com.openkm.sdk4csharp.impl.RecordImpl.getRecordChildren ( String  fldId)

getChildren

Parameters
recId
Returns
List<Record>
String com.openkm.sdk4csharp.impl.RecordImpl.getRecordPath ( String  uuid)

getPath

Parameters
recId
ncId
Returns
String
Record com.openkm.sdk4csharp.impl.RecordImpl.getRecordProperties ( String  recId)

getRecordProperties

Parameters
recId
Returns
Record
Boolean com.openkm.sdk4csharp.impl.RecordImpl.isValidRecord ( String  recId)

isValid

Parameters
recId
Returns
Boolean
LockInfo com.openkm.sdk4csharp.impl.RecordImpl.lockRecord ( String  recId)

lock

Parameters
fldId
Returns
void com.openkm.sdk4csharp.impl.RecordImpl.moveRecord ( String  recId,
String  dstId 
)

move

Parameters
recId
newName
void com.openkm.sdk4csharp.impl.RecordImpl.purgeRecord ( String  recId)

purge

Parameters
recId
void com.openkm.sdk4csharp.impl.RecordImpl.renameRecord ( String  recId,
String  newName 
)

rename

Parameters
recId
Returns
void com.openkm.sdk4csharp.impl.RecordImpl.setRecordTitle ( String  recId,
String  title 
)

setTitle

Parameters
recId
void com.openkm.sdk4csharp.impl.RecordImpl.unlockRecord ( String  recId)

unlock

Parameters
recId

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