Uses of Enum Class
com.comalatech.workflow.model.MacroTransformStatus
Package
Description
This package provide the services for accessing and manipulating Ad hoc Workflows information
This package define the Ad hoc Workflows object model
-
Uses of MacroTransformStatus in com.comalatech.workflow
Modifier and TypeMethodDescriptionWorkflowConfigurationService.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.WorkflowConfigurationService.getMacroTransformStatus
(com.atlassian.confluence.spaces.Space space) Returns "Published View Macro Transform" setting for the given space.Modifier and TypeMethodDescriptionvoid
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. -
Uses of MacroTransformStatus in com.comalatech.workflow.model
Modifier and TypeMethodDescriptionstatic MacroTransformStatus
Returns the enum constant of this class with the specified name.static MacroTransformStatus[]
MacroTransformStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.