Class ProcessTypeDefinition

java.lang.Object
com.aquima.interactions.process.impl.ProcessTypeDefinition
All Implemented Interfaces:
Serializable

public class ProcessTypeDefinition extends Object implements Serializable
This class defines a single process type.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • ProcessTypeDefinition

      protected ProcessTypeDefinition(IProcessTypeDS datasource)
  • Method Details

    • getId

      protected GUID getId()
    • getName

      public String getName()
    • mayContainTasks

      protected boolean mayContainTasks()
    • isSubType

      public boolean isSubType()
    • setSubType

      protected void setSubType(boolean isSubType)
    • getAllowedSubTypes

      protected String[] getAllowedSubTypes()
    • isAllowed

      protected boolean isAllowed(String subTypeName)
    • toString

      public String toString()
      Overrides:
      toString in class Object