Class WorkItemKey

    • Method Detail

      • getXPathPredicate

        public String getXPathPredicate()
        Returns the XPath predicate associated with the work item key.

        This predicate allows to retrieve the associated work item.

        Since:
        5.7.1
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toStringForLog

        public String toStringForLog()
        Returns a string that represents this work item key for logging purposes.
        Since:
        5.4.3
      • format

        public String format()
        Returns the persistent identifier of a work item in the EBX® repository.
        Since:
        5.7.1 fix D
        See Also:
        parse(String)
      • parse

        public static WorkItemKey parse​(String aString)
        Parses the specified string, so as to return a work item key.

        The specified string must have been generated by format().

        Since:
        5.7.1 fix D
        See Also:
        format()