Interface WebAssociatedScheduleSource

    • Method Detail

      • getProjectAssociatedSchedules

        WebAssociatedSchedules getProjectAssociatedSchedules()
        get the associated schedule from IServer for project, if there is no setting for associated schedule for project, it will return empty
        Returns:
        the String representing the associated schedule
      • getWebAssociatedSchedulesForObject

        WebAssociatedSchedules getWebAssociatedSchedulesForObject​(ResultSetBean rsb)
        get the associated schedule from IServer for object
        Parameters:
        rsb - the object of associated schedule
        Returns:
        the String representing the associated schedule
      • getWebAssociatedSchedulesForObject

        WebAssociatedSchedules getWebAssociatedSchedulesForObject()
        get the associated schedule from IServer for object
        Returns:
        the String representing the associated schedule
      • getWebAssociatedSchedulesForObject

        WebAssociatedSchedules getWebAssociatedSchedulesForObject​(WebObjectInfo woi)
        get the associated schedule from IServer for object
        Parameters:
        rsb - the object of associated schedule
        Returns:
        the String representing the associated schedule
      • getProjectLevelSchedules

        WebAssociatedSchedules getProjectLevelSchedules()
        get the project-level associated schedule from IServer, if there is no setting for associated schedule for project, it will return server-level schedules
        Returns:
        the String representing the associated schedule