Overview Schemas Index

PERSON_ORGANIZATION_SCHEMA (jsdai.SPerson_organization_schema)


ENTITY position_in_organization_type;
          id : identifier;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- position_in_organization_type

Entity data types and their attributes

position_in_organization_type
          id: identifier;
          name: label;
          (OPT) description: text;

Known subtypes

          position_type (POSITION_IN_ORGANIZATION_XIM)

Users

position_in_organization_type
          applied_action_method_assignment.items
                    action_method_items
                              tsr_action_method_items
          applied_approval_assignment.items
                    approval_item
                              os_approval_item
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_item
          applied_contract_assignment.items
                    contract_item
                              pmri_contract_item
                                        person_and_organization_item
                                                  tsr_person_and_organization_item
          applied_document_reference.items
                    document_reference_item
                              os_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          applied_location_assignment.items
                    location_item
                              tsr_location_item
          applied_organization_assignment.items
                    organization_item
                              os_organization_item
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              os_person_and_organization_item
          applied_person_type_assignment.items
                    person_type_item
                              tsr_person_type_item
          attribute_language_assignment.items
                    attribute_language_item
                              tsr_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              tsr_attribute_language_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          language_indication.considered_instance
                    attribute_language_item
                              tsr_attribute_language_item
          language_indication.items
                    attribute_language_item
                              os_attribute_language_item
          location_assignment_armx.items
                    location_item
                              tsr_location_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              os_multi_language_attribute_item
          partial_document_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          person_in_organization_relationship.items
                    person_and_organization_item
                              os_person_and_organization_item
          position_in_organization_type_assignment.assigned_position_in_organization_type
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item

Global rules for this entity data type

          -

public interface EPosition_in_organization_type extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

public class CPosition_in_organization_type implements EPosition_in_organization_type

          static EAttribute attributeId(EPosition_in_organization_type type)
          static EAttribute attributeName(EPosition_in_organization_type type)
          static EAttribute attributeDescription(EPosition_in_organization_type type)

public class APosition_in_organization_type extends AEntity

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