Package org.wso2.carbon.task
Class TaskData
java.lang.Object
org.wso2.carbon.task.TaskData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCheck whether the task is deployed from artifact containergetGroup()booleanCheck whether the task deployed from artifact container is edited through management consolegetName()voidsetArtifactContainerName(String artifactContainerName) Set whether the task is deployed from artifact containervoidvoidsetIsEdited(boolean isEdited) Set whether the task deployed from artifact container is edited through management consolevoid
-
Constructor Details
-
TaskData
public TaskData()
-
-
Method Details
-
getName
-
setName
-
getGroup
-
setGroup
-
getArtifactContainerName
Check whether the task is deployed from artifact container- Returns:
- true if task deployed from artifact container, else false
-
setArtifactContainerName
Set whether the task is deployed from artifact container- Parameters:
artifactContainerName- true if task deployed from artifact container, else false
-
getIsEdited
public boolean getIsEdited()Check whether the task deployed from artifact container is edited through management console- Returns:
- true if the task is edited, else false
-
setIsEdited
public void setIsEdited(boolean isEdited) Set whether the task deployed from artifact container is edited through management console- Parameters:
isEdited- true if the task is edited, else false
-