Overview Schemas Index

JUSTIFICATION_MIM (jsdai.SJustification_mim)


ENTITY justification_item_group_assignment
          SUBTYPE OF (group_assignment);
          items : SET [1:1] OF justification_item;
END_ENTITY; -- justification_item_group_assignment

Entity data types and their attributes

group_assignment
          assigned_group: group;
          (DER) role: object_role;
justification_item_group_assignment
          items: SET [1:1] OF justification_item;

Users

group_assignment
          role_association.item_with_role
                    role_select
justification_item_group_assignment

Global rules for this entity data type

          -

public interface EJustification_item_group_assignment extends EGroup_assignment

items (explicit attribute)

          boolean testItems(EJustification_item_group_assignment type)
          AJustification_item getItems(EJustification_item_group_assignment type)
          AJustification_item createItems(EJustification_item_group_assignment type)
          void unsetItems(EJustification_item_group_assignment type)

public class CJustification_item_group_assignment implements EJustification_item_group_assignment

          static EAttribute attributeItems(EJustification_item_group_assignment type)
          static int usedinItems(EJustification_item_group_assignment type, EEntity instance, ASdaiModel domain, AJustification_item_group_assignment result)

public class AJustification_item_group_assignment extends AEntity

          public EJustification_item_group_assignment getByIndex(int index)
          public EJustification_item_group_assignment getCurrentMember(SdaiIterator it)