Class SequenceInfo
java.lang.Object
org.wso2.carbon.sequences.common.to.SequenceInfo
Transfer object representing the information required to view a sequence in the list
sequences user interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the artifactContainer of the sequence which deployed frombooleanGet the edit state of the sequencegetName()booleanbooleanvoidsetArtifactContainerName(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 metadatavoid
-
Constructor Details
-
SequenceInfo
public SequenceInfo()
-
-
Method Details
-
getName
-
setName
-
isEnableStatistics
public boolean isEnableStatistics() -
setEnableStatistics
public void setEnableStatistics(boolean enableStatistics) -
isEnableTracing
public boolean isEnableTracing() -
setEnableTracing
public void setEnableTracing(boolean enableTracing) -
getDescription
-
setDescription
-
getArtifactContainerName
Get the artifactContainer of the sequence which deployed from- Returns:
- sequence description
-
setArtifactContainerName
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
-