Class TransformMetaData

    • Field Detail

      • m_Key

        protected String m_Key
        the key name.
      • m_Transformer

        protected CallableActorReference m_Transformer
        the callable transformer to apply to the cells.
      • m_CallableActor

        protected Actor m_CallableActor
        the callable actor.
    • Constructor Detail

      • TransformMetaData

        public TransformMetaData()
    • Method Detail

      • setKey

        public void setKey​(String value)
        Sets the key of the meta-data value to add.
        Parameters:
        value - the key
      • getKey

        public String getKey()
        Returns the key of the meta-data value to add.
        Returns:
        the name
      • keyTipText

        public String keyTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setTransformer

        public void setTransformer​(CallableActorReference value)
        Sets the reference to the callable transformer.
        Parameters:
        value - the reference
      • getTransformer

        public CallableActorReference getTransformer()
        Returns the reference to the callable transformer.
        Returns:
        the reference
      • transformerTipText

        public String transformerTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • findCallableActor

        protected Actor findCallableActor()
        Tries to find the callable actor referenced by its callable name.
        Returns:
        the callable actor or null if not found
      • setUpCallableActor

        protected String setUpCallableActor()
        Configures the callable actor.
        Returns:
        null if successful, otherwise error message
      • check

        protected String check​(LocatedObjects objects)
        Hook method for checking the object list before processing it.
        Overrides:
        check in class AbstractObjectFilter
        Parameters:
        objects - the object list to check
        Returns:
        null if successful, otherwise error message