public interface ChannelDefinition
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
category name of the channel definition
|
Date |
getCreateTime()
create time for this channel definition
|
String |
getDeploymentId()
The deployment in which this channel definition is contained.
|
String |
getDescription()
description of this channel definition
|
String |
getId()
unique identifier
|
String |
getImplementation()
The implementation type of the channel.
|
String |
getKey()
unique name for all versions this channel definition
|
String |
getName()
label used for display purposes
|
String |
getResourceName()
name of
the resource of this channel definition. |
String |
getTenantId()
The tenant identifier of this channel definition
|
String |
getType()
The type of the channel.
|
int |
getVersion()
version of this channel definition
|
String getId()
String getCategory()
String getName()
String getKey()
int getVersion()
String getDescription()
String getType()
String getImplementation()
String getResourceName()
the resource of this channel definition.String getDeploymentId()
Date getCreateTime()
String getTenantId()
Copyright © 2022 Flowable. All rights reserved.