Interface ADM2AttrModifyAble

    • Method Detail

      • getTabCreateTemplateObjectList

        ARG_TabCellObjectList getTabCreateTemplateObjectList​(MMCreateTemplate ohTmpl,
                                                             java.lang.Class<? extends ELObject> kVOcl,
                                                             K_VATTR kVAttr,
                                                             java.lang.String strPattern,
                                                             boolean withName)
                                                      throws InoNetException,
                                                             SrvErrorException
        Returns the list of valid objects as target for the evaluation of specified template at this element.
        Parameters:
        ohTmpl - template for the element to be created
        kVOcl - type of the element
        kVAttr - meta attribute controlling the direction
        strPattern - pattern for object list
        withName - name list for objects or not
        Throws:
        InoNetException
        SrvErrorException
      • getTabCreateTemplate

        java.util.List<ARG_TabCreateTemplate> getTabCreateTemplate​(java.lang.Class<? extends ELObject> kVOcl,
                                                                   boolean isExact,
                                                                   K_VATTR kVAttr,
                                                                   java.lang.String strType,
                                                                   java.lang.String strAttr,
                                                                   ADClientAble ohElem,
                                                                   boolean hasVAttrSecond,
                                                                   boolean wantColor,
                                                                   java.lang.String strColorLabel,
                                                                   boolean wantText)
                                                            throws InoNetException,
                                                                   SrvErrorException
        Returns a list of create templates. The input parameter specifies the type of the templates.
        Parameters:
        kVOcl - type of the required elements
        isExact - isTrue/isFalse means required elements have equal/are conform to type
        kVAttr - meta attribute controlling the direction
        strType - name of the type
        strAttr - name of the attribute
        ohElem - target element - optional argument
        hasVAttrSecond - isTrue/isFalse means second element is required for creation
        wantColor - true, if colors are requested
        strColorLabel - name of the color label (optional)
        wantText - true, if text definitions are requested
        Throws:
        InoNetException
        SrvErrorException
      • getTabElement

        ARG_TabElement getTabElement​(boolean wantColor,
                                     java.lang.String strColorLabel,
                                     boolean wantText)
                              throws InoNetException,
                                     SrvErrorException
        Returns all properties of this element.
        Parameters:
        wantColor - true, if colors are requested
        strColorLabel - name of the color label (optional)
        wantText - true, if text definitions are requested
        Throws:
        InoNetException
        SrvErrorException
      • getTabElementRowList

        ARG_TabElementRowList getTabElementRowList​(boolean wantColor,
                                                   java.lang.String strColorLabel,
                                                   boolean wantText)
                                            throws InoNetException,
                                                   SrvErrorException
        Returns all properties of this element together with all possible row types and contents.
        Parameters:
        wantColor - true, if colors are requested
        strColorLabel - name of the color label (optional)
        wantText - true, if text definitions are requested
        Throws:
        InoNetException
        SrvErrorException
      • getTabRowList

        ARG_TabRowList getTabRowList​(java.lang.Class<? extends ELObject> kVOcl,
                                     boolean isExact,
                                     K_VATTR kVAttr,
                                     java.lang.String strType,
                                     java.lang.String strAttr,
                                     ADClientAble ohElem,
                                     boolean hasVAttrSecond,
                                     boolean wantColor,
                                     java.lang.String strColorLabel,
                                     boolean wantText)
                              throws InoNetException,
                                     SrvErrorException
        Returns a list of rows with properties. The input parameter specifies the content type of the rows.
        Parameters:
        kVOcl - type of the required elements
        isExact - isTrue/isFalse means required elements have equal/are conform to type
        kVAttr - meta attribute controlling the direction
        strType - name of the type
        strAttr - name of the attribute
        ohElem - target element - optional argument
        hasVAttrSecond - isTrue/isFalse means second element is required for creation
        wantColor - true, if colors are requested
        strColorLabel - name of the color label (optional)
        wantText - true, if text definitions are requested
        Throws:
        InoNetException
        SrvErrorException