Package org.osid.rules.check


package org.osid.rules.check

The Open Service Interface Definitions for the org.osid.rules.check service.

The Rules Check OSID provides a means for managing and evaluating a series of Checks that comprise a business process. Inspired by the fine work at Kuali Student, this service manages the go/no-go business requirements that can be used within other OSID Providers to organize and manage requirement logic, rules, and actions.

Checks

A Check is an OsidRule that is to be evaluated. Check defines a few simple rules that can be managed directly.

  • time based check using dates
  • time based check using Events
  • time based checks using CyclicEvents
  • checks for Blocks in the Hold OSID
  • checks for authorizations in the Authorization OSID
  • checks for Audits in the Inquiry OSID
  • checks for other agendas
  • checks to perform logging in the Logging OSID

Other kinds of checks can be defined using the CheckRecord or by referencing an external Rule . Although the entity name imples something is checked, as any rule it can perform any action where it makes sense to configure into an Agenda .

Agendas

An Agenda represents a process and has a related set of Checks to perform. OSID Consumers can simply reference an Agenda Id .

Instructions

Instructions are OsidRelationships used to relate a Check to an Agenda . Checks , once defined, can be reused among multiple Agendas . The Instruction provides the relationship along with information about how the Check is to be applied such as sequencing managed in the InstructionAdminSession , failed check messages, and processing control. Instructions are also OsidEnablers managing the applicability of a Check. The Instruction may apply a Check at certain times, to certain Demographics of the target object, or based on a custom Rule .

Evaluations

Several evaluation sessions are provided.

  • CheckEvaluationSession:E evaluates Checks using an input/output pattern.
  • InstructionApplicabilitySession : Finds applicable Instructions to be used in evaluating an Agenda .
  • AgendaEvaluationSession : Evaluates entire Agendas using an input/output pattern.
  • AgendaSession : Evaluates entire Agendas providing a go/no-go response. Feedback, inquiry acknowledgements, and any exemptions are handled out-of-band through the Communication OSID.

The above sessions also suggest an approach to understand the pieces of this rules-oriented model from Check evaluation up through communication with a user.

Engine Cataloging

Checks , Instructions , and Agendas are organized into federatable OsidCatalogs called Engines .


Copyright © 2011, 2015 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 modify 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
    An Agenda .
    This session creates, updates, and deletes Agendas .
    The AgendaCondition is used to input conditions into an agenda evaluation.
    This session provides methods to re-assign Agendas to Engine mappings.
    This session provides methods to retrieve Agenda to Engine checks.
    This session provides methods to evaluate Agendas and access results.
    This is the form for creating and updating Agendas .Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the AgendaAdminSession .
    Like all OsidLists , AgendaList provides a means for accessing Agenda elements sequentially either one at a time or many at a time.
    This session provides methods for retrieving Agenda objects.
    This session defines methods to receive notifications on adds/changes to Agenda objects in this Engine .
    This is the query for searching agendas.
    This is the query inspector for examining agenda queries.
    This session provides methods for searching among Agenda objects.
    The agenda receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Agenda objects.
    The search interface for governing agenda 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 among Agenda objects.
    This session provides methods to process Agendas .
    This session manages queries and sequencing to create "smart" dynamic catalogs.
    A Check is something that needs to checked.
    This session creates, updates, and deletes Checks .
    The CheckCondition is used to input conditions into a check evaluation.
    This session provides methods to re-assign Checks to Engine mappings.
    This session provides methods to retrieve Check to Engine mappings.
    This session provides methods to evaluate Checks .
    This is the form for creating and updating Checks .
    Like all OsidLists , CheckList provides a means for accessing Check elements sequentially either one at a time or many at a time.
    This session provides methods for retrieving Check relationships.
    This session defines methods to receive notifications on adds/changes to Check objects in this Engine .
    This is the query for searching checks.
    This is the query inspector for examining check queries.
    This session provides methods for searching among Check objects.
    The check receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted Check objects.
    The results of an evaluation.
    Like all OsidLists , CheckResultList provides a means for accessing CheckResult elements sequentially either one at a time or many at a time.
    The search interface for governing check 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 among Check objects.
    This session manages queries and sequencing to create "smart" dynamic catalogs.
    A Instruction appliies a Check to an Agenda .
    This session creates, updates, and deletes Instructions .
    This session provides methods to evaluate Instructions .
    The InstructionCondition is used to input conditions into an instruction evaluation.
    This session provides methods to re-assign Instructions to Engine mappings.
    This session provides methods to retrieve Instruction to Engine instructions.
    This is the form for creating and updating Instructions .
    Like all OsidLists , InstructionList provides a means for accessing Instruction elements sequentially either one at a time or many at a time.
    This session defines methods for retrieving instructions.
    This session defines methods to receive notifications on adds/changes to Instruction objects in this Engine .
    This is the query for searching instructions.
    This is the query inspector for examining instruction queries.
    This session provides methods for searching among Instruction objects.
    The instruction receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted instructions.
    The search interface for governing instruction 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 among Instruction objects.
    This session manages queries and sequencing to create "smart" dynamic catalogs.
    The check manager provides access to rules sessions and provides interoperability tests for various aspects of this service.
    The rules check profile describes the interoperability among rules check services.
    The check proxy manager provides access to rules sessions and provides interoperability tests for various aspects of this service.