public interface KnowledgeComponentImplementationModel
extends org.switchyard.config.model.composite.ComponentImplementationModel
| Modifier and Type | Method and Description |
|---|---|
ChannelsModel |
getChannels()
Gets the child channels model.
|
ListenersModel |
getListeners()
Gets the child listeners model.
|
LoggersModel |
getLoggers()
Gets the child loggers model.
|
ManifestModel |
getManifest()
Gets the child manifest model.
|
OperationsModel |
getOperations()
Gets the child operations model.
|
String |
getProcessId()
Gets the "processId" attribute.
|
org.switchyard.config.model.property.PropertiesModel |
getProperties()
Gets the child properties model.
|
UserGroupCallbackModel |
getUserGroupCallback()
Gets the child userGroupCallback model.
|
WorkItemHandlersModel |
getWorkItemHandlers()
Gets the child workItemHandlers model.
|
boolean |
isPersistent()
Gets the "persistent" attribute.
|
KnowledgeComponentImplementationModel |
setChannels(ChannelsModel channels)
Sets the child channels model.
|
KnowledgeComponentImplementationModel |
setListeners(ListenersModel listeners)
Sets the child listeners model.
|
KnowledgeComponentImplementationModel |
setLoggers(LoggersModel loggers)
Sets the child loggers model.
|
KnowledgeComponentImplementationModel |
setManifest(ManifestModel manifest)
Sets the child manifest model.
|
KnowledgeComponentImplementationModel |
setOperations(OperationsModel operations)
Sets the child operations model.
|
KnowledgeComponentImplementationModel |
setPersistent(boolean persistent)
Sets the "persistent" attribute.
|
KnowledgeComponentImplementationModel |
setProcessId(String processId)
Sets the "processId" attribute.
|
KnowledgeComponentImplementationModel |
setProperties(org.switchyard.config.model.property.PropertiesModel properties)
Sets the child properties model.
|
KnowledgeComponentImplementationModel |
setUserGroupCallback(UserGroupCallbackModel userGroupCallback)
Sets the child userGroupCallback model.
|
KnowledgeComponentImplementationModel |
setWorkItemHandlers(WorkItemHandlersModel workItemHandlers)
Sets the child workItemHandlers model.
|
boolean isPersistent()
KnowledgeComponentImplementationModel setPersistent(boolean persistent)
persistent - the "persistent" attributeString getProcessId()
KnowledgeComponentImplementationModel setProcessId(String processId)
processId - the "processId" attributeChannelsModel getChannels()
KnowledgeComponentImplementationModel setChannels(ChannelsModel channels)
channels - the child channels modelListenersModel getListeners()
KnowledgeComponentImplementationModel setListeners(ListenersModel listeners)
listeners - the child listeners modelLoggersModel getLoggers()
KnowledgeComponentImplementationModel setLoggers(LoggersModel loggers)
loggers - the child loggers modelManifestModel getManifest()
KnowledgeComponentImplementationModel setManifest(ManifestModel manifest)
manifest - the child manifest modelOperationsModel getOperations()
KnowledgeComponentImplementationModel setOperations(OperationsModel operations)
operations - the child operations modelorg.switchyard.config.model.property.PropertiesModel getProperties()
KnowledgeComponentImplementationModel setProperties(org.switchyard.config.model.property.PropertiesModel properties)
properties - the child properties modelUserGroupCallbackModel getUserGroupCallback()
KnowledgeComponentImplementationModel setUserGroupCallback(UserGroupCallbackModel userGroupCallback)
userGroupCallback - the child userGroupCallback modelWorkItemHandlersModel getWorkItemHandlers()
KnowledgeComponentImplementationModel setWorkItemHandlers(WorkItemHandlersModel workItemHandlers)
workItemHandlers - the child workItemHandlers modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.