Overview Schemas Index

AP203_CONFIGURATION_CONTROLLED_3D_DESIGN_OF_MECHANICAL_PARTS_AND_ASSEMBLIES_MIM (jsdai.SAp203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim)


ENTITY start_work
          SUBTYPE OF (action_assignment);
          items : SET [1:?] OF work_item;
END_ENTITY; -- start_work

Entity data types and their attributes

action_assignment
          assigned_action: action;
          (DER) role: object_role;
start_work
          items: SET [1:?] OF work_item;

Users

action_assignment
          role_association.item_with_role
                    role_select
start_work
          cc_design_approval.items
                    approved_item
          cc_design_date_and_time_assignment.items
                    date_time_item
          cc_design_person_and_organization_assignment.items
                    cc_person_organization_item

Global rules for this entity data type

          -

public interface EStart_work extends EAction_assignment

items (explicit attribute)

          boolean testItems(EStart_work type)
          AWork_item getItems(EStart_work type)
          AWork_item createItems(EStart_work type)
          void unsetItems(EStart_work type)

public class CStart_work implements EStart_work

          static EAttribute attributeItems(EStart_work type)
          static int usedinItems(EStart_work type, EEntity instance, ASdaiModel domain, AStart_work result)

public class AStart_work extends AEntity

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