Class ProcessDefinitionDescriptor

java.lang.Object
com.saperion.wf.ProcessDefinitionDescriptor
All Implemented Interfaces:
Serializable, Comparable<ProcessDefinitionDescriptor>

public class ProcessDefinitionDescriptor extends Object implements Serializable, Comparable<ProcessDefinitionDescriptor>
Describes a process definition. Note: this class has a natural ordering that is inconsistent with equals.
See Also:
  • Constructor Details

    • ProcessDefinitionDescriptor

      public ProcessDefinitionDescriptor(String name, String description)
      Parameters:
      name - name of the process
      description - description of the process
  • Method Details