Class ConfigEntry


  • public class ConfigEntry
    extends Object
    The ConfigEntry represents one workflow launcher configuration entry
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getExcludeList

        public List<String> getExcludeList()
      • setExcludeList

        public void setExcludeList​(List<String> excludeList)
      • setRunModes

        public void setRunModes​(List<String> runModes)