aem-plugin / com.cognifide.gradle.aem.common.instance.service.workflow / WorkflowType

WorkflowType

enum class WorkflowType

Enum Values

DAM_ASSET

Properties

ids

val ids: List<String>

Companion Object Functions

ids

fun ids(type: String): List<String>
fun ids(types: Iterable<String>): List<String>

of

fun of(type: String): WorkflowType?