Class ChangeJobRunnerUsage

    • Field Detail

      • m_UpdateJobRunnerUserObjects

        protected boolean m_UpdateJobRunnerUserObjects
        whether to update JobRunnerUser objects.
      • m_UseJobRunner

        protected boolean m_UseJobRunner
        the new state for JobRunnerUser objects.
      • m_UpdateJobRunnerSupporterObjects

        protected boolean m_UpdateJobRunnerSupporterObjects
        whether to update JobRunnerSupporter objects.
      • m_PreferJobRunner

        protected boolean m_PreferJobRunner
        the new state for JobRunnerSupporter objects.
    • Constructor Detail

      • ChangeJobRunnerUsage

        public ChangeJobRunnerUsage()
    • Method Detail

      • setUpdateJobRunnerUserObjects

        public void setUpdateJobRunnerUserObjects​(boolean value)
        Sets whether update JobRunnerUser objects.
        Parameters:
        value - true if update
      • getUpdateJobRunnerUserObjects

        public boolean getUpdateJobRunnerUserObjects()
        Returns whether update JobRunnerUser objects.
        Returns:
        true if to update
      • updateJobRunnerUserObjectsTipText

        public String updateJobRunnerUserObjectsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setUseJobRunner

        public void setUseJobRunner​(boolean value)
        Sets the new state for JobRunnerUser objects.
        Parameters:
        value - the new state
      • getUseJobRunner

        public boolean getUseJobRunner()
        Returns the new state for JobRunnerUser objects.
        Returns:
        the new state
      • useJobRunnerTipText

        public String useJobRunnerTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setUpdateJobRunnerSupporterObjects

        public void setUpdateJobRunnerSupporterObjects​(boolean value)
        Sets whether update JobRunnerSupporter objects.
        Parameters:
        value - true if update
      • getUpdateJobRunnerSupporterObjects

        public boolean getUpdateJobRunnerSupporterObjects()
        Returns whether update JobRunnerSupporter objects.
        Returns:
        true if to update
      • updateJobRunnerSupporterObjectsTipText

        public String updateJobRunnerSupporterObjectsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setPreferJobRunner

        public void setPreferJobRunner​(boolean value)
        Sets the new state for JobRunnerSupporter objects.
        Parameters:
        value - the new state
      • getPreferJobRunner

        public boolean getPreferJobRunner()
        Returns the new state for JobRunnerSupporter objects.
        Returns:
        the new state
      • preferJobRunnerTipText

        public String preferJobRunnerTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • processActor

        protected void processActor​(Actor actor)
        Performs the actual processing.
        Specified by:
        processActor in class AbstractActorProcessor
        Parameters:
        actor - the actor to process (is a copy of original for processors implementing ModifyingProcessor)
        See Also:
        ModifyingProcessor