zoukankan      html  css  js  c++  java
  • 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) 框架。



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

  • 相关阅读:
    第一次使用博客,有点小激动
    oracle中的分区表基本介绍
    【转】Apache Common HttpClient使用之七种武器
    利用Iterator删除List里相近或相同的对象
    [转]给开发维护大型项目的Java开发者的建议
    JavaScript中String对象的一些方法
    [转] ORA00913: 值过多
    [转]HTTP协议详解
    DOM解析xml
    C# 中的 == 和 .Equals()
  • 原文地址:https://www.cnblogs.com/heli/p/1101877.html
Copyright © 2011-2022 走看看