Interface ActivityDocument.IActivityDocumentPriority

    • Method Detail

      • getPriority

        double getPriority()
        The priority value.
        Returns:
        the priority value.
        Since:
        8.2.0
      • setPriority

        void setPriority​(double priority)
        Sets the priority value.
        Parameters:
        priority - the priority value.
        Since:
        8.2.0
      • getExcludedPrincipalIds

        Collection<String> getExcludedPrincipalIds()
        Returns the identifiers of principals this priority must not be applied to.
        Returns:
        the identifiers of principals this priority must not be applied to.
        Since:
        8.2.0
        See Also:
        ActivityPriority.getExcludedPrincipalIds()
      • addExcludedPrincipalIds

        void addExcludedPrincipalIds​(String... principalIds)
        Adds principals this priority must not be applied to.
        Parameters:
        principalIds - identifiers of the principals.
        Since:
        8.2.0
        See Also:
        ActivityPriority.getExcludedPrincipalIds()