Alternate Name: Common Business Entities Domain::Policy ABE::Policy Structure ABE::Policy Action ABE
Category: [a] Class
This is the base class for all simple PolicyActions. A simple PolicyAction consists of a single Boolean clause, which is used to perform a single action. This consists of a single occurrence of a PolicyStatement, which is of the form:\n\n {SET | CLEAR} PolicyVariable to PolicyValue\n\nThis is distinctly different from the PolicyActionVendor, which does not use a PolicyStatement.\n\nPolicyActionAtomic objects can also be used to form more complex action structures. A PolicyActionComposite object can be used to contain a group of PolicyActionAtomic objects - this grouping enables multiple PolicyActionAtomic objects to be executed as a group. Alternatively, a PolicyActionAtomic object can contain one or more PolicyActionAtomic objects (and also PolicyActionComposite groups if desired) to provide the semantics of a compound PolicyAction. In either case, the aggregation is done using the containedPolicyActions aggregation.\n
This was created from the Frameworx 16.0 Model