Overview Schemas Index

CHANGE_MANAGEMENT_MIM (jsdai.SChange_management_mim)


ENTITY frozen_assignment
          SUBTYPE OF (approval_assignment);
          items : SET [1:?] OF change_management_object;
END_ENTITY; -- frozen_assignment

Entity data types and their attributes

approval_assignment
          assigned_approval: approval;
          (DER) role: object_role;
frozen_assignment
          items: SET [1:?] OF change_management_object;

Users: by entity attributes

approval_assignment
          role_association.item_with_role
                    role_select
frozen_assignment
          applied_approval_assignment.items
                    approval_item
                              cm_approval_item

Users: by defined types, not used by any entity attribute

frozen_assignment
          cm_approval_item
                    applied_approval_assignment.items

Global rules for this entity data type

          -

public interface EFrozen_assignment extends EApproval_assignment

items (explicit attribute)

          boolean testItems(EFrozen_assignment type)
          AChange_management_object getItems(EFrozen_assignment type)
          AChange_management_object createItems(EFrozen_assignment type)
          void unsetItems(EFrozen_assignment type)

public class CFrozen_assignment implements EFrozen_assignment

          static EAttribute attributeItems(EFrozen_assignment type)
          static int usedinItems(EFrozen_assignment type, EEntity instance, ASdaiModel domain, AFrozen_assignment result)

public class AFrozen_assignment extends AEntity

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