Class SequenceInfo
- java.lang.Object
-
- org.wso2.carbon.sequences.common.to.SequenceInfo
-
public class SequenceInfo extends Object
Transfer object representing the information required to view a sequence in the list sequences user interface
-
-
Constructor Summary
Constructors Constructor Description SequenceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactContainerName()Get the artifactContainer of the sequence which deployed fromStringgetDescription()booleangetIsEdited()Get the edit state of the sequenceStringgetName()booleanisEnableStatistics()booleanisEnableTracing()voidsetArtifactContainerName(String artifactContainerName)Set the sequence artifact container name as a metadatavoidsetDescription(String description)voidsetEnableStatistics(boolean enableStatistics)voidsetEnableTracing(boolean enableTracing)voidsetIsEdited(boolean isEdited)Set the edit state of the sequence as a metadatavoidsetName(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
-
-