Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY position_in_organization_type_assignment;
          ABSTRACT SUPERTYPE;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          assigned_position_in_organization_type : position_in_organization_type;
          role : position_in_organization_type_role;
END_ENTITY; -- position_in_organization_type_assignment

Entity data types and their attributes

position_in_organization_type_assignment
          id: identifier;
          name: label;
          (OPT) description: text;
          assigned_position_in_organization_type: position_in_organization_type;
          role: position_in_organization_type_role;

Known subtypes

          applied_position_in_organization_type_assignment (POSITION_IN_ORGANIZATION_MIM)

Users

position_in_organization_type_assignment
          applied_document_reference.items
                    document_reference_item
                              os_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              prjm_document_reference_item
          applied_person_type_definition_assignment.items
                    person_definition_item
                              prjm_person_definition_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          partial_document_assignment.items
                    document_reference_item
                              os_document_reference_item
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item

Global rules for this entity data type

          -

public interface EPosition_in_organization_type_assignment extends EEntity

id (explicit attribute)

          boolean testId(EPosition_in_organization_type_assignment type)
          String getId(EPosition_in_organization_type_assignment type)
          void setId(EPosition_in_organization_type_assignment type, String value)
          void unsetId(EPosition_in_organization_type_assignment type)

name (explicit attribute)

          boolean testName(EPosition_in_organization_type_assignment type)
          String getName(EPosition_in_organization_type_assignment type)
          void setName(EPosition_in_organization_type_assignment type, String value)
          void unsetName(EPosition_in_organization_type_assignment type)

description (explicit attribute)

          boolean testDescription(EPosition_in_organization_type_assignment type)
          String getDescription(EPosition_in_organization_type_assignment type)
          void setDescription(EPosition_in_organization_type_assignment type, String value)
          void unsetDescription(EPosition_in_organization_type_assignment type)

assigned_position_in_organization_type (explicit attribute)

          boolean testAssigned_position_in_organization_type(EPosition_in_organization_type_assignment type)
          EPosition_in_organization_type getAssigned_position_in_organization_type(EPosition_in_organization_type_assignment type)
          void setAssigned_position_in_organization_type(EPosition_in_organization_type_assignment type, EPosition_in_organization_type value)
          void unsetAssigned_position_in_organization_type(EPosition_in_organization_type_assignment type)

role (explicit attribute)

          boolean testRole(EPosition_in_organization_type_assignment type)
          EPosition_in_organization_type_role getRole(EPosition_in_organization_type_assignment type)
          void setRole(EPosition_in_organization_type_assignment type, EPosition_in_organization_type_role value)
          void unsetRole(EPosition_in_organization_type_assignment type)

public class CPosition_in_organization_type_assignment implements EPosition_in_organization_type_assignment

          static EAttribute attributeId(EPosition_in_organization_type_assignment type)
          static EAttribute attributeName(EPosition_in_organization_type_assignment type)
          static EAttribute attributeDescription(EPosition_in_organization_type_assignment type)
          static EAttribute attributeAssigned_position_in_organization_type(EPosition_in_organization_type_assignment type)
          static int usedinAssigned_position_in_organization_type(EPosition_in_organization_type_assignment type, EPosition_in_organization_type instance, ASdaiModel domain, APosition_in_organization_type_assignment result)
          static EAttribute attributeRole(EPosition_in_organization_type_assignment type)
          static int usedinRole(EPosition_in_organization_type_assignment type, EPosition_in_organization_type_role instance, ASdaiModel domain, APosition_in_organization_type_assignment result)

public class APosition_in_organization_type_assignment extends AEntity

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