Package com.day.cq.workflow.launcher
Class ConfigEntry
- java.lang.Object
-
- com.day.cq.workflow.launcher.ConfigEntry
-
public class ConfigEntry extends Object
TheConfigEntryrepresents one workflow launcher configuration entry
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()intgetEventType()List<String>getExcludeList()StringgetGlob()StringgetId()StringgetNodetype()List<String>getRunModes()StringgetWhereClause()StringgetWorkflow()inthashCode()booleanisEnabled()voidsetDescription(String description)voidsetEnabled(boolean enabled)voidsetEventType(int eventType)voidsetExcludeList(List<String> excludeList)voidsetGlob(String glob)voidsetId(String id)voidsetNodetype(String nodetype)voidsetRunModes(List<String> runModes)voidsetWhereClause(String whereClause)voidsetWorkflow(String actionClassScript)
-
-
-
Method Detail
-
getWorkflow
public String getWorkflow()
-
setWorkflow
public void setWorkflow(String actionClassScript)
-
getEventType
public int getEventType()
-
setEventType
public void setEventType(int eventType)
-
getGlob
public String getGlob()
-
setGlob
public void setGlob(String glob)
-
getNodetype
public String getNodetype()
-
setNodetype
public void setNodetype(String nodetype)
-
getWhereClause
public String getWhereClause()
-
setWhereClause
public void setWhereClause(String whereClause)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
-