public abstract class V1KnowledgeComponentImplementationModel extends org.switchyard.config.model.composite.v1.V1ComponentImplementationModel implements KnowledgeComponentImplementationModel
| Constructor and Description |
|---|
V1KnowledgeComponentImplementationModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Constructs a new V1KnowledgeComponentImplementationModel with the specified Configuration and Descriptor.
|
V1KnowledgeComponentImplementationModel(String type,
String namespace)
Constructs a new V1KnowledgeComponentImplementationModel of the specified "type", and in the specified namespace.
|
| 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.
|
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.
|
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 |
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.
|
addPolicyRequirement, getComponent, getPolicyRequirements, hasPolicyRequirementaddChildModel, assertModelValid, equals, getFirstChildModel, getFirstChildModelStartsWith, getModelAttribute, getModelAttribute, getModelAttributeAsQName, getModelAttributeAsQName, getModelChildren, getModelChildrenOrder, getModelConfiguration, getModelDescriptor, getModelParent, getModelRoot, getModelRootNamespace, getModelValue, getNamespaceURI, hashCode, hasParentModel, isModelValid, orderModelChildren, primeModelChildren, readModel, setChildModel, setModelAttribute, setModelAttribute, setModelAttributeAsQName, setModelAttributeAsQName, setModelChildrenOrder, setModelValue, toString, validateModel, write, writeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProcessId, isPersistent, setPersistent, setProcessIdpublic V1KnowledgeComponentImplementationModel(String type, String namespace)
type - the "type" of KnowledgeComponentImplementationModelnamespace - the namespacepublic V1KnowledgeComponentImplementationModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the Configurationdesc - the Descriptorpublic ChannelsModel getChannels()
getChannels in interface KnowledgeComponentImplementationModelpublic KnowledgeComponentImplementationModel setChannels(ChannelsModel channels)
setChannels in interface KnowledgeComponentImplementationModelchannels - the child channels modelpublic ListenersModel getListeners()
getListeners in interface KnowledgeComponentImplementationModelpublic KnowledgeComponentImplementationModel setListeners(ListenersModel listeners)
setListeners in interface KnowledgeComponentImplementationModellisteners - the child listeners modelpublic LoggersModel getLoggers()
getLoggers in interface KnowledgeComponentImplementationModelpublic KnowledgeComponentImplementationModel setLoggers(LoggersModel loggers)
setLoggers in interface KnowledgeComponentImplementationModelloggers - the child loggers modelpublic ManifestModel getManifest()
getManifest in interface KnowledgeComponentImplementationModelpublic KnowledgeComponentImplementationModel setManifest(ManifestModel manifest)
setManifest in interface KnowledgeComponentImplementationModelmanifest - the child manifest modelpublic OperationsModel getOperations()
getOperations in interface KnowledgeComponentImplementationModelpublic KnowledgeComponentImplementationModel setOperations(OperationsModel operations)
setOperations in interface KnowledgeComponentImplementationModeloperations - the child operations modelpublic org.switchyard.config.model.property.PropertiesModel getProperties()
getProperties in interface KnowledgeComponentImplementationModelpublic KnowledgeComponentImplementationModel setProperties(org.switchyard.config.model.property.PropertiesModel properties)
setProperties in interface KnowledgeComponentImplementationModelproperties - the child properties modelpublic UserGroupCallbackModel getUserGroupCallback()
getUserGroupCallback in interface KnowledgeComponentImplementationModelpublic KnowledgeComponentImplementationModel setUserGroupCallback(UserGroupCallbackModel userGroupCallback)
setUserGroupCallback in interface KnowledgeComponentImplementationModeluserGroupCallback - the child userGroupCallback modelpublic WorkItemHandlersModel getWorkItemHandlers()
getWorkItemHandlers in interface KnowledgeComponentImplementationModelpublic KnowledgeComponentImplementationModel setWorkItemHandlers(WorkItemHandlersModel workItemHandlers)
setWorkItemHandlers in interface KnowledgeComponentImplementationModelworkItemHandlers - the child workItemHandlers modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.