Uses of Class
com.comalatech.workflow.model.MacroTransformStatus
-
Packages that use MacroTransformStatus Package Description com.comalatech.workflow This package provide the services for accessing and manipulating Ad hoc Workflows informationcom.comalatech.workflow.model This package define the Ad hoc Workflows object model -
-
Uses of MacroTransformStatus in com.comalatech.workflow
Methods in com.comalatech.workflow that return MacroTransformStatus Modifier and Type Method 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.Methods in com.comalatech.workflow with parameters of type MacroTransformStatus Modifier and Type Method 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. -
Uses of MacroTransformStatus in com.comalatech.workflow.model
Methods in com.comalatech.workflow.model that return MacroTransformStatus Modifier and Type Method 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.
-