Class CommonAttributeContentTask

    • Constructor Detail

      • CommonAttributeContentTask

        public CommonAttributeContentTask​(CommonAttribute attribute,
                                          MdObject mdObject,
                                          CommonAttributeUse use,
                                          MdObject splitter)
        Instantiate task for create,delete or edit CommonAttributeContentItem.
        Parameters:
        attribute - the editing attribute, cannot be null
        mdObject - the metadata object, cannot be null
        use - the use, cannot be null
        splitter - the conditional split object, can be null
      • CommonAttributeContentTask

        public CommonAttributeContentTask​(CommonAttribute attribute,
                                          MdObject object,
                                          CommonAttributeUse use)
        Instantiate task for create,delete or edit CommonAttributeContentItem editing without conditional split object.
        Parameters:
        attribute - the editing attribute, cannot be null
        object - the meta object, cannot be null
        use - the use, cannot be null