Interface ICustomizationWorkflow

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ICustomizationWorkflow
    extends com4j.Com4jObject
    The Customization Workflow Object
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean projectScriptsUpdated()
      Indicates whether the Project Workflow Scripts were modified since last synchronization.
      void projectScriptsUpdated​(boolean pVal)
      Indicates whether the Project Workflow Scripts were modified since last synchronization.
      boolean templateScriptsUpdated()
      Indicates whether the Template Workflow Scripts were modified since last synchronization.
      void templateScriptsUpdated​(boolean pVal)
      Indicates whether the Template Workflow Scripts were modified since last synchronization.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • projectScriptsUpdated

        boolean projectScriptsUpdated()

        Indicates whether the Project Workflow Scripts were modified since last synchronization.

        Getter method for the COM property "ProjectScriptsUpdated"

        Returns:
        Returns a value of type boolean
      • projectScriptsUpdated

        void projectScriptsUpdated​(boolean pVal)

        Indicates whether the Project Workflow Scripts were modified since last synchronization.

        Setter method for the COM property "ProjectScriptsUpdated"

        Parameters:
        pVal - Mandatory boolean parameter.
      • templateScriptsUpdated

        boolean templateScriptsUpdated()

        Indicates whether the Template Workflow Scripts were modified since last synchronization.

        Getter method for the COM property "TemplateScriptsUpdated"

        Returns:
        Returns a value of type boolean
      • templateScriptsUpdated

        void templateScriptsUpdated​(boolean pVal)

        Indicates whether the Template Workflow Scripts were modified since last synchronization.

        Setter method for the COM property "TemplateScriptsUpdated"

        Parameters:
        pVal - Mandatory boolean parameter.