开发平台-几个重要的链接

阅读更多
图标的获取路径:
icon:'${serverPath}/sysicons/sys_toolbar/ok.png'
组件调试器:
http://localhost:8082/dev/view?$$vid=abe7b53e575c4b5ba3426c7ad9a60f00&$v=组件id
查看渲染后的代码:
http://localhost:8000/view-text?$$vid=example-view-01 
http://localhost:8080/view-text?$$vid=7eaa159569394d91a38c3664b42200bc
http://localhost:8080/view-text?$$vid=oa_form_radiobutton
http://192.168.0.220:8000/view-text?$$vid=oa_form_radiobutton

http://localhost:8080/view?$$vid=ams-login-index-v2

查看数据源的查询结果:
http://localhost:8000/ds?$$vid=COMPONENT-DATASOURCE&$CMD=query&start=0&limit=10&codePrefix=/%E6%95%B0%E6%8D%AE%E6%BA%90
http://192.168.0.220:8000/ds?$$vid=cjd-oa-view-simple-example-datasource&$CMD=query&start=0&limit=10&codePrefix=/%E6%95%B0%E6%8D%AE%E6%BA%90

调用后台服务的链接:
http://192.168.0.220:8000/service?$$vid=test-service-01
http://192.168.0.220:8000/service/test-service-01.method01?lskdlfsl=laksldkfl&kadjflkasd=alksdlfkalskd


http://localhost.:8080/ds?$$vid=cjd-oa-view-simple-example-datasource&$CMD=query&start=0&limit=10
【数据源的操作】
query
%{serverPath}/ds?$$vid=cjd-oa-view-simple-example-datasource&$CMD=query
paging
%{serverPath}/ds?$$vid=cjd-oa-view-simple-example-datasource&$CMD=query&start=0&limit=10
insert/update
%{serverPath}/ds?$$vid=cjd-oa-view-simple-example-datasource&$CMD=save
delete
%{serverPath}/ds?$$vid=cjd-oa-view-simple-example-datasource&$CMD=delete


http://localhost.:8080/service/test-service-02.saveOrg?args=["domainid","orgid"]  --2个String参数
args=[["id1","id2"],123] --第一个参数是数组,第二个参数是整数

调用后台服务的例子
* 保存域信息
http://localhost.:8080/service/permission-service.saveDomain?name=新域名&id=999    --1个Map作为参数
http://localhost.:8080/service/permission-service.delDomain?args=[["id1","id2"]]
http://localhost.:8080/service/permission-service.delDomainAndHis?args=[["id1","id2"],true]

调用登录页面
http://localhost:8080/view-text?$$vid=oa-default-login

登录的url调试
http://localhost:8080/service/permission-service.authenticate?jsonData=["admin","1"]

调用文件系统
http://localhost:8080/service/fileSystem-service.testLocalFileSystem
http://localhost:8080/service/fileSystem-service.testHdfsFileSystem

导入元数据组件的调用
http://localhost:8080/ams/service/metadata-service.saveMetadataItem

dms
图标
http://localhost:8080/dms/service/test-service-01.method01?lskdlfsl=laksldkfl&kadjflkasd=alksdlfkalskd
http://localhost:8080/dms/service/sys-icon-service.getIcon?jsonData=["DEFAULT/images","arrow.gif"]

组件管理界面
http://localhost:8080/dev/proxy/sys/res/console.ftl

你可能感兴趣的:(开发平台-几个重要的链接)