Class ProvisioningReport

    • Constructor Detail

      • ProvisioningReport

        public ProvisioningReport()
    • Method Detail

      • getMessage

        public String getMessage()
      • setMessage

        public void setMessage​(String message)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getAnyType

        public String getAnyType()
      • setAnyType

        public void setAnyType​(String anyType)
      • getUidValue

        public String getUidValue()
      • setUidValue

        public void setUidValue​(String uidValue)
      • getReportString

        public String getReportString​(TraceLevel level)
        Human readable report string, using the given trace level.
        Parameters:
        level - trace level
        Returns:
        String for certain levels, null for level NONE
      • generate

        public static String generate​(Collection<ProvisioningReport> results,
                                      TraceLevel level)
        Helper method to invoke logging per provisioning result, for the given trace level.
        Parameters:
        results - provisioning results
        level - trace level
        Returns:
        report as string