Overview Schemas Index

IDA_STEP_AIM_SCHEMA (jsdai.SIda_step_aim_schema)


TYPE retention_item = EXTENSIBLE SELECT (
          control,
          document,
          material_property,
          product,
          product_definition,
          product_definition_formation,
          product_definition_relationship,
          representation,
          result);
END_TYPE; -- retention_item

Extensions

          as_retention_item (ASSEMBLY_STRUCTURE_XIM)
                              product_occurrence_definition_relationship_armx

Users

          retention_assignment.items

public class ARetention_item extends AEntitySelect implements Aggregate

          case 1:
              boolean isMember(EEntity value)
              EEntity getByIndex(int index)
              EEntity getCurrentMember(SdaiIterator iter)
              void setByIndex(int index, EEntity value)
              void setCurrentMember(SdaiIterator iter, EEntity value)
              void addBefore(SdaiIterator iter, EEntity value)
              void addAfter(SdaiIterator iter, EEntity value)
              void addUnordered(EEntity value)
              void addByIndex(int index, EEntity value)
              void removeUnordered(EEntity value)