######################################################################## # # File Name: __init__.py #
The namespaces for extensions defined in this document are:
Prefix | Namespace |
---|---|
fcore | http://xmlns.4suite.org/4ss/score |
fhttp | http://xmlns.4suite.org/4ss/http |
fimap | http://xmlns.4suite.org/4ss/imap |
frdf | http://xmlns.4suite.org/4ss/rdf |
futil | http://xmlns.4suite.org/4ss/util |
The prefixes are given for this document only. Any other prefix can be used within a particular stylesheet.
Function | Syntax |
---|---|
fcore:as-dom | unknown fcore:as-dom(path) |
fcore:delete-session-data | unknown fcore:delete-session-data(key) |
fcore:get-absolute-path | unknown fcore:get-absolute-path(path) |
fcore:get-acl-by-key | unknown fcore:get-acl-by-key(aclKey, path) |
fcore:get-aliases | unknown fcore:get-aliases(path) |
fcore:get-all-acl | unknown fcore:get-all-acl(path) |
fcore:get-all-document-definition-paths | unknown fcore:get-all-document-definition-paths(path) |
fcore:get-available-handlers | unknown fcore:get-available-handlers(module) |
fcore:get-available-modules | unknown fcore:get-available-modules() |
fcore:get-base-definitions | unknown fcore:get-base-definitions(path) |
fcore:get-content | unknown fcore:get-content(path, encoding) |
fcore:get-creation-date | unknown fcore:get-creation-date(path) |
fcore:get-creation-params | unknown fcore:get-creation-params(path) |
fcore:get-current-user | unknown fcore:get-current-user() |
fcore:get-current-username | unknown fcore:get-current-username() |
fcore:get-derived-definitions | unknown fcore:get-derived-definitions(path) |
fcore:get-document-definition | unknown fcore:get-document-definition(path) |
fcore:get-groups | unknown fcore:get-groups(path) |
fcore:get-imt | unknown fcore:get-imt(path) |
fcore:get-last-modified-date | unknown fcore:get-last-modified-date(path) |
fcore:get-member-paths | unknown fcore:get-member-paths(group) |
fcore:get-metadata-resource | unknown fcore:get-metadata-resource(path) |
fcore:get-name | unknown fcore:get-name(path) |
fcore:get-ns-map | unknown fcore:get-ns-map(path) |
fcore:get-owner | unknown fcore:get-owner(path) |
fcore:get-parent | unknown fcore:get-parent(path) |
fcore:get-raw-content | unknown fcore:get-raw-content(path, encoding) |
fcore:get-rdf-maps | unknown fcore:get-rdf-maps(path) |
fcore:get-reference | unknown fcore:get-reference(path) |
fcore:get-size | unknown fcore:get-size(path) |
fcore:get-user-data | unknown fcore:get-user-data(key, path) |
fcore:get-user-data-keys | unknown fcore:get-user-data-keys(path) |
fcore:get-user-name | unknown fcore:get-user-name() |
fcore:get-user-or-group | unknown fcore:get-user-or-group(name) |
fcore:get-username | unknown fcore:get-username(path) |
fcore:has-resource | unknown fcore:has-resource(path) |
fcore:has-session | unknown fcore:has-session() |
fcore:hash-string | unknown fcore:hash-string(rawString) |
fcore:normalize-uri | unknown fcore:normalize-uri(uri, base) |
fcore:remove-user-data | unknown fcore:remove-user-data(key, path) |
fcore:repo-path-to-uri | unknown fcore:repo-path-to-uri(path) |
fcore:resource-type | unknown fcore:resource-type(path) |
fcore:session-data | unknown fcore:session-data(key) |
fcore:session-invalidate | unknown fcore:session-invalidate() |
fcore:set-user-data | unknown fcore:set-user-data(key, value, path) |
fcore:verify-acl | unknown fcore:verify-acl(aclKey, path, verifyTraverse) |
fhttp:get-query-args | unknown fhttp:get-query-args() |
fhttp:local-path | unknown fhttp:local-path(path) |
frdf:any | unknown frdf:any() |
frdf:complete | unknown frdf:complete(subj, pred, obj) |
frdf:contains | unknown frdf:contains(subj, pred, obj) |
frdf:versa-query | unknown frdf:versa-query(query, scope) |
Element | Syntax |
---|---|
fcore:add-acl | <fcore:add-acl
access = { string } ident = { string } allowed = { "yes" | "no" } path = { uri-reference } /> |
fcore:add-alias | <fcore:add-alias
alias = { uri-reference } doc-def = { uri-reference } path = { uri-reference } /> |
fcore:add-base-document-definition | <fcore:add-base-document-definition
docdef = { uri-reference } path = { uri-reference } /> |
fcore:add-member | <fcore:add-member
member-path = { uri-reference } path = { uri-reference } /> |
fcore:add-ns-map | <fcore:add-ns-map
prefix = { prefix } uri = { uri-reference } path = { uri-reference } /> |
fcore:add-rdf-map | <fcore:add-rdf-map
object = { string } object-is-resource = { "yes" | "no" } predicate = { string } subject = { string } path = { uri-reference } /> |
fcore:change-password | <fcore:change-password
path = { uri-reference } new-password = { string } /> |
fcore:create-container | <fcore:create-container
path = { uri-reference } base-path = { uri-reference } create-parents = { "yes" | "no" } /> |
fcore:create-document | <fcore:create-document
base-path = { uri-reference } cdata-section-elements = { qnames } docdef = { uri-reference } doctype-public = { string } doctype-system = { string } encoding = { string } imt = { string } indent = { "yes" | "no" } media-type = { string } method = { qname } omit-xml-declaration = { "yes" | "no" } path = { uri-reference } standalone = { "yes" | "no" } type = { string } version = { nmtoken } <!-- Content: template --> /> |
fcore:create-group | <fcore:create-group
path = { uri-reference } base-path = { uri-reference } /> |
fcore:create-raw-file | <fcore:create-raw-file
base-path = { uri-reference } cdata-section-elements = { qnames } content-as-string = "yes" | "no" doctype-public = { string } doctype-system = { string } encoding = { string } indent = { "yes" | "no" } media-type = { string } method = { qname } omit-xml-declaration = { "yes" | "no" } path = { uri-reference } standalone = { "yes" | "no" } version = { nmtoken } <!-- Content: template --> /> |
fcore:create-session | <fcore:create-session
key = { string } ttl = { number } /> |
fcore:create-uri-reference | <fcore:create-uri-reference
path = { uri-reference } base-path = { uri-reference } imt = { string } source-uri = { uri-reference } /> |
fcore:create-user | <fcore:create-user
password = { string } username = { string } base-path = { uri-reference } /> |
fcore:delete-resource | <fcore:delete-resource
path = { uri-reference } <!-- Content: template --> /> |
fcore:inherit-acl | <fcore:inherit-acl
access = { string } path = { uri-reference } /> |
fcore:login | <fcore:login
password = { string } user = { string } failure-redirect = { string } success-redirect = { string } timeout-redirect = { string } ttl = { number } /> |
fcore:mark-temporary | <fcore:mark-temporary
time-to-live = { number } path = { uri-reference } /> |
fcore:remove-acl | <fcore:remove-acl
access = { string } ident = { string } path = { uri-reference } /> |
fcore:remove-alias | <fcore:remove-alias
alias = { uri-reference } path = { uri-reference } /> |
fcore:remove-base-document-definition | <fcore:remove-base-document-definition
docdef = { uri-reference } path = { uri-reference } /> |
fcore:remove-member | <fcore:remove-member
member-path = { uri-reference } path = { uri-reference } /> |
fcore:remove-ns-map | <fcore:remove-ns-map
prefix = { prefixes } path = { uri-reference } /> |
fcore:remove-rdf-map | <fcore:remove-rdf-map
object = { string } predicate = { string } subject = { string } path = { uri-reference } /> |
fcore:repo-text-reindex | <fcore:repo-text-reindex />
|
fcore:repo-text-search | <fcore:repo-text-search
query = { string } /> |
fcore:rollback | <fcore:rollback />
|
fcore:session-data | <fcore:session-data
key = { string } value = { string } <!-- Content: template --> /> |
fcore:set-acl | <fcore:set-acl
access = { string } ident = { string } allowed = { "yes" | "no" } path = { uri-reference } /> |
fcore:set-content | <fcore:set-content
content-as-string = "yes" | "no" path = { uri-reference } <!-- Content: template --> /> |
fcore:set-creation-params | <fcore:set-creation-params
path = { uri-reference } <!-- Content: template --> /> |
fcore:set-document-definition | <fcore:set-document-definition
docdef = { string } path = { uri-reference } /> |
fcore:set-imt | <fcore:set-imt
imt = { string } path = { uri-reference } /> |
fcore:set-owner | <fcore:set-owner
owner = { uri-reference } path = { uri-reference } /> |
fcore:set-reference | <fcore:set-reference
reference = { uri-reference } path = { uri-reference } /> |
fcore:set-username | <fcore:set-username
new-name = { string } path = { uri-reference } /> |
fcore:x-update | <fcore:x-update
path = { uri-reference } <!-- Content: template --> /> |
fhttp:request-headers | <fhttp:request-headers />
|
fhttp:response-uri | <fhttp:response-uri
uri = { uri-reference } /> |
frdf:add | <frdf:add
o = expression p = expression s = expression scope = string-expression stmt-uri = string-expression type = expression /> |
frdf:complete | <frdf:complete
o = expression o-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" } p = expression p-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" } s = expression s-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" } scope = string-expression scope-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" } stmt-uri = string-expression stmt-uri-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" } type = expression /> |
frdf:deserialize-and-add | <frdf:deserialize-and-add
path = { uri-reference } base-path = { uri-reference } <!-- Content: template --> /> |
frdf:deserialize-and-remove | <frdf:deserialize-and-remove
path = { uri-reference } base-path = { uri-reference } <!-- Content: template --> /> |
frdf:remove | <frdf:remove
o = expression o-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" } p = expression p-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" } s = expression s-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" } scope = string-expression scope-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" } stmt-uri = string-expression stmt-uri-flags = { "normal" | "regex" | "ignore-case" | "regex-ignore-case" } type = expression /> |
frdf:versa-assign | <frdf:versa-assign
name = { string } query = { string } scope = { string } /> |
frdf:versa-query | <frdf:versa-query
query = { string } scope = { string } /> |
frdf:visualize | <frdf:visualize
graph-vis = { uri-reference } output-path = { uri-reference } map-name = { id } max-arcs = { string } namespaces = { string } resourcePath = { string } rotate = { "yes" | "no" } scoped = { string } svg = { string } uri-format = { string } /> |
futil:xml-rpc-invoke | <futil:xml-rpc-invoke
method = { string } uri = { uri-reference } p1 = expression p2 = expression p3 = expression p4 = expression p5 = expression t1 = expression t2 = expression t3 = expression t4 = expression t5 = expression <!-- Content: template --> /> |
## ##################################### ## #ACL Interfaces ## #####################################
## ######################################## ## #Temporary file Interfaces ## ########################################
## ###################################### ## #Delete Interface ## ######################################
## ########################################## ## #Mutation Interfaces ## ##########################################