Class EndpointTemplateInfo
- java.lang.Object
-
- org.wso2.carbon.mediation.templates.common.EndpointTemplateInfo
-
public class EndpointTemplateInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description EndpointTemplateInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addParam(String paramName)
String
getArtifactContainerName()
Get the artifactContainer of the sequence which deployed fromString
getDescription()
String
getEndpointType()
boolean
getIsEdited()
Get the edit state of the sequenceString
getParamColelctionString()
String
getTemplateName()
void
setArtifactContainerName(String artifactContainerName)
Set the sequence artifact container name as a metadatavoid
setDescription(String description)
void
setEndpointType(String endpointType)
void
setIsEdited(boolean isEdited)
Set the edit state of the sequence as a metadatavoid
setTemplateName(String templateName)
-
-
-
Method Detail
-
getTemplateName
public String getTemplateName()
-
setTemplateName
public void setTemplateName(String templateName)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getEndpointType
public String getEndpointType()
-
setEndpointType
public void setEndpointType(String endpointType)
-
addParam
public void addParam(String paramName)
-
getParamColelctionString
public String getParamColelctionString()
-
getArtifactContainerName
public String getArtifactContainerName()
Get the artifactContainer of the sequence which deployed from- Returns:
- sequence description
-
setArtifactContainerName
public void setArtifactContainerName(String artifactContainerName)
Set the sequence artifact container name as a metadata- Parameters:
artifactContainerName
- endpoint name
-
getIsEdited
public boolean getIsEdited()
Get the edit state of the sequence- Returns:
- sequence description
-
setIsEdited
public void setIsEdited(boolean isEdited)
Set the edit state of the sequence as a metadata- Parameters:
isEdited
- sequence name
-
-