public interface ICustomizationWorkflow
extends com4j.Com4jObject
Modifier and Type | Method and 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.
|
boolean projectScriptsUpdated()
Indicates whether the Project Workflow Scripts were modified since last synchronization.
Getter method for the COM property "ProjectScriptsUpdated"
void projectScriptsUpdated(boolean pVal)
Indicates whether the Project Workflow Scripts were modified since last synchronization.
Setter method for the COM property "ProjectScriptsUpdated"
pVal
- Mandatory boolean parameter.boolean templateScriptsUpdated()
Indicates whether the Template Workflow Scripts were modified since last synchronization.
Getter method for the COM property "TemplateScriptsUpdated"
void templateScriptsUpdated(boolean pVal)
Indicates whether the Template Workflow Scripts were modified since last synchronization.
Setter method for the COM property "TemplateScriptsUpdated"
pVal
- Mandatory boolean parameter.Copyright © 2020. All rights reserved.