Package org.osid.checklist


package org.osid.checklist

The Open Service Interface Definitions for the org.osid.checklist service.

The Checklist OSID provides a means of managing action items.

Todos

A Todo is a Temporal item that appears on a Checklist . The effective dats of aa Todo determine when the Todo is actively on the list. An ineffective Todo may be due the the completion or the skipping of the item.

A Todo may depend on one or more other Todos to help with determining an order of tackling the action items in addition the sequencing and prioritization of the items.

Todos are hierarchical to support nested action items. A parent Todo is not completed until all child Todos are completed.

Checklist Cataloging

Todos are cataloged in Checklists which may also be grouped hierarchically to federate multiple collections of Todos .

Sub Packages

The Checklist OSID contains a Checklist Mason OSID to manage the automatic creation of Todos . Todos may be created based on a cyclic event managed in the Calendaring Cyclic OSID or in response to a threshold in the Inventory OSID.




Copyright © 2010 Ingenescus. All Rights Reserved.

This Work is being provided by the copyright holder(s) subject to the following license. By obtaining, using and/or copying this Work, you agree that you have read, understand, and will comply with the following terms and conditions.

Permission to use, copy and distribute unmodified versions of this Work, for any purpose, without fee or royalty is hereby granted, provided that you include the above copyright notices and the terms of this license on ALL copies of the Work or portions thereof.

You may nodify or create Derivatives of this Work only for your internal purposes. You shall not distribute or transfer any such Derivative of this Work to any location or to any third party. For the purposes of this license, "Derivative" shall mean any derivative of the Work as defined in the United States Copyright Act of 1976, such as a translation or modification.

This Work and the information contained herein is provided on an "AS IS" basis WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE WORK OR THE USE OR OTHER DEALINGS IN THE WORK.

The export of software employing encryption technology may require a specific license from the United States Government. It is the responsibility of any person or organization contemplating export to obtain such a license before exporting this Work.

  • Interfaces
    Class
    Description
    A Checklist represents a collection of todos.
    This session creates, updates, and deletes Checklists .
    This is the form for creating and updating Checklists .
    This session manages a hierarchy of checklists.
    This session defines methods for traversing a hierarchy of Checklists .
    Like all OsidLists , ChecklistList provides a means for accessing Checklist elements sequentially either one at a time or many at a time.
    This session provides methods for retrieving Checklists .
    The checklist manager provides access to checklist sessions and provides interoperability tests for various aspects of this service.
    This interface is a container for a partial hierarchy retrieval.
    Like all OsidLists , ChecklistNodeList provides a means for accessing ChecklistNode elements sequentially either one at a time or many at a time.
    This session defines methods to receive notifications on adds/changes to Checklists .
    The todoing profile describes the interoperability among todoing services.
    The checklist manager provides access to checklist sessions and provides interoperability tests for various aspects of this service.
    This is the query for searching for checklists.
    This is the query inspector for examining checklist queries.
    This session provides methods for searching Checklists .
    The checklist receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Checklist objects.
    The search interface for governing checklist searches.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching Checklists .
    A Todo represents a checklist item.
    This session creates, updates, and deletes Todos .
    This session provides methods to re-assign Todos to Checklists .
    This session provides methods to retrieve Todo to Checklist mappings.
    This is the form for creating and updating Todos .
    This session defines methods for managing a hierarchy of Todos .
    This session defines methods for traversing a hierarchy of Todos .
    Like all OsidLists , TodoList provides a means for accessing Todo elements sequentially either one at a time or many at a time.
    This session defines methods for retrieving todos.
    This interface is a container for a partial hierarchy retrieval.
    Like all OsidLists , TodoNodeList provides a means for accessing TodoNode elements sequentially either one at a time or many at a time.
    This session defines methods to receive notifications on adds/changes to Todos .
    This is the query for searching todos.
    The todo query inspector for examining todo queries.
    This session provides methods for searching Todos .
    The todo receiver is the consumer supplied interface for receiving notifications pertaining to new or deleted todos.
    The search interface for governing todo searches.
    An interface for specifying the ordering of search results.
    This interface provides a means to capture results of a search.
    This session provides methods for searching Todos .
    This session manages queries and sequencing to create "smart" dynamic catalogs.