public class RemoteActionMeta extends Object implements Descriptive, HasFeatures
Constructor and Description |
---|
RemoteActionMeta() |
RemoteActionMeta(String name,
String label,
String description,
RemoteKnowledgeBaseMeta knowledgeBase,
RemoteCategoryMeta category,
Map<String,Object> features,
List<DataType> args,
DataType result,
boolean callable,
boolean activatable,
ProcessorQualifiedVersion qualifiedVersion) |
public RemoteActionMeta()
public RemoteActionMeta(String name, String label, String description, RemoteKnowledgeBaseMeta knowledgeBase, RemoteCategoryMeta category, Map<String,Object> features, List<DataType> args, DataType result, boolean callable, boolean activatable, ProcessorQualifiedVersion qualifiedVersion)
public String getName()
Descriptive
getName
in interface Descriptive
public void setName(String name)
Descriptive
setName
in interface Descriptive
name
- the name.public String getLabel()
Descriptive
getLabel
in interface Descriptive
public void setLabel(String label)
Descriptive
setLabel
in interface Descriptive
label
- the label.public String getDescription()
Descriptive
getDescription
in interface Descriptive
public void setDescription(String description)
Descriptive
setDescription
in interface Descriptive
description
- the description.public RemoteKnowledgeBaseMeta getKnowledgeBase()
public void setKnowledgeBase(RemoteKnowledgeBaseMeta knowledgeBase)
public RemoteCategoryMeta getCategory()
public void setCategory(RemoteCategoryMeta category)
public Map<String,Object> getFeatures()
HasFeatures
getFeatures
in interface HasFeatures
null
.public void setFeatures(Map<String,Object> features)
HasFeatures
null
.setFeatures
in interface HasFeatures
features
- the features.public DataType getResult()
public void setResult(DataType result)
public boolean isCallable()
public void setCallable(boolean callable)
public boolean isActivatable()
public void setActivatable(boolean activatable)
public ProcessorQualifiedVersion getQualifiedVersion()
public void setQualifiedVersion(ProcessorQualifiedVersion qualifiedVersion)
Copyright © 2016–2021 Softelnet. All rights reserved.