Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY action_method_role;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- action_method_role

Entity data types and their attributes

action_method_role
          name: label;
          (OPT) description: text;

Users

action_method_role
          action_method_assignment.role
          task_element_assignment__input.role
          task_element_assignment__output.role

Global rules for this entity data type

          -

public interface EAction_method_role extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

public class CAction_method_role implements EAction_method_role

          static EAttribute attributeName(EAction_method_role type)
          static EAttribute attributeDescription(EAction_method_role type)

public class AAction_method_role extends AEntity

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