Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "HOWL Update 1.1.103"

Line 1: Line 1:
 +
{{#eclipseproject:technology.higgins}}
 +
[[Image:Higgins_logo_76Wx100H.jpg|right]]
 +
 
== Version 1.1.103 ==
 
== Version 1.1.103 ==
 +
* This page describes changes made from version [[HOWL Update 1.1.102]]
 +
 +
==Access Control Related Changes ==
 +
Rework:
 +
* Delete the Operation class (and all subclasses)
 +
* Change higgins:operation into being an abstract super-property whose range is the protected resource.
 +
* Added higgins:read, higgins:add, higgins:modify, and higgins:delete properties (all sub-properties of the revised higgins:operation super-property).
 +
 +
New:
 +
* Added "managedBy" property (domain = Policy, range = Agent who is permitted to manage this Policy Entity)
  
 +
==Misc Changes==
 +
Simplification:
 +
* instead of including an explicit BlankEntity class in the data model, we simply say that Entities have '''at most one''' EntityId, not exactly one. The BlankEntity class has been eliminated.
  
 
== See Also ==
 
== See Also ==
* [[HOWL Update 1.1.102]]
+
* [[HOWL 1.1]]

Revision as of 18:14, 2 July 2008

{{#eclipseproject:technology.higgins}}

Higgins logo 76Wx100H.jpg

Version 1.1.103

Access Control Related Changes

Rework:

  • Delete the Operation class (and all subclasses)
  • Change higgins:operation into being an abstract super-property whose range is the protected resource.
  • Added higgins:read, higgins:add, higgins:modify, and higgins:delete properties (all sub-properties of the revised higgins:operation super-property).

New:

  • Added "managedBy" property (domain = Policy, range = Agent who is permitted to manage this Policy Entity)

Misc Changes

Simplification:

  • instead of including an explicit BlankEntity class in the data model, we simply say that Entities have at most one EntityId, not exactly one. The BlankEntity class has been eliminated.

See Also

Back to the top