Package | Description |
---|---|
com.comalatech.workflow |
This package provide the services for accessing and manipulating Ad hoc Workflows information
|
com.comalatech.workflow.model |
This package define the Ad hoc Workflows object model
|
Modifier and Type | Method and Description |
---|---|
MacroTransformStatus |
WorkflowConfigurationService.getEffectiveMacroTransformStatus(com.atlassian.confluence.spaces.Space space)
Returns the effective "Published View Macro Transform" setting that defines if with page publishing workflows
the include and excerpt-include macros should render the workflow approved version of the referenced page.
|
MacroTransformStatus |
WorkflowConfigurationService.getMacroTransformStatus(com.atlassian.confluence.spaces.Space space)
Returns "Published View Macro Transform" setting for the given space.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowConfigurationService.setMacroTransformStatus(com.atlassian.confluence.spaces.Space space,
MacroTransformStatus status)
Sets the "Published View Macro Transform" setting that defines if with page publishing workflows the include
and excerpt-include macros should render the workflow approved version of the referenced page.
|
Modifier and Type | Method and Description |
---|---|
static MacroTransformStatus |
MacroTransformStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacroTransformStatus[] |
MacroTransformStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Comala Technology Solutions, Inc.. All rights reserved.