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.105"

(New page: {{#eclipseproject:technology.higgins}} right == Version 1.1.104 == * This page describes changes made from version HOWL Update 1.1.103 == Changes ...)
 
(Changes)
Line 6: Line 6:
  
 
== Changes ==
 
== Changes ==
* Changed selfInstanceSubject to a simple boolean attribute on the policy. If true this policy applies to the current IdAS consumer.
+
# Changed selfInstanceSubject to a simple boolean attribute on the policy. If true this policy applies to the current IdAS consumer.
* Added four "self" operations that all specialize a new attribute called "selfOperation" that is a sub-attribute of "operation".
+
# Added four "self" operations that all specialize a new attribute called "selfOperation" that is a sub-attribute of "operation".
** higgins:selfOperation: Abstract operation on all attributes of entity S(elf) (or the set of attributes of S indicated by the onAttribute predicates of this Policy), where S is an instance of the class indicated by the range AND S is a representation of the current IdAS consumer. Sub-attribute of higgins:operation.
+
#* higgins:selfOperation: Abstract operation on all attributes of entity S(elf) (or the set of attributes of S indicated by the onAttribute predicates of this Policy), where S is an instance of the class indicated by the range AND S is a representation of the current IdAS consumer. Sub-attribute of higgins:operation.
** selfAdd (sub-attribute of selfOperation): Must be used in conjunction with one or more onAttributes. These selected attributes of the "self" Entity may be added.
+
#* selfAdd (sub-attribute of selfOperation): Must be used in conjunction with one or more onAttributes. These selected attributes of the "self" Entity may be added.
** selfDelete (sub-attribute of selfOperation): Selected attributes (as specified by onAttribute predicates) else all attributes of "self" Entity may be deleted.  
+
#* selfDelete (sub-attribute of selfOperation): Selected attributes (as specified by onAttribute predicates) else all attributes of "self" Entity may be deleted.  
** selfModify (sub-attribute of selfOperation): Selected attributes (as specified by onAttribute predicates) else all attributes of "self" Entity may be modified.
+
#* selfModify (sub-attribute of selfOperation): Selected attributes (as specified by onAttribute predicates) else all attributes of "self" Entity may be modified.
** selfDelete (sub-attribute of selfOperation): Selected attributes (as specified by onAttribute predicates) else all attributes of "self" Entity may be read.  
+
#* selfDelete (sub-attribute of selfOperation): Selected attributes (as specified by onAttribute predicates) else all attributes of "self" Entity may be read.
  
 
== See Also ==
 
== See Also ==
 
* [[HOWL Update 1.1.104]]
 
* [[HOWL Update 1.1.104]]

Revision as of 22:26, 30 July 2008

{{#eclipseproject:technology.higgins}}

Higgins logo 76Wx100H.jpg

Version 1.1.104

Changes

  1. Changed selfInstanceSubject to a simple boolean attribute on the policy. If true this policy applies to the current IdAS consumer.
  2. Added four "self" operations that all specialize a new attribute called "selfOperation" that is a sub-attribute of "operation".
    • higgins:selfOperation: Abstract operation on all attributes of entity S(elf) (or the set of attributes of S indicated by the onAttribute predicates of this Policy), where S is an instance of the class indicated by the range AND S is a representation of the current IdAS consumer. Sub-attribute of higgins:operation.
    • selfAdd (sub-attribute of selfOperation): Must be used in conjunction with one or more onAttributes. These selected attributes of the "self" Entity may be added.
    • selfDelete (sub-attribute of selfOperation): Selected attributes (as specified by onAttribute predicates) else all attributes of "self" Entity may be deleted.
    • selfModify (sub-attribute of selfOperation): Selected attributes (as specified by onAttribute predicates) else all attributes of "self" Entity may be modified.
    • selfDelete (sub-attribute of selfOperation): Selected attributes (as specified by onAttribute predicates) else all attributes of "self" Entity may be read.

See Also

Back to the top