public class MessageProcessorMetaData extends Object
Constructor and Description |
---|
MessageProcessorMetaData() |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactContainerName()
Check whether the message processor is deployed from artifact Container
|
boolean |
getIsEdited()
Check whether the message processor deployed from artifact Container is edited through management console
|
String |
getName()
Get the name of the message processor
|
void |
setArtifactContainerName(String artifactContainerName)
Set whether the message processor is deployed from artifact Container
|
void |
setIsEdited(boolean isEdited)
Set whether the message processor deployed from artifact Container is edited through management console
|
void |
setName(String name)
Set the message processor name as a metadata
|
public String getName()
public void setName(String name)
name
- message processor namepublic String getArtifactContainerName()
public void setArtifactContainerName(String artifactContainerName)
artifactContainerName
- true if message processor deployed from artifact Container, else falsepublic boolean getIsEdited()
public void setIsEdited(boolean isEdited)
isEdited
- true if the message processor is edited, else falseCopyright © 2019 WSO2. All rights reserved.