Class JazzNetProcess


  • public class JazzNetProcess
    extends Namespace
    Namespace of Jazz Ns Process.

    See the Jazz website for details:
    https://jazz.net/

    Since:
    1.6.0
    • Method Detail

      • getProjectArea

        public static URI getProjectArea​(IExtendedResource resource)
        Returns the project area of the given resource, if any.
        Parameters:
        resource - the resource linked to a project area.
        Returns:
        the project area of the resource, null if the process:projectArea property is not set.
        Since:
        1.13.0
      • setProjectArea

        public static void setProjectArea​(IExtendedResource resource,
                                          URI projectArea)
        Sets the project area of a resource, stored using the process:projectArea property.
        Parameters:
        resource - the resource to link to a project area.
        projectArea - the project area.
        Since:
        1.13.0
      • qname

        public static QName qname​(String localPart)