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:EevaluatesChecksusing an input/output pattern. -
InstructionApplicabilitySession: Finds applicable Instructions to be used in evaluating anAgenda. -
AgendaEvaluationSession: Evaluates entireAgendasusing an input/output pattern. -
AgendaSession: Evaluates entireAgendasproviding 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.
-
InterfacesClassDescriptionAn
Agenda.This session creates, updates, and deletesAgendas.TheAgendaConditionis used to input conditions into an agenda evaluation.This session provides methods to re-assignAgendastoEnginemappings.This session provides methods to retrieveAgendatoEnginechecks.This session provides methods to evaluateAgendasand access results.This is the form for creating and updatingAgendas.Like allOsidFormobjects, various data elements may be set here for use in the create and update methods in theAgendaAdminSession.Like allOsidLists,AgendaListprovides a means for accessingAgendaelements sequentially either one at a time or many at a time.This session provides methods for retrievingAgendaobjects.This session defines methods to receive notifications on adds/changes toAgendaobjects in thisEngine.This is the query for searching agendas.This is the query inspector for examining agenda queries.This session provides methods for searching amongAgendaobjects.The agenda receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deletedAgendaobjects.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 amongAgendaobjects.This session provides methods to processAgendas.This session manages queries and sequencing to create "smart" dynamic catalogs.ACheckis something that needs to checked.This session creates, updates, and deletesChecks.TheCheckConditionis used to input conditions into a check evaluation.This session provides methods to re-assignCheckstoEnginemappings.This session provides methods to retrieveChecktoEnginemappings.This session provides methods to evaluateChecks.This is the form for creating and updatingChecks.Like allOsidLists,CheckListprovides a means for accessingCheckelements sequentially either one at a time or many at a time.This session provides methods for retrievingCheckrelationships.This session defines methods to receive notifications on adds/changes toCheckobjects in thisEngine.This is the query for searching checks.This is the query inspector for examining check queries.This session provides methods for searching amongCheckobjects.The check receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deletedCheckobjects.The results of an evaluation.Like allOsidLists,CheckResultListprovides a means for accessingCheckResultelements 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 amongCheckobjects.This session manages queries and sequencing to create "smart" dynamic catalogs.AInstructionappliies aCheckto anAgenda.This session creates, updates, and deletesInstructions.This session provides methods to evaluateInstructions.TheInstructionConditionis used to input conditions into an instruction evaluation.This session provides methods to re-assignInstructionstoEnginemappings.This session provides methods to retrieveInstructiontoEngineinstructions.This is the form for creating and updatingInstructions.Like allOsidLists,InstructionListprovides a means for accessingInstructionelements 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 toInstructionobjects in thisEngine.This is the query for searching instructions.This is the query inspector for examining instruction queries.This session provides methods for searching amongInstructionobjects.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 amongInstructionobjects.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.