Class PublishedProcessKey

java.lang.Object
com.orchestranetworks.workflow.PublishedProcessKey

public class PublishedProcessKey extends Object
Identifies a specific publication of a process definition.
  • Method Details

    • forName

      public static PublishedProcessKey forName(String aPublicationName)
      Creates a new publication identifier.
    • getName

      public String getName()
      Returns the name of the publication, null if the publication is disabled.
      See Also:
    • isDisabled

      public boolean isDisabled()
      Returns true when the publication is disabled.
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object