Methods
Modifier and Type |
Method and Description |
Document |
copy(DocRef src,
DocRef targetParent) |
Document |
copy(DocRef src,
DocRef targetParent,
String name) |
Document |
createDocument(DocRef parent,
String type,
String name) |
Document |
createDocument(DocRef parent,
String type,
String name,
PropertyMap properties) |
Document |
createDocument(String parent,
Document document) |
Document |
createRelation(DocRef subject,
String predicate,
DocRef object) |
Document |
createVersion(DocRef doc) |
Document |
createVersion(DocRef doc,
String increment)
Increment is one of "None", "Major", "Minor".
|
void |
fireEvent(DocRef doc,
String event) |
void |
fireEvent(String event) |
FileBlob |
getBlob(DocRef doc) |
FileBlob |
getBlob(DocRef doc,
String xpath) |
Blobs |
getBlobs(DocRef doc) |
Blobs |
getBlobs(DocRef doc,
String xpath) |
Document |
getChild(DocRef docRef,
String name) |
Documents |
getChildren(DocRef docRef) |
Document |
getDocument(DocRef ref) |
Document |
getDocument(DocRef ref,
String schemas) |
Document |
getDocument(Document document,
String... schemas) |
Document |
getDocument(String ref) |
Document |
getParent(DocRef docRef) |
Documents |
getParent(DocRef docRef,
String type) |
Documents |
getRelations(DocRef doc,
String predicate) |
Documents |
getRelations(DocRef doc,
String predicate,
boolean outgoing) |
Documents |
getRelations(DocRef doc,
String predicate,
boolean outgoing,
String graphName) |
Document |
getRootDocument() |
Session |
getSession() |
Document |
lock(DocRef doc) |
Document |
lock(DocRef doc,
String lock) |
Document |
move(DocRef src,
DocRef targetParent) |
Document |
move(DocRef src,
DocRef targetParent,
String name) |
Document |
publish(DocRef doc,
DocRef section) |
Document |
publish(DocRef doc,
DocRef section,
boolean override) |
Documents |
query(String query) |
void |
remove(DocRef doc) |
void |
remove(Document document) |
void |
remove(String ref) |
Document |
removeAcl(DocRef doc,
String acl) |
void |
removeBlob(DocRef doc) |
void |
removeBlob(DocRef doc,
String xpath) |
Document |
removeProperty(DocRef doc,
String key) |
void |
setBlob(DocRef doc,
Blob blob) |
void |
setBlob(DocRef doc,
Blob blob,
String xpath) |
Document |
setPermission(DocRef doc,
String user,
String permission) |
Document |
setPermission(DocRef doc,
String user,
String permission,
boolean granted) |
Document |
setPermission(DocRef doc,
String user,
String permission,
String acl,
boolean granted) |
Document |
setProperty(DocRef doc,
String key,
String value) |
Document |
setState(DocRef doc,
String state) |
Document |
unlock(DocRef doc) |
Document |
update(DocRef doc,
PropertyMap properties) |
Document |
update(Document document)
This method sends the dirty properties to server
|