Class AutomationRoutine

  • All Implemented Interfaces:
    Serializable

    public class AutomationRoutine
    extends com.logicaldoc.core.metadata.ExtensibleObject
    A reusable automation routine
    Since:
    8.1
    Author:
    Marco Meschieri - LogicalDOC
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.logicaldoc.core.PersistentObject

        DELETED_CODE_DEFAULT, DELETED_CODE_STRONG
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getAutomation()  
      String getDescription()  
      String getName()  
      void setAutomation​(String automation)  
      void setDescription​(String description)  
      void setName​(String name)  
      • Methods inherited from class com.logicaldoc.core.metadata.ExtensibleObject

        getAttribute, getAttributeAtPosition, getAttributeNames, getAttributeNames, getAttributes, getTemplate, getTemplateId, getTemplateName, getValue, getValueAttributes, getValues, removeAttribute, setAttribute, setAttributes, setTemplate, setTemplateId, setTemplateName, setValue, setValues, setValues
      • Methods inherited from class com.logicaldoc.core.PersistentObject

        equals, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, hashCode, setDeleted, setId, setLastModified, setRecordVersion, setTenantId, toString
    • Constructor Detail

      • AutomationRoutine

        public AutomationRoutine()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getAutomation

        public String getAutomation()
      • setAutomation

        public void setAutomation​(String automation)