Class WorkflowModuleWrapper
-
- All Implemented Interfaces:
public final class WorkflowModuleWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmoduleKeyprivate final BooleanisSupported
-
Constructor Summary
Constructors Constructor Description WorkflowModuleWrapper(String moduleKey, Boolean isSupported)
-
Method Summary
Modifier and Type Method Description final StringgetModuleKey()final BooleanisSupported()-
-
Method Detail
-
getModuleKey
final String getModuleKey()
-
isSupported
final Boolean isSupported()
-
-
-
-