Class PublishedProcessKey


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

      • getName

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

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

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