• Project server 2007 的几种开发方式


    • Project Web Access

           支持Web Part 开发

    • Project Server Interface–PSI

            提供了一系列托管代码的API,通过webservice调用,所有需要访问Project Server的应用(包括Project Professional 2007PWA)都通过PSI调用。

     

    Web Services

    Address

     

    Admin

    http:// youraddress/pwa/_vti_bin/psi/admin.asmx

    PWA中的管理:设置财年、货币、报表时间段、内控日志、AD活动目录等

    Archive

    http:// youraddress/pwa/_vti_bin/psi/archive.asmx

    项目、安全类别、自定义域、资源、系统设置、视图等

    Calendar

    http:// youraddress/pwa/_vti_bin/psi/calendar.asmx

    管理企业日历:签入签出、建立删除更新日历个别项等等

    CubeAdmin

    http:// youraddress/pwa/_vti_bin/psi/cubeadmin.asmx

    管理OLAP Cube:取Analysis Server和数据状态、建立Cube、更改Cube定义等等

    CustomField

    http:// youraddress/pwa/_vti_bin/psi/customfield.asmx

    管理企业自定义域:签入签出、读取、建立、删除、更新等

    LookupTable

    http:// youraddress/pwa/_vti_bin/psi/lookuptable.asmx

    管理Lookup Table:多语言管理、代码掩码、签入签出、读取、建立、删除、更新

    QueueSystem

    http:// youraddress/pwa/_vti_bin/psi/queuesystem.asmx

    管理队列服务:取得队列中的任务数量、等待时间、任务状态等等

    Resource

    http:// youraddress/pwa/_vti_bin/psi/resource.asmx

    管理企业资源:签入签出、资源建立、更新、删除、查询等等

    ResourcePlan

    http:// youraddress/pwa/_vti_bin/psi/resourceplan.asmx

    管理资源计划:签入签出、建立、更新、删除等等

    Security

    http:// youraddress/pwa/_vti_bin/psi/security.asmx

    管理安全模板、安全类别、访问控制列表、全局权限、用户与组的权限等等

    Statusing

    http:// youraddress/pwa/_vti_bin/psi/statusing.asmx

    管理状态更新与分配:状态更新历史、用户审批历史、项目状态信息、工作分配状态信息等等

    Timesheet

    http:// youraddress/pwa/_vti_bin/psi/timesheet.asmx

    管理时间表:建立、删除、发布、更新、读取时间表


    • Project Server 事件服务

            PWA在主菜单中增添了一个EVENT模块,可以开发事件处理程序并通过PWA来注册他们。事件处理程序针对业务对象如自定义域、任务、资源、项目、报告、时间表等等。

    • 工作流

            Project Server建立于Windows SharePoint Service之上,因此具有其全部工作流特性,提供工作流的开发框架。

    • EPM 报告功能

            Reporting Database开发,支持Microsoft 商业智能(BI) 框架。



    ------------------
    欢迎指正

  • 相关阅读:
    2017光棍节新生训练赛
    javascript模块化编程(二):AMD规范
    javascript模块化编程(一):模块的写法
    CommonJS Promises/A规范
    javascript面向对象(三):非构造函数的继承
    javascript面向对象(二):构造函数的继承
    javascript面向对象(一):封装
    this用法(ryf)
    javascript继承机制的设计思想(ryf)
    XMLHttpRequest对象用法
  • 原文地址:https://www.cnblogs.com/heli/p/1101877.html
Copyright © 2020-2023  润新知