public class Template extends Object implements SynapseArtifact
Constructor and Description |
---|
Template() |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String name) |
Endpoint |
create(TemplateEndpoint templateEndpoint,
Properties properties) |
String |
getArtifactContainerName() |
List<String> |
getCommentsList() |
String |
getDescription()
Retrieves the description of the artifact
|
org.apache.axiom.om.OMElement |
getElement() |
String |
getFileName() |
String |
getName() |
List<String> |
getParameters() |
boolean |
isEdited() |
void |
setArtifactContainerName(String artifactContainerName) |
void |
setCommentsList(List<String> commentsList) |
void |
setDescription(String description)
Set the description of the artifact
|
void |
setElement(org.apache.axiom.om.OMElement element) |
void |
setFileName(String fileName) |
void |
setIsEdited(boolean isEdited) |
void |
setName(String name) |
public Endpoint create(TemplateEndpoint templateEndpoint, Properties properties)
public String getName()
public void setName(String name)
public void addParameter(String name)
public void setElement(org.apache.axiom.om.OMElement element)
public org.apache.axiom.om.OMElement getElement()
public void setDescription(String description)
SynapseArtifact
setDescription
in interface SynapseArtifact
description
- tobe set to the artifactpublic String getDescription()
SynapseArtifact
getDescription
in interface SynapseArtifact
public String getFileName()
public void setFileName(String fileName)
public String getArtifactContainerName()
public void setArtifactContainerName(String artifactContainerName)
public boolean isEdited()
public void setIsEdited(boolean isEdited)
Copyright © 2005–2020 Apache Software Foundation. All rights reserved.