Class TemplateInfo
- java.lang.Object
-
- org.wso2.carbon.mediation.templates.common.TemplateInfo
-
public class TemplateInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description TemplateInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArtifactContainerName()
Get the artifactContainer of the sequence which deployed fromString
getDescription()
boolean
getIsEdited()
Get the edit state of the sequenceString
getName()
boolean
isEnableStatistics()
boolean
isEnableTracing()
void
setArtifactContainerName(String artifactContainerName)
Set the sequence artifact container name as a metadatavoid
setDescription(String description)
void
setEnableStatistics(boolean enableStatistics)
void
setEnableTracing(boolean enableTracing)
void
setIsEdited(boolean isEdited)
Set the edit state of the sequence as a metadatavoid
setName(String name)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
isEnableStatistics
public boolean isEnableStatistics()
-
setEnableStatistics
public void setEnableStatistics(boolean enableStatistics)
-
isEnableTracing
public boolean isEnableTracing()
-
setEnableTracing
public void setEnableTracing(boolean enableTracing)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
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
-
-