Class WorkflowPersistenceTemplate


  • public class WorkflowPersistenceTemplate
    extends com.logicaldoc.core.PersistentObject
    • Field Detail

      • NOT_DEPLOYED

        public static int NOT_DEPLOYED
      • DEPLOYED

        public static int DEPLOYED
    • Constructor Detail

      • WorkflowPersistenceTemplate

        public WorkflowPersistenceTemplate()
    • Method Detail

      • setName

        public void setName​(String name)
      • getName

        public String getName()
      • setXmldata

        public void setXmldata​(String xmldata)
      • getXmldata

        public String getXmldata()
      • setDeployed

        public void setDeployed​(int deployed)
      • getDeployed

        public int getDeployed()
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getStartState

        public String getStartState()
      • setStartState

        public void setStartState​(String startState)