📄 webservice.php.svn-base
字号:
'oem_document_no' => 'string', 'relevance' => 'float', 'text' => 'string', 'title' => 'string', 'document_type' => 'string', 'fullpath' => 'string', 'filename' => 'string', 'filesize' => 'int', 'folder_id' => 'int', 'created_by' => 'string', 'created_date' => 'string', 'checked_out_by' => 'string', 'checked_out_date' => 'string', 'modified_by' => 'string', 'modified_date' => 'string', 'owned_by' => 'string', 'version' => 'float', 'is_immutable' => 'boolean', 'permissions' => 'string', 'workflow' => 'string', 'workflow_state' => 'string', 'mime_type' => 'string', 'mime_icon_path' => 'string', 'mime_display' => 'string', 'storage_path' => 'string', 'status' => 'string', ); $this->__typedef["{urn:$this->namespace}kt_search_results"] = array( array( 'item' => "{urn:$this->namespace}kt_search_result_item" ) ); $this->__typedef["{urn:$this->namespace}kt_search_response"] = array( 'status_code' => 'int', 'message' => 'string', 'hits' => "{urn:$this->namespace}kt_search_results" , ); } if ($this->version >= 2) { $this->__typedef["{urn:$this->namespace}kt_sysdata_item"] = array( 'name' => 'string', 'value' => 'string' ); $this->__typedef["{urn:$this->namespace}kt_sysdata"] = array( array( 'item' => "{urn:$this->namespace}kt_sysdata_item" ) ); } $this->__typedef["{urn:$this->namespace}kt_metadata_selection_item"] = array( 'id' => 'int', 'name' => 'string', 'value' => 'string', 'parent_id' => 'int' ); $this->__typedef["{urn:$this->namespace}kt_metadata_selection"] = array( array( 'item' => "{urn:$this->namespace}kt_metadata_selection_item" ) ); $this->__typedef["{urn:$this->namespace}kt_metadata_field"] = array( 'name' => 'string', 'required' => 'boolean' , 'value' => 'string' , 'description' => 'string' , 'control_type' => 'string' , 'selection' => "{urn:$this->namespace}kt_metadata_selection" ); $this->__typedef["{urn:$this->namespace}kt_metadata_fields"] = array( array( 'field' => "{urn:$this->namespace}kt_metadata_field" ) ); $this->__typedef["{urn:$this->namespace}kt_metadata_fieldset"] = array( 'fieldset' => 'string', 'description' => 'string', 'fields' => "{urn:$this->namespace}kt_metadata_fields" , ); $this->__typedef["{urn:$this->namespace}kt_metadata_fieldsets"] = array( array( 'fieldset' => "{urn:$this->namespace}kt_metadata_fieldset" ) ); $this->__typedef["{urn:$this->namespace}kt_metadata_response"] = array( 'status_code' => 'int', 'message' => 'string', 'metadata' => "{urn:$this->namespace}kt_metadata_fieldsets" , ); $this->__typedef["{urn:$this->namespace}kt_workflow_transitions"] = array( array( 'transition' => 'string' ) ); $this->__typedef["{urn:$this->namespace}kt_workflow_transitions_response"] = array( 'status_code'=>'int', 'message'=>'string', 'transitions' => "{urn:$this->namespace}kt_workflow_transitions" ); $this->__typedef["{urn:$this->namespace}kt_workflows_array"] = array( array( 'workflow' => 'string' ) ); $this->__typedef["{urn:$this->namespace}kt_workflows_response"] = array( 'status_code' => 'int', 'message' => 'string', 'workflows' => "{urn:$this->namespace}kt_workflows_array" ); $this->__typedef["{urn:$this->namespace}kt_document_transaction_history_item"] = array( 'transaction_name'=>'string', 'username'=>'string', 'version' => 'string', 'comment' => 'string', 'datetime' => 'string' ); if ($this->version >= 2) { $this->__typedef["{urn:$this->namespace}kt_document_transaction_history_item"] = array( 'transaction_name'=>'string', 'username'=>'string', 'version' => 'float', 'comment' => 'string', 'datetime' => 'string' ); } $this->__typedef["{urn:$this->namespace}kt_linked_document"] = array( 'document_id'=>'int', 'custom_document_no' => 'string', 'oem_document_no' => 'string', 'title'=>'string', 'document_type'=>'string', 'filesize' => 'int', 'version' => 'float', 'workflow' => 'string', 'workflow_state' => 'string', 'link_type' => 'string' ); $this->__typedef["{urn:$this->namespace}kt_linked_documents"] = array( array( 'links' => "{urn:$this->namespace}kt_linked_document" ) ); $this->__typedef["{urn:$this->namespace}kt_linked_document_response"] = array( 'status_code'=>'int', 'message'=>'string', 'parent_document_id' => 'int', 'links' => "{urn:$this->namespace}kt_linked_documents" ); $this->__typedef["{urn:$this->namespace}kt_document_transaction_history"] = array( array( 'history' => "{urn:$this->namespace}kt_document_transaction_history_item" ) ); if($this->version >= 3){ $this->__typedef["{urn:$this->namespace}kt_document_shortcut"] = array( 'id' => 'int', 'full_path' => 'string', 'folder_id' => 'int', 'creator_id' => 'string', 'created' => 'string', 'owner_id'=>'string', 'permission_object_id' => 'string', 'permission_lookup_id' => 'string', 'linked_document_id' => 'int', ); $this->__typedef["{urn:$this->namespace}kt_document_shortcuts"] = array( array( 'shortcuts' => "{urn:$this->namespace}kt_document_shortcut" ) ); $this->__typedef["{urn:$this->namespace}kt_document_shortcut_response"] = array( 'status_code'=>'int', 'message'=>'string', 'shortcuts' => "{urn:$this->namespace}kt_document_shortcuts" ); $this->__typedef["{urn:$this->namespace}kt_folder_shortcut"] = array( 'id' => 'int', 'name' => 'string', 'parent_id' => 'string', 'full_path' => 'string', 'folder_id' => 'int', 'creator_id' => 'string', 'created' => 'string', 'permission_object_id' => 'string', 'permission_lookup_id' => 'string', 'linked_folder_id' => 'int', ); $this->__typedef["{urn:$this->namespace}kt_folder_shortcuts"] = array( array( 'shortcuts' => "{urn:$this->namespace}kt_folder_shortcut" ) ); $this->__typedef["{urn:$this->namespace}kt_folder_shortcut_response"] = array( 'status_code'=>'int', 'message'=>'string', 'shortcuts' => "{urn:$this->namespace}kt_folder_shortcuts" ); } $this->__typedef["{urn:$this->namespace}kt_document_transaction_history_response"] = array( 'status_code'=>'int', 'message'=>'string', 'history' => "{urn:$this->namespace}kt_document_transaction_history" ); $this->__typedef["{urn:$this->namespace}kt_document_version_history_item"] = array( 'user'=>'string', 'metadata_version'=>'string', 'content_version'=>'string', ); if ($this->version >= 2) { $this->__typedef["{urn:$this->namespace}kt_document_version_history_item"] = array( 'user'=>'string', 'metadata_version'=>'int', 'content_version'=>'float', ); } $this->__typedef["{urn:$this->namespace}kt_document_collection"] = array( array( 'item' => "{urn:$this->namespace}kt_document_detail" ) ); $this->__typedef["{urn:$this->namespace}kt_document_collection_response"] = array( 'status_code' => 'int', 'message' => 'string', 'collection' => "{urn:$this->namespace}kt_document_collection" ); $this->__typedef["{urn:$this->namespace}kt_folder_collection"] = array( array( 'item' => "{urn:$this->namespace}kt_folder_detail" ) ); $this->__typedef["{urn:$this->namespace}kt_folder_collection_response"] = array( 'status_code' => 'int', 'message' => 'string', 'collection' => "{urn:$this->namespace}kt_folder_collection" ); $this->__typedef["{urn:$this->namespace}kt_document_version_history"] = array( array( 'history' => "{urn:$this->namespace}kt_document_version_history_item" ) ); $this->__typedef["{urn:$this->namespace}kt_document_version_history_response"] = array( 'status_code'=>'int', 'message'=>'string', 'history' => "{urn:$this->namespace}kt_document_version_history" ); $this->__typedef["{urn:$this->namespace}kt_document_types_array"] = array( array( 'document_type' => 'string' ) ); $this->__typedef["{urn:$this->namespace}kt_document_types_response"] = array( 'status_code' => 'int', 'message' => 'string', 'document_types' => "{urn:$this->namespace}kt_document_types_array" ); $this->__typedef["{urn:$this->namespace}kt_client_policy"] = array( 'name' => 'string', 'value' => 'string', 'type' => 'string', );
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -