Class TaskUtil


  • public class TaskUtil
    extends Object
    Author:
    mederly
    • Constructor Detail

      • TaskUtil

        public TaskUtil()
    • Method Detail

      • findByIdentifier

        public static Task findByIdentifier​(@NotNull
                                            @NotNull String identifier,
                                            @NotNull
                                            @NotNull Collection<Task> tasks)
      • isDryRun

        public static boolean isDryRun​(Task task)
                                throws SchemaException
        The methods below should be in class like "TaskUtilForProvisioning". For simplicity let's keep them here for now.
        Throws:
        SchemaException
      • findExtensionItemValueInThisOrParent

        public static boolean findExtensionItemValueInThisOrParent​(Task task,
                                                                   QName path,
                                                                   boolean defaultValue)
                                                            throws SchemaException
        Throws:
        SchemaException